
QMultiComboBox
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
8 years ago
1.2 - Qt5 Support
1.1 - adding dynamic height adjustment
1.0 - init release
cydside
8 years ago
This is a really useful widget but I'm having trouble using it promoting a QComboBox from the UI that has a different font size and weight. The list appear always in the same default font.
Could you please suggest a fix?
Thanks.
Report
Madrich
8 years ago
QFont font("Arial", 14);
app.setFont(font);
and the font is adjusted.
So I do not understand what the problem is.
Report
cydside
8 years ago
Thanks
Report