Yeah 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 =...
What compiler are you using?
For Microsoft Visual C++, you add "/W4" for the highest level of warnings, and "/WX" to treat warnings as errors.
For MinGW/gcc, "-Wall" is the highest level, and...
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