|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>SvnChangeListsDialog</class> |
|
4 <widget class="QDialog" name="SvnChangeListsDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>519</width> |
|
10 <height>494</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Subversion Change Lists</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QLabel" name="label"> |
|
22 <property name="text"> |
|
23 <string>Change Lists:</string> |
|
24 </property> |
|
25 </widget> |
|
26 </item> |
|
27 <item> |
|
28 <widget class="QListWidget" name="changeLists"> |
|
29 <property name="sizePolicy"> |
|
30 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
31 <horstretch>0</horstretch> |
|
32 <verstretch>1</verstretch> |
|
33 </sizepolicy> |
|
34 </property> |
|
35 <property name="whatsThis"> |
|
36 <string><b>Change Lists</b> |
|
37 <p>Select a change list here to see the associated files in the list below.</p></string> |
|
38 </property> |
|
39 <property name="alternatingRowColors"> |
|
40 <bool>true</bool> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 <item> |
|
45 <widget class="QLabel" name="filesLabel"> |
|
46 <property name="text"> |
|
47 <string/> |
|
48 </property> |
|
49 <property name="wordWrap"> |
|
50 <bool>true</bool> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 <item> |
|
55 <widget class="QListWidget" name="filesList"> |
|
56 <property name="sizePolicy"> |
|
57 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
58 <horstretch>0</horstretch> |
|
59 <verstretch>2</verstretch> |
|
60 </sizepolicy> |
|
61 </property> |
|
62 <property name="whatsThis"> |
|
63 <string><b>Files</b> |
|
64 <p>This shows a list of files associated with the change list selected above.</p></string> |
|
65 </property> |
|
66 <property name="alternatingRowColors"> |
|
67 <bool>true</bool> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 <item> |
|
72 <widget class="QDialogButtonBox" name="buttonBox"> |
|
73 <property name="orientation"> |
|
74 <enum>Qt::Horizontal</enum> |
|
75 </property> |
|
76 <property name="standardButtons"> |
|
77 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 </layout> |
|
82 </widget> |
|
83 <tabstops> |
|
84 <tabstop>changeLists</tabstop> |
|
85 <tabstop>filesList</tabstop> |
|
86 <tabstop>buttonBox</tabstop> |
|
87 </tabstops> |
|
88 <resources/> |
|
89 <connections> |
|
90 <connection> |
|
91 <sender>buttonBox</sender> |
|
92 <signal>accepted()</signal> |
|
93 <receiver>SvnChangeListsDialog</receiver> |
|
94 <slot>accept()</slot> |
|
95 <hints> |
|
96 <hint type="sourcelabel"> |
|
97 <x>248</x> |
|
98 <y>254</y> |
|
99 </hint> |
|
100 <hint type="destinationlabel"> |
|
101 <x>157</x> |
|
102 <y>274</y> |
|
103 </hint> |
|
104 </hints> |
|
105 </connection> |
|
106 <connection> |
|
107 <sender>buttonBox</sender> |
|
108 <signal>rejected()</signal> |
|
109 <receiver>SvnChangeListsDialog</receiver> |
|
110 <slot>reject()</slot> |
|
111 <hints> |
|
112 <hint type="sourcelabel"> |
|
113 <x>316</x> |
|
114 <y>260</y> |
|
115 </hint> |
|
116 <hint type="destinationlabel"> |
|
117 <x>286</x> |
|
118 <y>274</y> |
|
119 </hint> |
|
120 </hints> |
|
121 </connection> |
|
122 </connections> |
|
123 </ui> |