|
1 <ui version="4.0" > |
|
2 <class>IdentifierPage</class> |
|
3 <widget class="QWidget" name="IdentifierPage" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>417</width> |
|
9 <height>242</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Form</string> |
|
14 </property> |
|
15 <layout class="QGridLayout" > |
|
16 <item row="0" column="1" > |
|
17 <spacer> |
|
18 <property name="orientation" > |
|
19 <enum>Qt::Vertical</enum> |
|
20 </property> |
|
21 <property name="sizeType" > |
|
22 <enum>QSizePolicy::Fixed</enum> |
|
23 </property> |
|
24 <property name="sizeHint" > |
|
25 <size> |
|
26 <width>20</width> |
|
27 <height>20</height> |
|
28 </size> |
|
29 </property> |
|
30 </spacer> |
|
31 </item> |
|
32 <item row="1" column="0" colspan="3" > |
|
33 <widget class="QCheckBox" name="identifierCheckBox" > |
|
34 <property name="text" > |
|
35 <string>Create identifiers</string> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 <item row="1" column="3" > |
|
40 <spacer> |
|
41 <property name="orientation" > |
|
42 <enum>Qt::Horizontal</enum> |
|
43 </property> |
|
44 <property name="sizeHint" > |
|
45 <size> |
|
46 <width>161</width> |
|
47 <height>20</height> |
|
48 </size> |
|
49 </property> |
|
50 </spacer> |
|
51 </item> |
|
52 <item row="2" column="0" > |
|
53 <spacer> |
|
54 <property name="orientation" > |
|
55 <enum>Qt::Horizontal</enum> |
|
56 </property> |
|
57 <property name="sizeType" > |
|
58 <enum>QSizePolicy::Fixed</enum> |
|
59 </property> |
|
60 <property name="sizeHint" > |
|
61 <size> |
|
62 <width>30</width> |
|
63 <height>20</height> |
|
64 </size> |
|
65 </property> |
|
66 </spacer> |
|
67 </item> |
|
68 <item row="2" column="1" > |
|
69 <widget class="QRadioButton" name="globalButton" > |
|
70 <property name="enabled" > |
|
71 <bool>false</bool> |
|
72 </property> |
|
73 <property name="text" > |
|
74 <string>Global prefix:</string> |
|
75 </property> |
|
76 <property name="checked" > |
|
77 <bool>true</bool> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 <item row="2" column="2" > |
|
82 <widget class="QLineEdit" name="prefixLineEdit" > |
|
83 <property name="enabled" > |
|
84 <bool>false</bool> |
|
85 </property> |
|
86 </widget> |
|
87 </item> |
|
88 <item row="3" column="1" colspan="2" > |
|
89 <widget class="QRadioButton" name="fileNameButton" > |
|
90 <property name="enabled" > |
|
91 <bool>false</bool> |
|
92 </property> |
|
93 <property name="text" > |
|
94 <string>Inherit prefix from file names</string> |
|
95 </property> |
|
96 </widget> |
|
97 </item> |
|
98 <item row="4" column="1" > |
|
99 <spacer> |
|
100 <property name="orientation" > |
|
101 <enum>Qt::Vertical</enum> |
|
102 </property> |
|
103 <property name="sizeHint" > |
|
104 <size> |
|
105 <width>20</width> |
|
106 <height>31</height> |
|
107 </size> |
|
108 </property> |
|
109 </spacer> |
|
110 </item> |
|
111 </layout> |
|
112 </widget> |
|
113 <resources/> |
|
114 <connections> |
|
115 <connection> |
|
116 <sender>globalButton</sender> |
|
117 <signal>toggled(bool)</signal> |
|
118 <receiver>prefixLineEdit</receiver> |
|
119 <slot>setEnabled(bool)</slot> |
|
120 <hints> |
|
121 <hint type="sourcelabel" > |
|
122 <x>122</x> |
|
123 <y>72</y> |
|
124 </hint> |
|
125 <hint type="destinationlabel" > |
|
126 <x>161</x> |
|
127 <y>71</y> |
|
128 </hint> |
|
129 </hints> |
|
130 </connection> |
|
131 </connections> |
|
132 </ui> |