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