morfei
27th August 2009, 11:12
The problem is connected with the first parameter of addTab function. When this got compiled i get Send/Don't send error. Look at the code:
ui->tabWidget->addTab(new QWidget(), "Untitled");
Do you have any ideas how to prevent that error?
ui->tabWidget->addTab(new QWidget(), "Untitled");
Do you have any ideas how to prevent that error?