python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Updating view based on model update on Qt
I am having trouble updating my qtableview when the data wrapped by the model the view uses changes. I am not talking about appending/adding data here, I am specifically talking about modifying existi...

avernus
Votes: 0
Answers: 2
How to disable the highlight of QTableView Delegate widget-type Editor after perform the openPersistentEditor
I am developing a QTableView with ItemDelegate to display its specific widget Editor with openPersistentEditor. A pagination and filter mechanism been implemented with QSortFilterProxyModel, whenever ...
You-Min Lin
Votes: 0
Answers: 0
Issues with row creation/deletion when editing QSqlTableModel via QTableView
I'm using PySide6 with Python 3.10 to create an app that is using an SQLite DB to record some data points.
I'm having difficulties with the QtSql module, in particular regarding the QTableView-QSqlTab...

Kastakin
Votes: 0
Answers: 1
PYQT QTableView Delegate can not show createEditor when applied with Proxy
I'm having problem to show the Editor Widget when Delegate is applied with the Proxy situation.
-> self.table.setModel(self.proxy)
If the Delegate is applied to the View/Model structure, then there...
You-Min Lin
Votes: 0
Answers: 2