To String Conversion error?
General and Desktop
6
Posts
4
Posters
1.7k
Views
1
Watching
-
@NOUElement.appendChild( xmlDocument.createTextNode(ui->tableWidget_5->rowCount().toString()));@
@'((MainWindow*)this)->MainWindow::ui->Ui::MainWindow::<anonymous>.Ui_MainWindow::tableWidget_5->QTableWidget::rowCount()', which is of non-class type 'int'@
Help please?
-
you are calling toString() on an integer ?!
Edit: too slow :)