|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0" stdsetdef="1"> |
|
3 <author></author> |
|
4 <comment></comment> |
|
5 <exportmacro></exportmacro> |
|
6 <class>OptionsForm</class> |
|
7 <widget class="QDialog" name="OptionsForm"> |
|
8 <property name="geometry"> |
|
9 <rect> |
|
10 <x>0</x> |
|
11 <y>0</y> |
|
12 <width>381</width> |
|
13 <height>297</height> |
|
14 </rect> |
|
15 </property> |
|
16 <property name="windowTitle"> |
|
17 <string>Color Tool -- Options</string> |
|
18 </property> |
|
19 <layout class="QVBoxLayout"> |
|
20 <item> |
|
21 <layout class="QVBoxLayout"> |
|
22 <item> |
|
23 <widget class="Q3GroupBox" name="listGroupBox"> |
|
24 <property name="title"> |
|
25 <string>&List View</string> |
|
26 </property> |
|
27 <layout class="QVBoxLayout"> |
|
28 <item> |
|
29 <widget class="QCheckBox" name="webCheckBox"> |
|
30 <property name="text"> |
|
31 <string>&Web color indicator</string> |
|
32 </property> |
|
33 <property name="checked"> |
|
34 <bool>true</bool> |
|
35 </property> |
|
36 </widget> |
|
37 </item> |
|
38 </layout> |
|
39 </widget> |
|
40 </item> |
|
41 <item> |
|
42 <widget class="Q3GroupBox" name="textGroupBox"> |
|
43 <property name="title"> |
|
44 <string>&Colored text</string> |
|
45 </property> |
|
46 <layout class="QVBoxLayout"> |
|
47 <item> |
|
48 <widget class="QLineEdit" name="textLineEdit"> |
|
49 <property name="text"> |
|
50 <string>The quick brown fox jumped over the lazy dogs.</string> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 </layout> |
|
55 </widget> |
|
56 </item> |
|
57 </layout> |
|
58 </item> |
|
59 <item> |
|
60 <layout class="QHBoxLayout"> |
|
61 <item> |
|
62 <widget class="Q3ButtonGroup" name="clipboardButtonGroup"> |
|
63 <property name="title"> |
|
64 <string>Copy to Clipboard As</string> |
|
65 </property> |
|
66 <layout class="QVBoxLayout"> |
|
67 <item> |
|
68 <widget class="QRadioButton" name="hexRadioButton"> |
|
69 <property name="text"> |
|
70 <string>&Hex, e.g. #ab12df</string> |
|
71 </property> |
|
72 <property name="checked"> |
|
73 <bool>true</bool> |
|
74 </property> |
|
75 </widget> |
|
76 </item> |
|
77 <item> |
|
78 <widget class="QRadioButton" name="nameRadioButton"> |
|
79 <property name="text"> |
|
80 <string>&Name, e.g. darkgreen</string> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item> |
|
85 <widget class="QRadioButton" name="rgbRadioButton"> |
|
86 <property name="text"> |
|
87 <string>&RGB values, e.g. 266,0,51</string> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 </layout> |
|
92 </widget> |
|
93 </item> |
|
94 <item> |
|
95 <spacer name="Spacer4"> |
|
96 <property name="sizeHint"> |
|
97 <size> |
|
98 <width>0</width> |
|
99 <height>2</height> |
|
100 </size> |
|
101 </property> |
|
102 <property name="sizeType"> |
|
103 <enum>QSizePolicy::Expanding</enum> |
|
104 </property> |
|
105 <property name="orientation"> |
|
106 <enum>Qt::Horizontal</enum> |
|
107 </property> |
|
108 </spacer> |
|
109 </item> |
|
110 <item> |
|
111 <layout class="QVBoxLayout"> |
|
112 <item> |
|
113 <spacer name="Spacer3"> |
|
114 <property name="sizeHint"> |
|
115 <size> |
|
116 <width>22</width> |
|
117 <height>0</height> |
|
118 </size> |
|
119 </property> |
|
120 <property name="sizeType"> |
|
121 <enum>QSizePolicy::Expanding</enum> |
|
122 </property> |
|
123 <property name="orientation"> |
|
124 <enum>Qt::Vertical</enum> |
|
125 </property> |
|
126 </spacer> |
|
127 </item> |
|
128 <item> |
|
129 <widget class="QPushButton" name="okPushButton"> |
|
130 <property name="text"> |
|
131 <string>OK</string> |
|
132 </property> |
|
133 <property name="default"> |
|
134 <bool>true</bool> |
|
135 </property> |
|
136 </widget> |
|
137 </item> |
|
138 <item> |
|
139 <widget class="QPushButton" name="cancelPushButton"> |
|
140 <property name="text"> |
|
141 <string>Cancel</string> |
|
142 </property> |
|
143 </widget> |
|
144 </item> |
|
145 </layout> |
|
146 </item> |
|
147 </layout> |
|
148 </item> |
|
149 </layout> |
|
150 </widget> |
|
151 <layoutdefault spacing="6" margin="11"/> |
|
152 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
153 <connections> |
|
154 <connection> |
|
155 <sender>okPushButton</sender> |
|
156 <signal>clicked()</signal> |
|
157 <receiver>OptionsForm</receiver> |
|
158 <slot>accept()</slot> |
|
159 </connection> |
|
160 <connection> |
|
161 <sender>cancelPushButton</sender> |
|
162 <signal>clicked()</signal> |
|
163 <receiver>OptionsForm</receiver> |
|
164 <slot>reject()</slot> |
|
165 </connection> |
|
166 </connections> |
|
167 </ui> |