From 90825e2392b2d70e43c7a25b8a3752299a933894 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- .../designer/examples/colortool/optionsform.ui | 153 +++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 qtruby/rubylib/designer/examples/colortool/optionsform.ui (limited to 'qtruby/rubylib/designer/examples/colortool/optionsform.ui') diff --git a/qtruby/rubylib/designer/examples/colortool/optionsform.ui b/qtruby/rubylib/designer/examples/colortool/optionsform.ui new file mode 100644 index 00000000..1bb7e8ef --- /dev/null +++ b/qtruby/rubylib/designer/examples/colortool/optionsform.ui @@ -0,0 +1,153 @@ + +OptionsForm + + + OptionsForm + + + + 0 + 0 + 306 + 226 + + + + Color Tool - Options + + + + unnamed + + + + GroupBox2 + + + Table View + + + + unnamed + + + + webCheckBox + + + Indicate &Web colors + + + true + + + + + + + ButtonGroup1 + + + Copy to Clipboard As + + + + unnamed + + + + hexRadioButton + + + &Hex, e.g. #AB347F + + + true + + + + + nameRadioButton + + + &Name, e.g. light blue + + + + + rgbRadioButton + + + &RGB, e.g. 51,255,102 + + + + + + + Layout5 + + + + unnamed + + + + Spacer2 + + + Horizontal + + + Expanding + + + + 0 + 10 + + + + + + okPushButton + + + &OK + + + true + + + + + cancelPushButton + + + &Cancel + + + + + + + + + okPushButton + clicked() + OptionsForm + accept() + + + cancelPushButton + clicked() + OptionsForm + reject() + + + + optionsform.ui.h + + + + -- cgit v1.2.3