Full size QProgressBar in QTableWidget
General and Desktop
2
Posts
2
Posters
1.9k
Views
1
Watching
-
hi
i want to put a QProgressBar in QTableWidget and i use this code
@QProgressBar *prog = new QProgressBar();
ui->tableWidget->setCellWidget(0,1, prog);@but progressBar dont fill all of that cell item space , how i can fill all this empty space with progressbar?
screenshot of result :
!http://ma3ta.persiangig.com/py/3.png(screenshot)!sory for bad english ..
ty...