Qt 6.11 is out! See what's new in the release
blog
How to change the font size in the QTextEdit from the QComboBox
General and Desktop
3
Posts
3
Posters
3.2k
Views
1
Watching
-
Ive been stumped on a problem for quite some time now, and so I gotta ask, how can I get the font in the QTextEdit to be sized based on the value in the QComboBox. Please help, I have been stuck on this problem for some time. thanks
-
maybe you can use QWidget::setStyleSheet(const QString&) function.
see "here":http://qt-project.org/doc/qt-4.8/stylesheet-reference.html for reference