ColorString/ColorSelectionDialog.ui

changeset 1
e1f013dc03bb
equal deleted inserted replaced
0:78cb5b240094 1:e1f013dc03bb
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ColorSelectionDialog</class>
4 <widget class="QDialog" name="ColorSelectionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>300</width>
10 <height>99</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Color String</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Select Color Name:</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QComboBox" name="colorComboBox">
29 <property name="toolTip">
30 <string>Select a color by name</string>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QDialogButtonBox" name="buttonBox">
36 <property name="orientation">
37 <enum>Qt::Horizontal</enum>
38 </property>
39 <property name="standardButtons">
40 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
41 </property>
42 </widget>
43 </item>
44 </layout>
45 </widget>
46 <resources/>
47 <connections>
48 <connection>
49 <sender>buttonBox</sender>
50 <signal>accepted()</signal>
51 <receiver>ColorSelectionDialog</receiver>
52 <slot>accept()</slot>
53 <hints>
54 <hint type="sourcelabel">
55 <x>248</x>
56 <y>254</y>
57 </hint>
58 <hint type="destinationlabel">
59 <x>157</x>
60 <y>274</y>
61 </hint>
62 </hints>
63 </connection>
64 <connection>
65 <sender>buttonBox</sender>
66 <signal>rejected()</signal>
67 <receiver>ColorSelectionDialog</receiver>
68 <slot>reject()</slot>
69 <hints>
70 <hint type="sourcelabel">
71 <x>316</x>
72 <y>260</y>
73 </hint>
74 <hint type="destinationlabel">
75 <x>286</x>
76 <y>274</y>
77 </hint>
78 </hints>
79 </connection>
80 </connections>
81 </ui>

eric ide

mercurial