Questions specifically relating to the deprecated version 4.x.x of the Qt C++ GUI library.
I have set ui->tabWidget->setTabsClosable(true); but QTabwidget only showing a cross on each tab that is …
qt qt4 qt4.8 qtabwidgetI have a QListView, that has a QSqlQueryModel set as its model. How can I use a QStyledItemDelegate in order …
qt qt4 symbianI have a QTableWidget with 3 columns. 2 of the columns have some text in them, but one of them is empty …
qt qt4 qtablewidget qtablewidgetitemI am new to Qt and I'm creating a simple application which will playback an audio file. I realized that …
c++ audio qt4 multimedia