QFullScreenAdapter
Madrich
Source i (link to git-repo or to original if based on someone elses unmodified work):
1.2 - Qt5 Support
1.1 - adding dynamic height adjustment
1.0 - init release
* Works with pling-storeor ocs-url
More Qt Widgets from Madrich:
Other Qt Widgets:
© 2025 /s/Cinnamon - Eyecandy for your Cinnamon Desktop
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
3 Comments
Hi, 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.
QMultiComboBox does not change the font size by itself. In the example you can include QFont font("Arial", 14); app.setFont(font); and the font is adjusted. So I do not understand what the problem is.
The problem was that I promoted an existing QComboBox to your MultiChoice but the font size and weight were not inherited from the popup frame(showing the options in default font). Thanks