|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>UicCompilerOptionsDialog</class> |
|
4 <widget class="QDialog" name="UicCompilerOptionsDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>500</width> |
|
10 <height>323</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>uic Compiler Options</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="groupBox"> |
|
22 <property name="title"> |
|
23 <string>Package Root</string> |
|
24 </property> |
|
25 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
26 <item> |
|
27 <widget class="QLineEdit" name="packageRootEdit"> |
|
28 <property name="toolTip"> |
|
29 <string>Enter the project relative path of the packages root directory</string> |
|
30 </property> |
|
31 <property name="clearButtonEnabled"> |
|
32 <bool>true</bool> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 </layout> |
|
37 </widget> |
|
38 </item> |
|
39 <item> |
|
40 <widget class="QGroupBox" name="packageGroup"> |
|
41 <property name="title"> |
|
42 <string>'import' Package</string> |
|
43 </property> |
|
44 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
45 <item> |
|
46 <widget class="QLineEdit" name="packageEdit"> |
|
47 <property name="toolTip"> |
|
48 <string>Enter the package name</string> |
|
49 </property> |
|
50 <property name="clearButtonEnabled"> |
|
51 <bool>true</bool> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item> |
|
56 <widget class="QLabel" name="label_2"> |
|
57 <property name="text"> |
|
58 <string><b>Note</b>: This generates statements like 'from PACKAGE import ...'.</string> |
|
59 </property> |
|
60 <property name="wordWrap"> |
|
61 <bool>true</bool> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 </layout> |
|
66 </widget> |
|
67 </item> |
|
68 <item> |
|
69 <widget class="QGroupBox" name="suffixGroup"> |
|
70 <property name="title"> |
|
71 <string>Resources Suffix</string> |
|
72 </property> |
|
73 <layout class="QVBoxLayout" name="verticalLayout"> |
|
74 <item> |
|
75 <widget class="QLineEdit" name="suffixEdit"> |
|
76 <property name="toolTip"> |
|
77 <string>Enter the suffix of compiled resource files (default: _rc)</string> |
|
78 </property> |
|
79 <property name="clearButtonEnabled"> |
|
80 <bool>true</bool> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item> |
|
85 <widget class="QLabel" name="label_4"> |
|
86 <property name="text"> |
|
87 <string><b>Note</b>: Leave the suffix empty to use the default of '_rc'.</string> |
|
88 </property> |
|
89 <property name="wordWrap"> |
|
90 <bool>true</bool> |
|
91 </property> |
|
92 </widget> |
|
93 </item> |
|
94 </layout> |
|
95 </widget> |
|
96 </item> |
|
97 <item> |
|
98 <widget class="QDialogButtonBox" name="buttonBox"> |
|
99 <property name="orientation"> |
|
100 <enum>Qt::Horizontal</enum> |
|
101 </property> |
|
102 <property name="standardButtons"> |
|
103 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
104 </property> |
|
105 </widget> |
|
106 </item> |
|
107 </layout> |
|
108 </widget> |
|
109 <tabstops> |
|
110 <tabstop>packageRootEdit</tabstop> |
|
111 <tabstop>packageEdit</tabstop> |
|
112 <tabstop>suffixEdit</tabstop> |
|
113 </tabstops> |
|
114 <resources/> |
|
115 <connections> |
|
116 <connection> |
|
117 <sender>buttonBox</sender> |
|
118 <signal>accepted()</signal> |
|
119 <receiver>UicCompilerOptionsDialog</receiver> |
|
120 <slot>accept()</slot> |
|
121 <hints> |
|
122 <hint type="sourcelabel"> |
|
123 <x>248</x> |
|
124 <y>254</y> |
|
125 </hint> |
|
126 <hint type="destinationlabel"> |
|
127 <x>157</x> |
|
128 <y>274</y> |
|
129 </hint> |
|
130 </hints> |
|
131 </connection> |
|
132 <connection> |
|
133 <sender>buttonBox</sender> |
|
134 <signal>rejected()</signal> |
|
135 <receiver>UicCompilerOptionsDialog</receiver> |
|
136 <slot>reject()</slot> |
|
137 <hints> |
|
138 <hint type="sourcelabel"> |
|
139 <x>316</x> |
|
140 <y>260</y> |
|
141 </hint> |
|
142 <hint type="destinationlabel"> |
|
143 <x>286</x> |
|
144 <y>274</y> |
|
145 </hint> |
|
146 </hints> |
|
147 </connection> |
|
148 </connections> |
|
149 </ui> |