|
1 <ui version="4.0" > |
|
2 <class>SvnSwitchDialog</class> |
|
3 <widget class="QDialog" name="SvnSwitchDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>391</width> |
|
9 <height>146</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Subversion Switch</string> |
|
14 </property> |
|
15 <property name="sizeGripEnabled" > |
|
16 <bool>true</bool> |
|
17 </property> |
|
18 <layout class="QGridLayout" > |
|
19 <item row="2" column="0" colspan="2" > |
|
20 <widget class="QDialogButtonBox" name="buttonBox" > |
|
21 <property name="orientation" > |
|
22 <enum>Qt::Horizontal</enum> |
|
23 </property> |
|
24 <property name="standardButtons" > |
|
25 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
26 </property> |
|
27 </widget> |
|
28 </item> |
|
29 <item row="0" column="0" > |
|
30 <widget class="QLabel" name="TextLabel1" > |
|
31 <property name="text" > |
|
32 <string>Tag Name:</string> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item row="0" column="1" > |
|
37 <widget class="QComboBox" name="tagCombo" > |
|
38 <property name="sizePolicy" > |
|
39 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
|
40 <horstretch>0</horstretch> |
|
41 <verstretch>0</verstretch> |
|
42 </sizepolicy> |
|
43 </property> |
|
44 <property name="toolTip" > |
|
45 <string>Enter the name of the tag</string> |
|
46 </property> |
|
47 <property name="whatsThis" > |
|
48 <string><b>Tag Name</b> |
|
49 <p>Enter the name of the tag to be switched to. |
|
50 In order to switch to the trunk version leave it empty.</p></string> |
|
51 </property> |
|
52 <property name="editable" > |
|
53 <bool>true</bool> |
|
54 </property> |
|
55 <property name="duplicatesEnabled" > |
|
56 <bool>false</bool> |
|
57 </property> |
|
58 </widget> |
|
59 </item> |
|
60 <item row="1" column="1" > |
|
61 <widget class="QGroupBox" name="TagTypeGroup" > |
|
62 <property name="title" > |
|
63 <string>Tag Type</string> |
|
64 </property> |
|
65 <layout class="QVBoxLayout" > |
|
66 <item> |
|
67 <widget class="QRadioButton" name="regularButton" > |
|
68 <property name="toolTip" > |
|
69 <string>Select for a regular tag</string> |
|
70 </property> |
|
71 <property name="whatsThis" > |
|
72 <string><b>Regular Tag</b> |
|
73 <p>Select this entry for a regular tag.</p></string> |
|
74 </property> |
|
75 <property name="text" > |
|
76 <string>Regular Tag</string> |
|
77 </property> |
|
78 <property name="checked" > |
|
79 <bool>true</bool> |
|
80 </property> |
|
81 </widget> |
|
82 </item> |
|
83 <item> |
|
84 <widget class="QRadioButton" name="branchButton" > |
|
85 <property name="toolTip" > |
|
86 <string>Select for a branch tag</string> |
|
87 </property> |
|
88 <property name="whatsThis" > |
|
89 <string><b>Branch Tag</b> |
|
90 <p>Select this entry for a branch tag.</p></string> |
|
91 </property> |
|
92 <property name="text" > |
|
93 <string>Branch Tag</string> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 </layout> |
|
98 </widget> |
|
99 </item> |
|
100 </layout> |
|
101 </widget> |
|
102 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
103 <tabstops> |
|
104 <tabstop>tagCombo</tabstop> |
|
105 <tabstop>regularButton</tabstop> |
|
106 <tabstop>branchButton</tabstop> |
|
107 </tabstops> |
|
108 <resources/> |
|
109 <connections> |
|
110 <connection> |
|
111 <sender>buttonBox</sender> |
|
112 <signal>accepted()</signal> |
|
113 <receiver>SvnSwitchDialog</receiver> |
|
114 <slot>accept()</slot> |
|
115 <hints> |
|
116 <hint type="sourcelabel" > |
|
117 <x>21</x> |
|
118 <y>122</y> |
|
119 </hint> |
|
120 <hint type="destinationlabel" > |
|
121 <x>21</x> |
|
122 <y>136</y> |
|
123 </hint> |
|
124 </hints> |
|
125 </connection> |
|
126 <connection> |
|
127 <sender>buttonBox</sender> |
|
128 <signal>rejected()</signal> |
|
129 <receiver>SvnSwitchDialog</receiver> |
|
130 <slot>reject()</slot> |
|
131 <hints> |
|
132 <hint type="sourcelabel" > |
|
133 <x>67</x> |
|
134 <y>122</y> |
|
135 </hint> |
|
136 <hint type="destinationlabel" > |
|
137 <x>67</x> |
|
138 <y>134</y> |
|
139 </hint> |
|
140 </hints> |
|
141 </connection> |
|
142 </connections> |
|
143 </ui> |