Font widget in Qt
-
I want to do this "control":http://img834.imageshack.us/img834/2585/fontx.jpg . Do you know if i can find in Qt framework a widget that does the same thing?. I don't want to reinvent the wheel :). Thanks!
-
There is font select dialog, but it is dialog, not widget. Also it applies only font settings, not alignment, or lists.
-
Hey Denis, you were the first one to comment on below blog entry, you could have directed Sorin to look there for some tips
"http://labs.qt.nokia.com/2010/09/21/qt-quick-tooling/":http://labs.qt.nokia.com/2010/09/21/qt-quick-tooling/
-
[quote author="iunknwn" date="1286211274"]Hey Denis, you were the first one to comment on below blog entry, you could have directed Sorin to look there for some tips
"http://labs.qt.nokia.com/2010/09/21/qt-quick-tooling/":http://labs.qt.nokia.com/2010/09/21/qt-quick-tooling/
[/quote]
It's not a widget in Qt. It is internal control of Qt Creator. Of course, it can be possible to get it out from there, but I don't think it is what author is looking for.