If I use QPushButton but not QMaemo5ValueButton as latter only provides two text labels, how can I control the text size and color used in pushbutton components? Just as the common manipulation for general Qt text component? Thanks.
If I use QPushButton but not QMaemo5ValueButton as latter only provides two text labels, how can I control the text size and color used in pushbutton components? Just as the common manipulation for general Qt text component? Thanks.
Like you do it for any other widget
Code:application->setStyleSheet("QPushButton { font-size: 12px, color: red }");
Yes, the font choice is rather limited.
You can ship and install fonts with your package.
This has been said, but I've never heard anyone claim they've succeeded with doing so on Qt/Symbian.
On Maemo that would be rather simple. Cannot say about Symbian.