Unfortunately after adding an item to the QComboBox object, the following compiles but it doesn't work.
locationComboBox->setItemData(0, QFont("DejaVu Sans", 10, QFont::Bold), Qt::FontRole);
Unfortunately after adding an item to the QComboBox object, the following compiles but it doesn't work.
locationComboBox->setItemData(0, QFont("DejaVu Sans", 10, QFont::Bold), Qt::FontRole);
Bookmarks