|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>MultiProjectPage</class> |
|
4 <widget class="QWidget" name="MultiProjectPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>494</width> |
|
10 <height>362</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure multiproject settings</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line8"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QGroupBox" name="groupBox_2"> |
|
36 <property name="title"> |
|
37 <string>Workspace</string> |
|
38 </property> |
|
39 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
40 <item> |
|
41 <widget class="E5PathPicker" name="workspacePicker" native="true"> |
|
42 <property name="sizePolicy"> |
|
43 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
44 <horstretch>0</horstretch> |
|
45 <verstretch>0</verstretch> |
|
46 </sizepolicy> |
|
47 </property> |
|
48 <property name="focusPolicy"> |
|
49 <enum>Qt::StrongFocus</enum> |
|
50 </property> |
|
51 <property name="toolTip"> |
|
52 <string>Enter the name of the workspace directory</string> |
|
53 </property> |
|
54 </widget> |
|
55 </item> |
|
56 </layout> |
|
57 </widget> |
|
58 </item> |
|
59 <item> |
|
60 <widget class="QGroupBox" name="groupBox"> |
|
61 <property name="title"> |
|
62 <string>Master Project</string> |
|
63 </property> |
|
64 <layout class="QVBoxLayout"> |
|
65 <item> |
|
66 <widget class="QCheckBox" name="openMasterAutomaticallyCheckBox"> |
|
67 <property name="toolTip"> |
|
68 <string>Select to open the master project automatically upon opening the multiproject</string> |
|
69 </property> |
|
70 <property name="text"> |
|
71 <string>Open master project automatically</string> |
|
72 </property> |
|
73 </widget> |
|
74 </item> |
|
75 </layout> |
|
76 </widget> |
|
77 </item> |
|
78 <item> |
|
79 <widget class="QGroupBox" name="groupBox_6"> |
|
80 <property name="title"> |
|
81 <string>XML</string> |
|
82 </property> |
|
83 <layout class="QVBoxLayout"> |
|
84 <item> |
|
85 <widget class="QCheckBox" name="multiProjectTimestampCheckBox"> |
|
86 <property name="toolTip"> |
|
87 <string>Select, if a timestamp should be written to all multiproject related XML files</string> |
|
88 </property> |
|
89 <property name="text"> |
|
90 <string>Include timestamp in multiproject related XML files</string> |
|
91 </property> |
|
92 </widget> |
|
93 </item> |
|
94 </layout> |
|
95 </widget> |
|
96 </item> |
|
97 <item> |
|
98 <widget class="QGroupBox" name="groupBox_7"> |
|
99 <property name="title"> |
|
100 <string>Recent Multiprojects</string> |
|
101 </property> |
|
102 <layout class="QVBoxLayout"> |
|
103 <item> |
|
104 <layout class="QHBoxLayout"> |
|
105 <item> |
|
106 <widget class="QLabel" name="label"> |
|
107 <property name="text"> |
|
108 <string>Number of recent multiprojects:</string> |
|
109 </property> |
|
110 </widget> |
|
111 </item> |
|
112 <item> |
|
113 <widget class="QSpinBox" name="multiProjectRecentSpinBox"> |
|
114 <property name="toolTip"> |
|
115 <string>Enter the number of recent multiprojects to remember</string> |
|
116 </property> |
|
117 <property name="alignment"> |
|
118 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
119 </property> |
|
120 <property name="minimum"> |
|
121 <number>5</number> |
|
122 </property> |
|
123 <property name="maximum"> |
|
124 <number>50</number> |
|
125 </property> |
|
126 </widget> |
|
127 </item> |
|
128 <item> |
|
129 <spacer> |
|
130 <property name="orientation"> |
|
131 <enum>Qt::Horizontal</enum> |
|
132 </property> |
|
133 <property name="sizeHint" stdset="0"> |
|
134 <size> |
|
135 <width>40</width> |
|
136 <height>20</height> |
|
137 </size> |
|
138 </property> |
|
139 </spacer> |
|
140 </item> |
|
141 </layout> |
|
142 </item> |
|
143 </layout> |
|
144 </widget> |
|
145 </item> |
|
146 <item> |
|
147 <spacer> |
|
148 <property name="orientation"> |
|
149 <enum>Qt::Vertical</enum> |
|
150 </property> |
|
151 <property name="sizeHint" stdset="0"> |
|
152 <size> |
|
153 <width>20</width> |
|
154 <height>40</height> |
|
155 </size> |
|
156 </property> |
|
157 </spacer> |
|
158 </item> |
|
159 </layout> |
|
160 </widget> |
|
161 <customwidgets> |
|
162 <customwidget> |
|
163 <class>E5PathPicker</class> |
|
164 <extends>QWidget</extends> |
|
165 <header>E5Gui/E5PathPicker.h</header> |
|
166 <container>1</container> |
|
167 </customwidget> |
|
168 </customwidgets> |
|
169 <tabstops> |
|
170 <tabstop>workspacePicker</tabstop> |
|
171 <tabstop>openMasterAutomaticallyCheckBox</tabstop> |
|
172 <tabstop>multiProjectTimestampCheckBox</tabstop> |
|
173 <tabstop>multiProjectRecentSpinBox</tabstop> |
|
174 </tabstops> |
|
175 <resources/> |
|
176 <connections/> |
|
177 </ui> |