Python and MongoDB #04 - Create PySide QTableView QAbstractTableModel to populate MongoDB Data

preview_player
Показать описание
In this video we will learn how to create PySide QTableView QAbstractTableModel to populate MongoDB Data.
I will cover following:
TableView
Create PySide QTableView to populate MongoDB Data
Add right click context menu on PySide QTableView
Create custom data model using PySide QTableView QAbstractTableModel
Load json data PySide QTableView QAbstractTableModel
Create Dynamic Table Headers in PySide QTableView QAbstractTableModel
Understand flags in PySide QTableView QAbstractTableModel
Edit row data in PySide QTableView QAbstractTableModel
Use QItemDelegate for inline editing in PySide QTableView QAbstractTableModel
Insert new row in PySide QTableView QAbstractTableModel
Remove row from PySide QTableView QAbstractTableModel
Hide column in PySide QTableView QAbstractTableModel
Display image in column of PySide QTableView QAbstractTableModel
Open QfileDialog to edit column data in PySide QTableView QAbstractTableModel

Thanks for watching.

Do not forget to leave a comment below.
your feedback is very important for me.
Please like and share share this video with your friends to spread the knowledge with others.

Subscribe VFX Pipeline on YouTube

Like VFX Pipeline on Facebook

Download Free Source Codes from GitHub
Рекомендации по теме
Комментарии
Автор

Good explanations, tick. Chapter markers, tick. More vids should be like this.

aaronbarclay
Автор

Thanks man, I appreciate your effort...

alikeyhani
Автор

9:40 How can this work? If the index is 1, then the first condition (index > 0) will call return

if index > 0:
return
elif index == 1:
return
else:
return

MrTrevolta
Автор

Sir, Suppose I want to implement some functionality, but I don't know what syntax to use,
So, what should I refer to know the syntax?
The documentation can be challenging sometimes, isn't there any resource like where all functions of pyqt4 can be found it with examples of each clearly indicating how to use and in which context to use..?

sahej
Автор

Can not get QDataWidgetMapper to work. Everthing else is working well with my MongoBD Atlas database. Would you provide some advice? I just pretty copy your code and only change personal data.

rung
Автор

I do not know how you saved the images in MongoDb with Binary data type. Does not make sense!

gouravdutta
Автор

Where is the follow up video? Video 6 I can’t find it on your channel

poyahasmat
Автор

Lost track in this video, you directly started with gui, and QT, all those who do not know about QT, are not following you in this video..

santoshkamble
welcome to shbcf.ru