Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

[SOLVED] After setting default item index of QCombobox will not be updated on GUI

$
0
0
It’s now running. The methods insertSeperator() and setCurrentIndex() should not have the same index. Solution below. ui->comboBox->insertSeparator(4); ui->comboBox->setCurrentIndex(4 + 1);

Viewing all articles
Browse latest Browse all 4972

Trending Articles