the_material_view is a reference to the qtableview, the_model is the model of that tableview, i need to use qtableview and not qtablewidget
AzureSkgale Today, 05:38Yeah I do struggle a bit. I was integrating with qinteractor, but I think it also has to do with widget compatibility. I can get the whole thing going in a frame widget, but not in a graphic widget....
Zoner Today, 01:43In line 2, are you assigning "table" to the QTableView or the QStandardItemModel? If it is the view, then why are you referencing something called "the_model"?
In line 3, if "table" really is a...
Thanks. In this case I use mingw32. I think in creators project setting page you can specify commandline option. I'll try and come back.
Cheers.
im trying to parse data from a qtableview to xml here is my code below:
#
table = self.the_material_view.the_model
row = table.item
input_1 =...
Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
QT5 (Python) - Get top index parent in a recursive map
23rd February 2021 22:15 by peshmerga