|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HgTagDialog</class> |
|
4 <widget class="QDialog" name="HgTagDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>391</width> |
|
10 <height>189</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Subversion Tag</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QGridLayout"> |
|
20 <item row="2" column="0" colspan="2"> |
|
21 <widget class="QDialogButtonBox" name="buttonBox"> |
|
22 <property name="orientation"> |
|
23 <enum>Qt::Horizontal</enum> |
|
24 </property> |
|
25 <property name="standardButtons"> |
|
26 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
27 </property> |
|
28 </widget> |
|
29 </item> |
|
30 <item row="0" column="1"> |
|
31 <widget class="QComboBox" name="tagCombo"> |
|
32 <property name="sizePolicy"> |
|
33 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
34 <horstretch>0</horstretch> |
|
35 <verstretch>0</verstretch> |
|
36 </sizepolicy> |
|
37 </property> |
|
38 <property name="toolTip"> |
|
39 <string>Enter the name of the tag</string> |
|
40 </property> |
|
41 <property name="whatsThis"> |
|
42 <string><b>Tag Name</b> |
|
43 <p>Enter the name of the tag to be created, moved or deleted.</p></string> |
|
44 </property> |
|
45 <property name="editable"> |
|
46 <bool>true</bool> |
|
47 </property> |
|
48 <property name="autoCompletion"> |
|
49 <bool>true</bool> |
|
50 </property> |
|
51 <property name="duplicatesEnabled"> |
|
52 <bool>false</bool> |
|
53 </property> |
|
54 </widget> |
|
55 </item> |
|
56 <item row="0" column="0"> |
|
57 <widget class="QLabel" name="TextLabel1"> |
|
58 <property name="text"> |
|
59 <string>Name:</string> |
|
60 </property> |
|
61 </widget> |
|
62 </item> |
|
63 <item row="1" column="1"> |
|
64 <widget class="QGroupBox" name="TagActionGroup"> |
|
65 <property name="title"> |
|
66 <string>Tag Action</string> |
|
67 </property> |
|
68 <layout class="QVBoxLayout"> |
|
69 <item> |
|
70 <widget class="QRadioButton" name="createRegularButton"> |
|
71 <property name="toolTip"> |
|
72 <string>Select to create a regular tag</string> |
|
73 </property> |
|
74 <property name="whatsThis"> |
|
75 <string><b>Create Regular Tag</b> |
|
76 <p>Select this entry in order to create a regular tag.</p></string> |
|
77 </property> |
|
78 <property name="text"> |
|
79 <string>Create 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="createLocalButton"> |
|
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"> |
|
103 <string>Select to delete a tag</string> |
|
104 </property> |
|
105 <property name="whatsThis"> |
|
106 <string><b>Delete Tag</b> |
|
107 <p>Select this entry in order to delete the selected tag.</p></string> |
|
108 </property> |
|
109 <property name="text"> |
|
110 <string>Delete Tag</string> |
|
111 </property> |
|
112 </widget> |
|
113 </item> |
|
114 </layout> |
|
115 </widget> |
|
116 </item> |
|
117 </layout> |
|
118 </widget> |
|
119 <layoutdefault spacing="6" margin="11"/> |
|
120 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
121 <tabstops> |
|
122 <tabstop>tagCombo</tabstop> |
|
123 <tabstop>createRegularButton</tabstop> |
|
124 <tabstop>createLocalButton</tabstop> |
|
125 <tabstop>deleteButton</tabstop> |
|
126 </tabstops> |
|
127 <resources/> |
|
128 <connections> |
|
129 <connection> |
|
130 <sender>buttonBox</sender> |
|
131 <signal>accepted()</signal> |
|
132 <receiver>HgTagDialog</receiver> |
|
133 <slot>accept()</slot> |
|
134 <hints> |
|
135 <hint type="sourcelabel"> |
|
136 <x>85</x> |
|
137 <y>192</y> |
|
138 </hint> |
|
139 <hint type="destinationlabel"> |
|
140 <x>25</x> |
|
141 <y>214</y> |
|
142 </hint> |
|
143 </hints> |
|
144 </connection> |
|
145 <connection> |
|
146 <sender>buttonBox</sender> |
|
147 <signal>rejected()</signal> |
|
148 <receiver>HgTagDialog</receiver> |
|
149 <slot>reject()</slot> |
|
150 <hints> |
|
151 <hint type="sourcelabel"> |
|
152 <x>122</x> |
|
153 <y>193</y> |
|
154 </hint> |
|
155 <hint type="destinationlabel"> |
|
156 <x>128</x> |
|
157 <y>210</y> |
|
158 </hint> |
|
159 </hints> |
|
160 </connection> |
|
161 </connections> |
|
162 </ui> |