|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>CreateDialogCodeDialog</class> |
|
4 <widget class="QDialog" name="CreateDialogCodeDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>584</width> |
|
10 <height>466</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Forms code generator</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout"> |
|
20 <item> |
|
21 <layout class="QGridLayout"> |
|
22 <item row="1" column="0"> |
|
23 <widget class="QLabel" name="label_2"> |
|
24 <property name="text"> |
|
25 <string>&Filename:</string> |
|
26 </property> |
|
27 <property name="buddy"> |
|
28 <cstring>filenameEdit</cstring> |
|
29 </property> |
|
30 </widget> |
|
31 </item> |
|
32 <item row="0" column="2" colspan="2"> |
|
33 <widget class="QPushButton" name="newButton"> |
|
34 <property name="toolTip"> |
|
35 <string>Press to generate a new forms class</string> |
|
36 </property> |
|
37 <property name="text"> |
|
38 <string>&New...</string> |
|
39 </property> |
|
40 </widget> |
|
41 </item> |
|
42 <item row="0" column="0"> |
|
43 <widget class="QLabel" name="label"> |
|
44 <property name="text"> |
|
45 <string>&Classname:</string> |
|
46 </property> |
|
47 <property name="buddy"> |
|
48 <cstring>classNameCombo</cstring> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item row="2" column="3"> |
|
53 <widget class="QToolButton" name="clearFilterButton"> |
|
54 <property name="text"> |
|
55 <string/> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 <item row="0" column="1"> |
|
60 <widget class="QComboBox" name="classNameCombo"> |
|
61 <property name="sizePolicy"> |
|
62 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
63 <horstretch>0</horstretch> |
|
64 <verstretch>0</verstretch> |
|
65 </sizepolicy> |
|
66 </property> |
|
67 <property name="toolTip"> |
|
68 <string>Select the class that should get the forms code</string> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
|
72 <item row="1" column="1" colspan="3"> |
|
73 <widget class="QLineEdit" name="filenameEdit"> |
|
74 <property name="toolTip"> |
|
75 <string>Displays the name of the file containing the code</string> |
|
76 </property> |
|
77 <property name="readOnly"> |
|
78 <bool>true</bool> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 <item row="2" column="1" colspan="2"> |
|
83 <widget class="QLineEdit" name="filterEdit"> |
|
84 <property name="toolTip"> |
|
85 <string>Enter a regular expression to filter the list below</string> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item row="2" column="0"> |
|
90 <widget class="QLabel" name="label_3"> |
|
91 <property name="text"> |
|
92 <string>Filter &with:</string> |
|
93 </property> |
|
94 <property name="buddy"> |
|
95 <cstring>filterEdit</cstring> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 </layout> |
|
100 </item> |
|
101 <item> |
|
102 <widget class="QTreeView" name="slotsView"> |
|
103 <property name="sortingEnabled"> |
|
104 <bool>true</bool> |
|
105 </property> |
|
106 </widget> |
|
107 </item> |
|
108 <item> |
|
109 <widget class="QDialogButtonBox" name="buttonBox"> |
|
110 <property name="orientation"> |
|
111 <enum>Qt::Horizontal</enum> |
|
112 </property> |
|
113 <property name="standardButtons"> |
|
114 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
115 </property> |
|
116 </widget> |
|
117 </item> |
|
118 </layout> |
|
119 </widget> |
|
120 <tabstops> |
|
121 <tabstop>classNameCombo</tabstop> |
|
122 <tabstop>newButton</tabstop> |
|
123 <tabstop>filenameEdit</tabstop> |
|
124 <tabstop>filterEdit</tabstop> |
|
125 <tabstop>clearFilterButton</tabstop> |
|
126 <tabstop>slotsView</tabstop> |
|
127 <tabstop>buttonBox</tabstop> |
|
128 </tabstops> |
|
129 <resources/> |
|
130 <connections> |
|
131 <connection> |
|
132 <sender>buttonBox</sender> |
|
133 <signal>rejected()</signal> |
|
134 <receiver>CreateDialogCodeDialog</receiver> |
|
135 <slot>reject()</slot> |
|
136 <hints> |
|
137 <hint type="sourcelabel"> |
|
138 <x>292</x> |
|
139 <y>453</y> |
|
140 </hint> |
|
141 <hint type="destinationlabel"> |
|
142 <x>286</x> |
|
143 <y>274</y> |
|
144 </hint> |
|
145 </hints> |
|
146 </connection> |
|
147 </connections> |
|
148 </ui> |