|
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="autoCompletion" > |
|
56 <bool>true</bool> |
|
57 </property> |
|
58 <property name="duplicatesEnabled" > |
|
59 <bool>false</bool> |
|
60 </property> |
|
61 </widget> |
|
62 </item> |
|
63 <item row="1" column="1" > |
|
64 <widget class="QGroupBox" name="TagTypeGroup" > |
|
65 <property name="title" > |
|
66 <string>Tag Type</string> |
|
67 </property> |
|
68 <layout class="QVBoxLayout" > |
|
69 <item> |
|
70 <widget class="QRadioButton" name="regularButton" > |
|
71 <property name="toolTip" > |
|
72 <string>Select for a regular tag</string> |
|
73 </property> |
|
74 <property name="whatsThis" > |
|
75 <string><b>Regular Tag</b> |
|
76 <p>Select this entry for a regular tag.</p></string> |
|
77 </property> |
|
78 <property name="text" > |
|
79 <string>Regular Tag</string> |
|
80 </property> |
|
81 <property name="checked" > |
|
82 <bool>true</bool> |
|
83 </property> |
|
84 </widget> |
|
85 </item> |
|
86 <item> |
|
87 <widget class="QRadioButton" name="branchButton" > |
|
88 <property name="toolTip" > |
|
89 <string>Select for a branch tag</string> |
|
90 </property> |
|
91 <property name="whatsThis" > |
|
92 <string><b>Branch Tag</b> |
|
93 <p>Select this entry for a branch tag.</p></string> |
|
94 </property> |
|
95 <property name="text" > |
|
96 <string>Branch Tag</string> |
|
97 </property> |
|
98 </widget> |
|
99 </item> |
|
100 </layout> |
|
101 </widget> |
|
102 </item> |
|
103 </layout> |
|
104 </widget> |
|
105 <layoutdefault spacing="6" margin="11" /> |
|
106 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
107 <tabstops> |
|
108 <tabstop>tagCombo</tabstop> |
|
109 <tabstop>regularButton</tabstop> |
|
110 <tabstop>branchButton</tabstop> |
|
111 </tabstops> |
|
112 <resources/> |
|
113 <connections> |
|
114 <connection> |
|
115 <sender>buttonBox</sender> |
|
116 <signal>accepted()</signal> |
|
117 <receiver>SvnSwitchDialog</receiver> |
|
118 <slot>accept()</slot> |
|
119 <hints> |
|
120 <hint type="sourcelabel" > |
|
121 <x>53</x> |
|
122 <y>113</y> |
|
123 </hint> |
|
124 <hint type="destinationlabel" > |
|
125 <x>34</x> |
|
126 <y>139</y> |
|
127 </hint> |
|
128 </hints> |
|
129 </connection> |
|
130 <connection> |
|
131 <sender>buttonBox</sender> |
|
132 <signal>rejected()</signal> |
|
133 <receiver>SvnSwitchDialog</receiver> |
|
134 <slot>reject()</slot> |
|
135 <hints> |
|
136 <hint type="sourcelabel" > |
|
137 <x>110</x> |
|
138 <y>123</y> |
|
139 </hint> |
|
140 <hint type="destinationlabel" > |
|
141 <x>110</x> |
|
142 <y>139</y> |
|
143 </hint> |
|
144 </hints> |
|
145 </connection> |
|
146 </connections> |
|
147 </ui> |