14 <string>Forms code generator</string> |
14 <string>Forms code generator</string> |
15 </property> |
15 </property> |
16 <property name="sizeGripEnabled"> |
16 <property name="sizeGripEnabled"> |
17 <bool>true</bool> |
17 <bool>true</bool> |
18 </property> |
18 </property> |
19 <layout class="QVBoxLayout"> |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
20 <item> |
20 <item> |
21 <layout class="QGridLayout"> |
21 <layout class="QGridLayout" name="gridLayout"> |
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"> |
22 <item row="0" column="0"> |
43 <widget class="QLabel" name="label"> |
23 <widget class="QLabel" name="label"> |
44 <property name="text"> |
24 <property name="text"> |
45 <string>&Classname:</string> |
25 <string>&Classname:</string> |
46 </property> |
26 </property> |
47 <property name="buddy"> |
27 <property name="buddy"> |
48 <cstring>classNameCombo</cstring> |
28 <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> |
29 </property> |
57 </widget> |
30 </widget> |
58 </item> |
31 </item> |
59 <item row="0" column="1"> |
32 <item row="0" column="1"> |
60 <widget class="QComboBox" name="classNameCombo"> |
33 <widget class="QComboBox" name="classNameCombo"> |
67 <property name="toolTip"> |
40 <property name="toolTip"> |
68 <string>Select the class that should get the forms code</string> |
41 <string>Select the class that should get the forms code</string> |
69 </property> |
42 </property> |
70 </widget> |
43 </widget> |
71 </item> |
44 </item> |
72 <item row="1" column="1" colspan="3"> |
45 <item row="0" column="2"> |
|
46 <widget class="QPushButton" name="newButton"> |
|
47 <property name="toolTip"> |
|
48 <string>Press to generate a new forms class</string> |
|
49 </property> |
|
50 <property name="text"> |
|
51 <string>&New...</string> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item row="1" column="0"> |
|
56 <widget class="QLabel" name="label_2"> |
|
57 <property name="text"> |
|
58 <string>&Filename:</string> |
|
59 </property> |
|
60 <property name="buddy"> |
|
61 <cstring>filenameEdit</cstring> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 <item row="1" column="1" colspan="2"> |
73 <widget class="QLineEdit" name="filenameEdit"> |
66 <widget class="QLineEdit" name="filenameEdit"> |
74 <property name="toolTip"> |
67 <property name="toolTip"> |
75 <string>Displays the name of the file containing the code</string> |
68 <string>Displays the name of the file containing the code</string> |
76 </property> |
69 </property> |
77 <property name="readOnly"> |
70 <property name="readOnly"> |
78 <bool>true</bool> |
71 <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> |
72 </property> |
87 </widget> |
73 </widget> |
88 </item> |
74 </item> |
89 <item row="2" column="0"> |
75 <item row="2" column="0"> |
90 <widget class="QLabel" name="label_3"> |
76 <widget class="QLabel" name="label_3"> |
91 <property name="text"> |
77 <property name="text"> |
92 <string>Filter &with:</string> |
78 <string>Filter &with:</string> |
93 </property> |
79 </property> |
94 <property name="buddy"> |
80 <property name="buddy"> |
95 <cstring>filterEdit</cstring> |
81 <cstring>filterEdit</cstring> |
|
82 </property> |
|
83 </widget> |
|
84 </item> |
|
85 <item row="2" column="1" colspan="2"> |
|
86 <widget class="E5ClearableLineEdit" name="filterEdit"> |
|
87 <property name="toolTip"> |
|
88 <string>Enter a regular expression to filter the list below</string> |
96 </property> |
89 </property> |
97 </widget> |
90 </widget> |
98 </item> |
91 </item> |
99 </layout> |
92 </layout> |
100 </item> |
93 </item> |
115 </property> |
108 </property> |
116 </widget> |
109 </widget> |
117 </item> |
110 </item> |
118 </layout> |
111 </layout> |
119 </widget> |
112 </widget> |
|
113 <customwidgets> |
|
114 <customwidget> |
|
115 <class>E5ClearableLineEdit</class> |
|
116 <extends>QLineEdit</extends> |
|
117 <header>E5Gui/E5LineEdit.h</header> |
|
118 </customwidget> |
|
119 </customwidgets> |
120 <tabstops> |
120 <tabstops> |
121 <tabstop>classNameCombo</tabstop> |
121 <tabstop>classNameCombo</tabstop> |
122 <tabstop>newButton</tabstop> |
122 <tabstop>newButton</tabstop> |
123 <tabstop>filenameEdit</tabstop> |
123 <tabstop>filenameEdit</tabstop> |
124 <tabstop>filterEdit</tabstop> |
124 <tabstop>filterEdit</tabstop> |
125 <tabstop>clearFilterButton</tabstop> |
|
126 <tabstop>slotsView</tabstop> |
125 <tabstop>slotsView</tabstop> |
127 <tabstop>buttonBox</tabstop> |
126 <tabstop>buttonBox</tabstop> |
128 </tabstops> |
127 </tabstops> |
129 <resources/> |
128 <resources/> |
130 <connections> |
129 <connections> |