|
1 <ui version="4.0" > |
|
2 <class>SvnUrlSelectionDialog</class> |
|
3 <widget class="QDialog" name="SvnUrlSelectionDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>542</width> |
|
9 <height>195</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Subversion Diff</string> |
|
14 </property> |
|
15 <property name="sizeGripEnabled" > |
|
16 <bool>true</bool> |
|
17 </property> |
|
18 <layout class="QVBoxLayout" > |
|
19 <item> |
|
20 <widget class="QGroupBox" name="urlGroup1" > |
|
21 <property name="title" > |
|
22 <string>Repository URL 1</string> |
|
23 </property> |
|
24 <layout class="QHBoxLayout" > |
|
25 <item> |
|
26 <widget class="QLabel" name="repoRootLabel1" /> |
|
27 </item> |
|
28 <item> |
|
29 <widget class="QComboBox" name="typeCombo1" > |
|
30 <property name="toolTip" > |
|
31 <string>Select the URL type</string> |
|
32 </property> |
|
33 </widget> |
|
34 </item> |
|
35 <item> |
|
36 <widget class="QComboBox" name="labelCombo1" > |
|
37 <property name="sizePolicy" > |
|
38 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
|
39 <horstretch>0</horstretch> |
|
40 <verstretch>0</verstretch> |
|
41 </sizepolicy> |
|
42 </property> |
|
43 <property name="toolTip" > |
|
44 <string>Enter the label name or path</string> |
|
45 </property> |
|
46 <property name="editable" > |
|
47 <bool>true</bool> |
|
48 </property> |
|
49 </widget> |
|
50 </item> |
|
51 </layout> |
|
52 </widget> |
|
53 </item> |
|
54 <item> |
|
55 <widget class="QGroupBox" name="urlGroup2" > |
|
56 <property name="title" > |
|
57 <string>Repository URL 2</string> |
|
58 </property> |
|
59 <layout class="QHBoxLayout" > |
|
60 <item> |
|
61 <widget class="QLabel" name="repoRootLabel2" /> |
|
62 </item> |
|
63 <item> |
|
64 <widget class="QComboBox" name="typeCombo2" > |
|
65 <property name="toolTip" > |
|
66 <string>Select the URL type</string> |
|
67 </property> |
|
68 </widget> |
|
69 </item> |
|
70 <item> |
|
71 <widget class="QComboBox" name="labelCombo2" > |
|
72 <property name="sizePolicy" > |
|
73 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
|
74 <horstretch>0</horstretch> |
|
75 <verstretch>0</verstretch> |
|
76 </sizepolicy> |
|
77 </property> |
|
78 <property name="toolTip" > |
|
79 <string>Enter the label name or path</string> |
|
80 </property> |
|
81 <property name="editable" > |
|
82 <bool>true</bool> |
|
83 </property> |
|
84 </widget> |
|
85 </item> |
|
86 </layout> |
|
87 </widget> |
|
88 </item> |
|
89 <item> |
|
90 <widget class="QCheckBox" name="summaryCheckBox" > |
|
91 <property name="toolTip" > |
|
92 <string>Select to just show a summary of differences</string> |
|
93 </property> |
|
94 <property name="text" > |
|
95 <string>Summary only</string> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item> |
|
100 <widget class="QDialogButtonBox" name="buttonBox" > |
|
101 <property name="orientation" > |
|
102 <enum>Qt::Horizontal</enum> |
|
103 </property> |
|
104 <property name="standardButtons" > |
|
105 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
106 </property> |
|
107 </widget> |
|
108 </item> |
|
109 </layout> |
|
110 </widget> |
|
111 <tabstops> |
|
112 <tabstop>typeCombo1</tabstop> |
|
113 <tabstop>labelCombo1</tabstop> |
|
114 <tabstop>typeCombo2</tabstop> |
|
115 <tabstop>labelCombo2</tabstop> |
|
116 <tabstop>summaryCheckBox</tabstop> |
|
117 <tabstop>buttonBox</tabstop> |
|
118 </tabstops> |
|
119 <resources/> |
|
120 <connections> |
|
121 <connection> |
|
122 <sender>buttonBox</sender> |
|
123 <signal>accepted()</signal> |
|
124 <receiver>SvnUrlSelectionDialog</receiver> |
|
125 <slot>accept()</slot> |
|
126 <hints> |
|
127 <hint type="sourcelabel" > |
|
128 <x>230</x> |
|
129 <y>188</y> |
|
130 </hint> |
|
131 <hint type="destinationlabel" > |
|
132 <x>157</x> |
|
133 <y>178</y> |
|
134 </hint> |
|
135 </hints> |
|
136 </connection> |
|
137 <connection> |
|
138 <sender>buttonBox</sender> |
|
139 <signal>rejected()</signal> |
|
140 <receiver>SvnUrlSelectionDialog</receiver> |
|
141 <slot>reject()</slot> |
|
142 <hints> |
|
143 <hint type="sourcelabel" > |
|
144 <x>292</x> |
|
145 <y>166</y> |
|
146 </hint> |
|
147 <hint type="destinationlabel" > |
|
148 <x>286</x> |
|
149 <y>178</y> |
|
150 </hint> |
|
151 </hints> |
|
152 </connection> |
|
153 </connections> |
|
154 </ui> |