t-artistik / qtscriptgenerator

Automatically exported from code.google.com/p/qtscriptgenerator
0 stars 0 forks source link

Can't set QSqlQueryModel to QComboBox. #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1) I add my QComboBox to globalObject from C++;
2) Create new QSqlQueryModel in QtScript file;
3) Try to myComboBox.setModel(myModel);
4) Have warning in output console "QComboBox::setModel" cant't set 0 model 

Original issue reported on code.google.com by lest...@gmail.com on 14 Nov 2008 at 1:59

GoogleCodeExporter commented 8 years ago

Original comment by kentm...@gmail.com on 23 Dec 2008 at 2:13