qstandarditem Questions

3

Solved

I have a QStandardItemModel with a single column (represents a list). Each item in the list has a unique integer ID stored as the QStandardItem's data (via QStandardItem::setData which I guess is i...
Mope asked 30/6, 2019 at 21:24

1

Solved

I have a QStandardItemModel, which I display in q QTreeView. Works fine. To highlight relevant rows I want to highlight some of them: Therefore I have a QStringList with the names of the QStandIte...
Magnanimity asked 14/10, 2015 at 12:8

1

Solved

I just switched from wxPython to PyQT and I am having some trouble with the QTreeview. I have a QTreeview that will display data categorized into sections that are expandable, but the data in this ...
Waiwaif asked 26/4, 2014 at 0:59

1

Solved

I'm writing a Qt desktop application in c++ with Qt Creator. I declared in my main window a treeView, and a compatible model. Now, I would like to have a right-click menu for the tree item. Not f...
Carswell asked 5/3, 2014 at 12:56
1

© 2022 - 2024 — McMap. All rights reserved.