|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>GitSubmodulesStatusDialog</class> |
|
4 <widget class="QDialog" name="GitSubmodulesStatusDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>700</width> |
|
10 <height>400</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Submodules Status</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QTreeWidget" name="statusList"> |
|
22 <property name="alternatingRowColors"> |
|
23 <bool>true</bool> |
|
24 </property> |
|
25 <property name="rootIsDecorated"> |
|
26 <bool>false</bool> |
|
27 </property> |
|
28 <property name="itemsExpandable"> |
|
29 <bool>false</bool> |
|
30 </property> |
|
31 <column> |
|
32 <property name="text"> |
|
33 <string>Submodule</string> |
|
34 </property> |
|
35 </column> |
|
36 <column> |
|
37 <property name="text"> |
|
38 <string>Status</string> |
|
39 </property> |
|
40 </column> |
|
41 <column> |
|
42 <property name="text"> |
|
43 <string>Commit ID</string> |
|
44 </property> |
|
45 </column> |
|
46 <column> |
|
47 <property name="text"> |
|
48 <string>Info</string> |
|
49 </property> |
|
50 </column> |
|
51 </widget> |
|
52 </item> |
|
53 <item> |
|
54 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
55 <item> |
|
56 <widget class="QCheckBox" name="indexCheckBox"> |
|
57 <property name="toolTip"> |
|
58 <string>Select to show the status for the index</string> |
|
59 </property> |
|
60 <property name="text"> |
|
61 <string>Show Status for Index</string> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 <item> |
|
66 <widget class="QCheckBox" name="recursiveCheckBox"> |
|
67 <property name="toolTip"> |
|
68 <string>Perform a recursive operation</string> |
|
69 </property> |
|
70 <property name="text"> |
|
71 <string>Recursive</string> |
|
72 </property> |
|
73 </widget> |
|
74 </item> |
|
75 <item> |
|
76 <spacer name="horizontalSpacer"> |
|
77 <property name="orientation"> |
|
78 <enum>Qt::Horizontal</enum> |
|
79 </property> |
|
80 <property name="sizeHint" stdset="0"> |
|
81 <size> |
|
82 <width>40</width> |
|
83 <height>20</height> |
|
84 </size> |
|
85 </property> |
|
86 </spacer> |
|
87 </item> |
|
88 </layout> |
|
89 </item> |
|
90 <item> |
|
91 <widget class="QGroupBox" name="errorGroup"> |
|
92 <property name="sizePolicy"> |
|
93 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
94 <horstretch>0</horstretch> |
|
95 <verstretch>1</verstretch> |
|
96 </sizepolicy> |
|
97 </property> |
|
98 <property name="title"> |
|
99 <string>Errors</string> |
|
100 </property> |
|
101 <layout class="QVBoxLayout"> |
|
102 <item> |
|
103 <widget class="QTextEdit" name="errors"> |
|
104 <property name="readOnly"> |
|
105 <bool>true</bool> |
|
106 </property> |
|
107 <property name="acceptRichText"> |
|
108 <bool>false</bool> |
|
109 </property> |
|
110 </widget> |
|
111 </item> |
|
112 </layout> |
|
113 </widget> |
|
114 </item> |
|
115 <item> |
|
116 <widget class="QDialogButtonBox" name="buttonBox"> |
|
117 <property name="orientation"> |
|
118 <enum>Qt::Horizontal</enum> |
|
119 </property> |
|
120 <property name="standardButtons"> |
|
121 <set>QDialogButtonBox::Close</set> |
|
122 </property> |
|
123 </widget> |
|
124 </item> |
|
125 </layout> |
|
126 </widget> |
|
127 <tabstops> |
|
128 <tabstop>statusList</tabstop> |
|
129 <tabstop>indexCheckBox</tabstop> |
|
130 <tabstop>recursiveCheckBox</tabstop> |
|
131 <tabstop>errors</tabstop> |
|
132 </tabstops> |
|
133 <resources/> |
|
134 <connections> |
|
135 <connection> |
|
136 <sender>buttonBox</sender> |
|
137 <signal>accepted()</signal> |
|
138 <receiver>GitSubmodulesStatusDialog</receiver> |
|
139 <slot>accept()</slot> |
|
140 <hints> |
|
141 <hint type="sourcelabel"> |
|
142 <x>248</x> |
|
143 <y>254</y> |
|
144 </hint> |
|
145 <hint type="destinationlabel"> |
|
146 <x>157</x> |
|
147 <y>274</y> |
|
148 </hint> |
|
149 </hints> |
|
150 </connection> |
|
151 <connection> |
|
152 <sender>buttonBox</sender> |
|
153 <signal>rejected()</signal> |
|
154 <receiver>GitSubmodulesStatusDialog</receiver> |
|
155 <slot>reject()</slot> |
|
156 <hints> |
|
157 <hint type="sourcelabel"> |
|
158 <x>316</x> |
|
159 <y>260</y> |
|
160 </hint> |
|
161 <hint type="destinationlabel"> |
|
162 <x>286</x> |
|
163 <y>274</y> |
|
164 </hint> |
|
165 </hints> |
|
166 </connection> |
|
167 </connections> |
|
168 </ui> |