|
1 <ui version="4.0" > |
|
2 <class>SvnPropSetDialog</class> |
|
3 <widget class="QDialog" name="SvnPropSetDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>494</width> |
|
9 <height>385</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Set Subversion Property</string> |
|
14 </property> |
|
15 <property name="sizeGripEnabled" > |
|
16 <bool>true</bool> |
|
17 </property> |
|
18 <layout class="QVBoxLayout" > |
|
19 <item> |
|
20 <layout class="QHBoxLayout" > |
|
21 <item> |
|
22 <widget class="QLabel" name="textLabel1" > |
|
23 <property name="text" > |
|
24 <string>Property Name:</string> |
|
25 </property> |
|
26 </widget> |
|
27 </item> |
|
28 <item> |
|
29 <widget class="QLineEdit" name="propNameEdit" > |
|
30 <property name="toolTip" > |
|
31 <string>Enter the name of the property to be set</string> |
|
32 </property> |
|
33 </widget> |
|
34 </item> |
|
35 </layout> |
|
36 </item> |
|
37 <item> |
|
38 <widget class="QGroupBox" name="groupBox" > |
|
39 <property name="title" > |
|
40 <string>Select property source</string> |
|
41 </property> |
|
42 <layout class="QGridLayout" > |
|
43 <item row="2" column="0" colspan="2" > |
|
44 <widget class="QRadioButton" name="fileRadioButton" > |
|
45 <property name="focusPolicy" > |
|
46 <enum>Qt::NoFocus</enum> |
|
47 </property> |
|
48 <property name="text" > |
|
49 <string>File</string> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item row="0" column="0" colspan="2" > |
|
54 <widget class="QRadioButton" name="textRadioButton" > |
|
55 <property name="text" > |
|
56 <string>Text</string> |
|
57 </property> |
|
58 <property name="checked" > |
|
59 <bool>true</bool> |
|
60 </property> |
|
61 </widget> |
|
62 </item> |
|
63 <item row="1" column="0" colspan="2" > |
|
64 <widget class="QTextEdit" name="propTextEdit" > |
|
65 <property name="toolTip" > |
|
66 <string>Enter text of the property</string> |
|
67 </property> |
|
68 <property name="tabChangesFocus" > |
|
69 <bool>true</bool> |
|
70 </property> |
|
71 <property name="acceptRichText" > |
|
72 <bool>false</bool> |
|
73 </property> |
|
74 </widget> |
|
75 </item> |
|
76 <item row="3" column="1" > |
|
77 <widget class="QPushButton" name="fileButton" > |
|
78 <property name="enabled" > |
|
79 <bool>false</bool> |
|
80 </property> |
|
81 <property name="toolTip" > |
|
82 <string>Press to select the file via a file selection dialog</string> |
|
83 </property> |
|
84 <property name="text" > |
|
85 <string>...</string> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item row="3" column="0" > |
|
90 <widget class="QLineEdit" name="propFileEdit" > |
|
91 <property name="enabled" > |
|
92 <bool>false</bool> |
|
93 </property> |
|
94 <property name="toolTip" > |
|
95 <string>Enter the name of a file for the property</string> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 </layout> |
|
100 </widget> |
|
101 </item> |
|
102 <item> |
|
103 <widget class="QDialogButtonBox" name="buttonBox" > |
|
104 <property name="orientation" > |
|
105 <enum>Qt::Horizontal</enum> |
|
106 </property> |
|
107 <property name="standardButtons" > |
|
108 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
109 </property> |
|
110 </widget> |
|
111 </item> |
|
112 </layout> |
|
113 </widget> |
|
114 <layoutdefault spacing="6" margin="6" /> |
|
115 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
116 <tabstops> |
|
117 <tabstop>propNameEdit</tabstop> |
|
118 <tabstop>textRadioButton</tabstop> |
|
119 <tabstop>propTextEdit</tabstop> |
|
120 <tabstop>propFileEdit</tabstop> |
|
121 <tabstop>fileButton</tabstop> |
|
122 </tabstops> |
|
123 <resources/> |
|
124 <connections> |
|
125 <connection> |
|
126 <sender>textRadioButton</sender> |
|
127 <signal>toggled(bool)</signal> |
|
128 <receiver>propTextEdit</receiver> |
|
129 <slot>setEnabled(bool)</slot> |
|
130 <hints> |
|
131 <hint type="sourcelabel" > |
|
132 <x>49</x> |
|
133 <y>78</y> |
|
134 </hint> |
|
135 <hint type="destinationlabel" > |
|
136 <x>76</x> |
|
137 <y>140</y> |
|
138 </hint> |
|
139 </hints> |
|
140 </connection> |
|
141 <connection> |
|
142 <sender>fileRadioButton</sender> |
|
143 <signal>toggled(bool)</signal> |
|
144 <receiver>propFileEdit</receiver> |
|
145 <slot>setEnabled(bool)</slot> |
|
146 <hints> |
|
147 <hint type="sourcelabel" > |
|
148 <x>35</x> |
|
149 <y>287</y> |
|
150 </hint> |
|
151 <hint type="destinationlabel" > |
|
152 <x>49</x> |
|
153 <y>319</y> |
|
154 </hint> |
|
155 </hints> |
|
156 </connection> |
|
157 <connection> |
|
158 <sender>fileRadioButton</sender> |
|
159 <signal>toggled(bool)</signal> |
|
160 <receiver>fileButton</receiver> |
|
161 <slot>setEnabled(bool)</slot> |
|
162 <hints> |
|
163 <hint type="sourcelabel" > |
|
164 <x>454</x> |
|
165 <y>290</y> |
|
166 </hint> |
|
167 <hint type="destinationlabel" > |
|
168 <x>450</x> |
|
169 <y>317</y> |
|
170 </hint> |
|
171 </hints> |
|
172 </connection> |
|
173 <connection> |
|
174 <sender>buttonBox</sender> |
|
175 <signal>accepted()</signal> |
|
176 <receiver>SvnPropSetDialog</receiver> |
|
177 <slot>accept()</slot> |
|
178 <hints> |
|
179 <hint type="sourcelabel" > |
|
180 <x>67</x> |
|
181 <y>360</y> |
|
182 </hint> |
|
183 <hint type="destinationlabel" > |
|
184 <x>74</x> |
|
185 <y>380</y> |
|
186 </hint> |
|
187 </hints> |
|
188 </connection> |
|
189 <connection> |
|
190 <sender>buttonBox</sender> |
|
191 <signal>rejected()</signal> |
|
192 <receiver>SvnPropSetDialog</receiver> |
|
193 <slot>reject()</slot> |
|
194 <hints> |
|
195 <hint type="sourcelabel" > |
|
196 <x>196</x> |
|
197 <y>367</y> |
|
198 </hint> |
|
199 <hint type="destinationlabel" > |
|
200 <x>199</x> |
|
201 <y>385</y> |
|
202 </hint> |
|
203 </hints> |
|
204 </connection> |
|
205 </connections> |
|
206 </ui> |