Font widget in Qt
-
wrote on 4 Oct 2010, 14:04 last edited by
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!
-
wrote on 4 Oct 2010, 14:32 last edited by
There is font select dialog, but it is dialog, not widget. Also it applies only font settings, not alignment, or lists.
-
wrote on 4 Oct 2010, 16:49 last edited by
Sorin: that's not a single control, it's a custom collection of widgets.
-
wrote on 4 Oct 2010, 16:54 last edited by
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/
-
wrote on 4 Oct 2010, 17:56 last edited by
[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.
-
wrote on 5 Oct 2010, 06:23 last edited by
thanks for your suggestions, I'm going to implement it from scratch :)
2/6