Add a FontSelector widget
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 27 Jul 2009 23:43:09 +0000 (01:43 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 6 Aug 2009 18:25:05 +0000 (20:25 +0200)
commit89714033b9b0399f6855eb558217dc549813295d
tree313a66353312f29a0d3c7a16c0ebe34e0e7dc34d
parent2ca0005bfda1c2eb1bb4bcd6b0abe5382f0979f1
Add a FontSelector widget

This handles a label, a demo frame, and a button to choose a font. It's not checkable
at the moment though.

FontSelector uses the property system, so it can be used conveniently.
src/uisupport/CMakeLists.txt
src/uisupport/fontselector.cpp [new file with mode: 0644]
src/uisupport/fontselector.h [new file with mode: 0644]