How to change the font size in the QTextEdit from the QComboBox
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
2 replies
maybe you can use QWidget::setStyleSheet(const QString&) function.
see here [qt-project.org] for reference
You must log in to post a reply. Not a member yet? Register here!

