summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/tools/designer/examples/colortool/optionsform.ui
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/tools/designer/examples/colortool/optionsform.ui')
-rw-r--r--tqtinterface/qt4/tools/designer/examples/colortool/optionsform.ui153
1 files changed, 0 insertions, 153 deletions
diff --git a/tqtinterface/qt4/tools/designer/examples/colortool/optionsform.ui b/tqtinterface/qt4/tools/designer/examples/colortool/optionsform.ui
deleted file mode 100644
index 2e8a4c2..0000000
--- a/tqtinterface/qt4/tools/designer/examples/colortool/optionsform.ui
+++ /dev/null
@@ -1,153 +0,0 @@
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>OptionsForm</class>
-<widget class="TQDialog">
- <property name="name">
- <cstring>OptionsForm</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>306</width>
- <height>226</height>
- </rect>
- </property>
- <property name="caption">
- <string>Color Tool -- Options</string>
- </property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="TQGroupBox">
- <property name="name">
- <cstring>GroupBox2</cstring>
- </property>
- <property name="title">
- <string>Table View</string>
- </property>
- <hbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="TQCheckBox">
- <property name="name">
- <cstring>webCheckBox</cstring>
- </property>
- <property name="text">
- <string>Indicate &amp;Web Colors</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </hbox>
- </widget>
- <widget class="TQButtonGroup">
- <property name="name">
- <cstring>ButtonGroup1</cstring>
- </property>
- <property name="title">
- <string>Copy to Clipboard As</string>
- </property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="TQRadioButton">
- <property name="name">
- <cstring>hexRadioButton</cstring>
- </property>
- <property name="text">
- <string>&amp;Hex, e.g. #AB347F</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQRadioButton">
- <property name="name">
- <cstring>nameRadioButton</cstring>
- </property>
- <property name="text">
- <string>&amp;Name, e.g. light blue</string>
- </property>
- </widget>
- <widget class="TQRadioButton">
- <property name="name">
- <cstring>rgbRadioButton</cstring>
- </property>
- <property name="text">
- <string>&amp;RGB, e.g. 51,255,102</string>
- </property>
- </widget>
- </vbox>
- </widget>
- <widget class="TQLayoutWidget">
- <property name="name">
- <cstring>Layout5</cstring>
- </property>
- <hbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <spacer>
- <property name="name">
- <cstring>Spacer2</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="tqsizeHint">
- <size>
- <width>0</width>
- <height>10</height>
- </size>
- </property>
- </spacer>
- <widget class="TQPushButton">
- <property name="name">
- <cstring>okPushButton</cstring>
- </property>
- <property name="text">
- <string>OK</string>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQPushButton">
- <property name="name">
- <cstring>cancelPushButton</cstring>
- </property>
- <property name="text">
- <string>Cancel</string>
- </property>
- </widget>
- </hbox>
- </widget>
- </vbox>
-</widget>
-<connections>
- <connection>
- <sender>okPushButton</sender>
- <signal>clicked()</signal>
- <receiver>OptionsForm</receiver>
- <slot>accept()</slot>
- </connection>
- <connection>
- <sender>cancelPushButton</sender>
- <signal>clicked()</signal>
- <receiver>OptionsForm</receiver>
- <slot>reject()</slot>
- </connection>
-</connections>
-<includes>
- <include location="local" impldecl="in implementation">optionsform.ui.h</include>
-</includes>
-<pixmapinproject/>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>