|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>GitSubmodulesSummaryOptionsDialog</class> |
|
4 <widget class="QDialog" name="GitSubmodulesSummaryOptionsDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>350</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Submodule Summary Options</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QGridLayout" name="gridLayout"> |
|
20 <item row="0" column="0" colspan="3"> |
|
21 <widget class="QLabel" name="label"> |
|
22 <property name="text"> |
|
23 <string>Selected Submodules:</string> |
|
24 </property> |
|
25 </widget> |
|
26 </item> |
|
27 <item row="1" column="0" colspan="3"> |
|
28 <widget class="QListWidget" name="submodulesList"> |
|
29 <property name="toolTip"> |
|
30 <string>Select the submodules to show the summary for</string> |
|
31 </property> |
|
32 <property name="alternatingRowColors"> |
|
33 <bool>true</bool> |
|
34 </property> |
|
35 <property name="selectionMode"> |
|
36 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item row="2" column="0" colspan="3"> |
|
41 <widget class="QCheckBox" name="filesCheckBox"> |
|
42 <property name="toolTip"> |
|
43 <string>Select to show summary information for the index of the superproject</string> |
|
44 </property> |
|
45 <property name="text"> |
|
46 <string>Show Summary for Superproject Index</string> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 <item row="3" column="0" colspan="3"> |
|
51 <widget class="QCheckBox" name="indexCheckBox"> |
|
52 <property name="toolTip"> |
|
53 <string>Select to show summary information for the index</string> |
|
54 </property> |
|
55 <property name="text"> |
|
56 <string>Show Summary for Index</string> |
|
57 </property> |
|
58 </widget> |
|
59 </item> |
|
60 <item row="4" column="0"> |
|
61 <widget class="QLabel" name="label_2"> |
|
62 <property name="text"> |
|
63 <string>Commit:</string> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 <item row="4" column="1" colspan="2"> |
|
68 <widget class="QLineEdit" name="commitEdit"> |
|
69 <property name="toolTip"> |
|
70 <string>Enter a commit ID to show summary information for</string> |
|
71 </property> |
|
72 <property name="placeholderText"> |
|
73 <string>Enter Commit ID</string> |
|
74 </property> |
|
75 </widget> |
|
76 </item> |
|
77 <item row="5" column="0"> |
|
78 <widget class="QLabel" name="label_3"> |
|
79 <property name="text"> |
|
80 <string>Limit:</string> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item row="5" column="1"> |
|
85 <widget class="QSpinBox" name="limitSpinBox"> |
|
86 <property name="toolTip"> |
|
87 <string>Enter the maximum number of entries to be shown per submodule</string> |
|
88 </property> |
|
89 <property name="alignment"> |
|
90 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
91 </property> |
|
92 <property name="specialValueText"> |
|
93 <string>No Limit</string> |
|
94 </property> |
|
95 <property name="maximum"> |
|
96 <number>9999</number> |
|
97 </property> |
|
98 <property name="singleStep"> |
|
99 <number>5</number> |
|
100 </property> |
|
101 </widget> |
|
102 </item> |
|
103 <item row="5" column="2"> |
|
104 <spacer name="horizontalSpacer"> |
|
105 <property name="orientation"> |
|
106 <enum>Qt::Horizontal</enum> |
|
107 </property> |
|
108 <property name="sizeHint" stdset="0"> |
|
109 <size> |
|
110 <width>269</width> |
|
111 <height>20</height> |
|
112 </size> |
|
113 </property> |
|
114 </spacer> |
|
115 </item> |
|
116 <item row="6" column="0" colspan="3"> |
|
117 <widget class="QDialogButtonBox" name="buttonBox"> |
|
118 <property name="orientation"> |
|
119 <enum>Qt::Horizontal</enum> |
|
120 </property> |
|
121 <property name="standardButtons"> |
|
122 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
123 </property> |
|
124 </widget> |
|
125 </item> |
|
126 </layout> |
|
127 </widget> |
|
128 <tabstops> |
|
129 <tabstop>submodulesList</tabstop> |
|
130 <tabstop>filesCheckBox</tabstop> |
|
131 <tabstop>indexCheckBox</tabstop> |
|
132 <tabstop>commitEdit</tabstop> |
|
133 <tabstop>limitSpinBox</tabstop> |
|
134 </tabstops> |
|
135 <resources/> |
|
136 <connections> |
|
137 <connection> |
|
138 <sender>buttonBox</sender> |
|
139 <signal>accepted()</signal> |
|
140 <receiver>GitSubmodulesSummaryOptionsDialog</receiver> |
|
141 <slot>accept()</slot> |
|
142 <hints> |
|
143 <hint type="sourcelabel"> |
|
144 <x>227</x> |
|
145 <y>332</y> |
|
146 </hint> |
|
147 <hint type="destinationlabel"> |
|
148 <x>157</x> |
|
149 <y>274</y> |
|
150 </hint> |
|
151 </hints> |
|
152 </connection> |
|
153 <connection> |
|
154 <sender>buttonBox</sender> |
|
155 <signal>rejected()</signal> |
|
156 <receiver>GitSubmodulesSummaryOptionsDialog</receiver> |
|
157 <slot>reject()</slot> |
|
158 <hints> |
|
159 <hint type="sourcelabel"> |
|
160 <x>295</x> |
|
161 <y>338</y> |
|
162 </hint> |
|
163 <hint type="destinationlabel"> |
|
164 <x>286</x> |
|
165 <y>274</y> |
|
166 </hint> |
|
167 </hints> |
|
168 </connection> |
|
169 <connection> |
|
170 <sender>filesCheckBox</sender> |
|
171 <signal>toggled(bool)</signal> |
|
172 <receiver>indexCheckBox</receiver> |
|
173 <slot>setDisabled(bool)</slot> |
|
174 <hints> |
|
175 <hint type="sourcelabel"> |
|
176 <x>59</x> |
|
177 <y>226</y> |
|
178 </hint> |
|
179 <hint type="destinationlabel"> |
|
180 <x>62</x> |
|
181 <y>249</y> |
|
182 </hint> |
|
183 </hints> |
|
184 </connection> |
|
185 <connection> |
|
186 <sender>filesCheckBox</sender> |
|
187 <signal>toggled(bool)</signal> |
|
188 <receiver>commitEdit</receiver> |
|
189 <slot>setDisabled(bool)</slot> |
|
190 <hints> |
|
191 <hint type="sourcelabel"> |
|
192 <x>86</x> |
|
193 <y>226</y> |
|
194 </hint> |
|
195 <hint type="destinationlabel"> |
|
196 <x>86</x> |
|
197 <y>271</y> |
|
198 </hint> |
|
199 </hints> |
|
200 </connection> |
|
201 </connections> |
|
202 </ui> |