5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>391</width> |
9 <width>391</width> |
10 <height>189</height> |
10 <height>255</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>Mercurial Tag</string> |
14 <string>Mercurial Tag</string> |
15 </property> |
15 </property> |
16 <property name="sizeGripEnabled"> |
16 <property name="sizeGripEnabled"> |
17 <bool>true</bool> |
17 <bool>true</bool> |
18 </property> |
18 </property> |
19 <layout class="QGridLayout"> |
19 <layout class="QGridLayout" name="gridLayout"> |
20 <item row="2" column="0" colspan="2"> |
20 <item row="0" column="0"> |
21 <widget class="QDialogButtonBox" name="buttonBox"> |
21 <widget class="QLabel" name="TextLabel1"> |
22 <property name="orientation"> |
22 <property name="text"> |
23 <enum>Qt::Horizontal</enum> |
23 <string>Name:</string> |
24 </property> |
|
25 <property name="standardButtons"> |
|
26 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
27 </property> |
24 </property> |
28 </widget> |
25 </widget> |
29 </item> |
26 </item> |
30 <item row="0" column="1"> |
27 <item row="0" column="1"> |
31 <widget class="QComboBox" name="tagCombo"> |
28 <widget class="QComboBox" name="tagCombo"> |
51 <property name="duplicatesEnabled"> |
48 <property name="duplicatesEnabled"> |
52 <bool>false</bool> |
49 <bool>false</bool> |
53 </property> |
50 </property> |
54 </widget> |
51 </widget> |
55 </item> |
52 </item> |
56 <item row="0" column="0"> |
53 <item row="1" column="0"> |
57 <widget class="QLabel" name="TextLabel1"> |
54 <widget class="QLabel" name="label"> |
58 <property name="text"> |
55 <property name="text"> |
59 <string>Name:</string> |
56 <string>Revision:</string> |
60 </property> |
57 </property> |
61 </widget> |
58 </widget> |
62 </item> |
59 </item> |
63 <item row="1" column="1"> |
60 <item row="1" column="1"> |
64 <widget class="QGroupBox" name="TagActionGroup"> |
61 <widget class="QLineEdit" name="revisionEdit"> |
|
62 <property name="toolTip"> |
|
63 <string>Enter a revision to set a tag for</string> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 <item row="2" column="0" colspan="2"> |
|
68 <widget class="QGroupBox" name="tagActionGroup"> |
65 <property name="title"> |
69 <property name="title"> |
66 <string>Tag Action</string> |
70 <string>Tag Action</string> |
67 </property> |
71 </property> |
68 <layout class="QVBoxLayout"> |
72 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
69 <item> |
73 <item> |
70 <widget class="QRadioButton" name="createRegularButton"> |
74 <widget class="QRadioButton" name="createTagButton"> |
71 <property name="toolTip"> |
75 <property name="toolTip"> |
72 <string>Select to create a regular tag</string> |
76 <string>Select to create a tag</string> |
73 </property> |
77 </property> |
74 <property name="whatsThis"> |
78 <property name="whatsThis"> |
75 <string><b>Create Regular Tag</b> |
79 <string><b>Create Tag</b> |
76 <p>Select this entry in order to create a regular tag.</p></string> |
80 <p>Select this entry in order to create a tag.</p></string> |
77 </property> |
81 </property> |
78 <property name="text"> |
82 <property name="text"> |
79 <string>Create Regular Tag</string> |
83 <string>Create Tag</string> |
80 </property> |
84 </property> |
81 <property name="checked"> |
85 <property name="checked"> |
82 <bool>true</bool> |
86 <bool>true</bool> |
83 </property> |
87 </property> |
84 </widget> |
88 </widget> |
85 </item> |
89 </item> |
86 <item> |
90 <item> |
87 <widget class="QRadioButton" name="createLocalButton"> |
91 <widget class="QRadioButton" name="deleteTagButton"> |
88 <property name="toolTip"> |
|
89 <string>Select to create a local tag</string> |
|
90 </property> |
|
91 <property name="whatsThis"> |
|
92 <string><b>Create Local Tag</b> |
|
93 <p>Select this entry in order to create a local tag.</p></string> |
|
94 </property> |
|
95 <property name="text"> |
|
96 <string>Create Local Tag</string> |
|
97 </property> |
|
98 </widget> |
|
99 </item> |
|
100 <item> |
|
101 <widget class="QRadioButton" name="deleteButton"> |
|
102 <property name="toolTip"> |
92 <property name="toolTip"> |
103 <string>Select to delete a tag</string> |
93 <string>Select to delete a tag</string> |
104 </property> |
94 </property> |
105 <property name="whatsThis"> |
95 <property name="whatsThis"> |
106 <string><b>Delete Tag</b> |
96 <string><b>Delete Tag</b> |
110 <string>Delete Tag</string> |
100 <string>Delete Tag</string> |
111 </property> |
101 </property> |
112 </widget> |
102 </widget> |
113 </item> |
103 </item> |
114 </layout> |
104 </layout> |
|
105 </widget> |
|
106 </item> |
|
107 <item row="3" column="0" colspan="2"> |
|
108 <widget class="QGroupBox" name="tagTypeGroup"> |
|
109 <property name="title"> |
|
110 <string>Tag Type</string> |
|
111 </property> |
|
112 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
113 <item> |
|
114 <widget class="QRadioButton" name="globalTagButton"> |
|
115 <property name="toolTip"> |
|
116 <string>Select to create/delete a global tag</string> |
|
117 </property> |
|
118 <property name="text"> |
|
119 <string>Global Tag</string> |
|
120 </property> |
|
121 <property name="checked"> |
|
122 <bool>true</bool> |
|
123 </property> |
|
124 </widget> |
|
125 </item> |
|
126 <item> |
|
127 <widget class="QRadioButton" name="localTagButton"> |
|
128 <property name="toolTip"> |
|
129 <string>Select to create/delete a local tag</string> |
|
130 </property> |
|
131 <property name="text"> |
|
132 <string>Local Tag</string> |
|
133 </property> |
|
134 </widget> |
|
135 </item> |
|
136 </layout> |
|
137 </widget> |
|
138 </item> |
|
139 <item row="4" column="0" colspan="2"> |
|
140 <widget class="QDialogButtonBox" name="buttonBox"> |
|
141 <property name="orientation"> |
|
142 <enum>Qt::Horizontal</enum> |
|
143 </property> |
|
144 <property name="standardButtons"> |
|
145 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
146 </property> |
115 </widget> |
147 </widget> |
116 </item> |
148 </item> |
117 </layout> |
149 </layout> |
118 </widget> |
150 </widget> |
119 <layoutdefault spacing="6" margin="11"/> |
151 <layoutdefault spacing="6" margin="11"/> |
120 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
152 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
121 <tabstops> |
153 <tabstops> |
122 <tabstop>tagCombo</tabstop> |
154 <tabstop>tagCombo</tabstop> |
123 <tabstop>createRegularButton</tabstop> |
155 <tabstop>revisionEdit</tabstop> |
124 <tabstop>createLocalButton</tabstop> |
156 <tabstop>createTagButton</tabstop> |
125 <tabstop>deleteButton</tabstop> |
157 <tabstop>deleteTagButton</tabstop> |
|
158 <tabstop>globalTagButton</tabstop> |
|
159 <tabstop>localTagButton</tabstop> |
|
160 <tabstop>buttonBox</tabstop> |
126 </tabstops> |
161 </tabstops> |
127 <resources/> |
162 <resources/> |
128 <connections> |
163 <connections> |
129 <connection> |
164 <connection> |
130 <sender>buttonBox</sender> |
165 <sender>buttonBox</sender> |
131 <signal>accepted()</signal> |
166 <signal>accepted()</signal> |
132 <receiver>HgTagDialog</receiver> |
167 <receiver>HgTagDialog</receiver> |
133 <slot>accept()</slot> |
168 <slot>accept()</slot> |
134 <hints> |
169 <hints> |
135 <hint type="sourcelabel"> |
170 <hint type="sourcelabel"> |
136 <x>85</x> |
171 <x>94</x> |
137 <y>192</y> |
172 <y>226</y> |
138 </hint> |
173 </hint> |
139 <hint type="destinationlabel"> |
174 <hint type="destinationlabel"> |
140 <x>25</x> |
175 <x>25</x> |
141 <y>214</y> |
176 <y>214</y> |
142 </hint> |
177 </hint> |
147 <signal>rejected()</signal> |
182 <signal>rejected()</signal> |
148 <receiver>HgTagDialog</receiver> |
183 <receiver>HgTagDialog</receiver> |
149 <slot>reject()</slot> |
184 <slot>reject()</slot> |
150 <hints> |
185 <hints> |
151 <hint type="sourcelabel"> |
186 <hint type="sourcelabel"> |
152 <x>122</x> |
187 <x>131</x> |
153 <y>193</y> |
188 <y>226</y> |
154 </hint> |
189 </hint> |
155 <hint type="destinationlabel"> |
190 <hint type="destinationlabel"> |
156 <x>128</x> |
191 <x>128</x> |
157 <y>210</y> |
192 <y>210</y> |
|
193 </hint> |
|
194 </hints> |
|
195 </connection> |
|
196 <connection> |
|
197 <sender>deleteTagButton</sender> |
|
198 <signal>toggled(bool)</signal> |
|
199 <receiver>revisionEdit</receiver> |
|
200 <slot>setDisabled(bool)</slot> |
|
201 <hints> |
|
202 <hint type="sourcelabel"> |
|
203 <x>145</x> |
|
204 <y>164</y> |
|
205 </hint> |
|
206 <hint type="destinationlabel"> |
|
207 <x>137</x> |
|
208 <y>49</y> |
158 </hint> |
209 </hint> |
159 </hints> |
210 </hints> |
160 </connection> |
211 </connection> |
161 </connections> |
212 </connections> |
162 </ui> |
213 </ui> |