Preferences/ConfigurationPages/MultiProjectPage.ui

changeset 0
de9c2efb9d02
child 1939
eadb2328d7d4
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>MultiProjectPage</class>
3 <widget class="QWidget" name="MultiProjectPage" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>494</width>
9 <height>357</height>
10 </rect>
11 </property>
12 <layout class="QVBoxLayout" >
13 <item>
14 <widget class="QLabel" name="headerLabel" >
15 <property name="text" >
16 <string>&lt;b>Configure multiproject settings&lt;/b></string>
17 </property>
18 </widget>
19 </item>
20 <item>
21 <widget class="Line" name="line8" >
22 <property name="frameShape" >
23 <enum>QFrame::HLine</enum>
24 </property>
25 <property name="frameShadow" >
26 <enum>QFrame::Sunken</enum>
27 </property>
28 <property name="orientation" >
29 <enum>Qt::Horizontal</enum>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="QGroupBox" name="groupBox" >
35 <property name="title" >
36 <string>Master Project</string>
37 </property>
38 <layout class="QVBoxLayout" >
39 <item>
40 <widget class="QCheckBox" name="openMasterAutomaticallyCheckBox" >
41 <property name="toolTip" >
42 <string>Select to open the master project automatically upon opening the multiproject</string>
43 </property>
44 <property name="text" >
45 <string>Open master project automatically</string>
46 </property>
47 </widget>
48 </item>
49 </layout>
50 </widget>
51 </item>
52 <item>
53 <widget class="QGroupBox" name="groupBox_6" >
54 <property name="title" >
55 <string>XML</string>
56 </property>
57 <layout class="QVBoxLayout" >
58 <item>
59 <widget class="QCheckBox" name="multiProjectTimestampCheckBox" >
60 <property name="toolTip" >
61 <string>Select, if a timestamp should be written to all multiproject related XML files</string>
62 </property>
63 <property name="text" >
64 <string>Include timestamp in multiproject related XML files</string>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </widget>
70 </item>
71 <item>
72 <widget class="QGroupBox" name="groupBox_7" >
73 <property name="title" >
74 <string>Recent Multiprojects</string>
75 </property>
76 <layout class="QVBoxLayout" >
77 <item>
78 <layout class="QHBoxLayout" >
79 <item>
80 <widget class="QLabel" name="label" >
81 <property name="text" >
82 <string>Number of recent multiprojects:</string>
83 </property>
84 </widget>
85 </item>
86 <item>
87 <widget class="QSpinBox" name="multiProjectRecentSpinBox" >
88 <property name="toolTip" >
89 <string>Enter the number of recent multiprojects to remember</string>
90 </property>
91 <property name="alignment" >
92 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
93 </property>
94 <property name="minimum" >
95 <number>5</number>
96 </property>
97 <property name="maximum" >
98 <number>50</number>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <spacer>
104 <property name="orientation" >
105 <enum>Qt::Horizontal</enum>
106 </property>
107 <property name="sizeHint" stdset="0" >
108 <size>
109 <width>40</width>
110 <height>20</height>
111 </size>
112 </property>
113 </spacer>
114 </item>
115 </layout>
116 </item>
117 </layout>
118 </widget>
119 </item>
120 <item>
121 <spacer>
122 <property name="orientation" >
123 <enum>Qt::Vertical</enum>
124 </property>
125 <property name="sizeHint" stdset="0" >
126 <size>
127 <width>20</width>
128 <height>40</height>
129 </size>
130 </property>
131 </spacer>
132 </item>
133 </layout>
134 </widget>
135 <tabstops>
136 <tabstop>openMasterAutomaticallyCheckBox</tabstop>
137 <tabstop>multiProjectTimestampCheckBox</tabstop>
138 <tabstop>multiProjectRecentSpinBox</tabstop>
139 </tabstops>
140 <resources/>
141 <connections/>
142 </ui>

eric ide

mercurial