Qt 6.11 is out! See what's new in the release
blog
To String Conversion error?
General and Desktop
6
Posts
4
Posters
3.2k
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 :)