How is possible to hide and show an item in QCombBox? I have tried this to hide, Code: ui->ComboBox->setItemData (iVal,"DISABLE",Qt::UserRole-1); I am unable to find the code to show the Item in the Combo box. Any Ideas!!!
ui->ComboBox->setItemData (iVal,"DISABLE",Qt::UserRole-1);
Forum Rules
Bookmarks