src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8358
144a6b854f70
child 9413
80c06d472826
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SvnPropSetDialog</class>
4 <widget class="QDialog" name="SvnPropSetDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>494</width>
10 <height>385</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Set Subversion Property</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_2">
20 <item>
21 <layout class="QHBoxLayout">
22 <item>
23 <widget class="QLabel" name="textLabel1">
24 <property name="text">
25 <string>Property Name:</string>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="QLineEdit" name="propNameEdit">
31 <property name="toolTip">
32 <string>Enter the name of the property to be set</string>
33 </property>
34 </widget>
35 </item>
36 </layout>
37 </item>
38 <item>
39 <widget class="QGroupBox" name="groupBox">
40 <property name="title">
41 <string>Select property source</string>
42 </property>
43 <layout class="QVBoxLayout" name="verticalLayout">
44 <item>
45 <widget class="QRadioButton" name="textRadioButton">
46 <property name="text">
47 <string>Text</string>
48 </property>
49 <property name="checked">
50 <bool>true</bool>
51 </property>
52 </widget>
53 </item>
54 <item>
55 <widget class="QTextEdit" name="propTextEdit">
56 <property name="toolTip">
57 <string>Enter text of the property</string>
58 </property>
59 <property name="tabChangesFocus">
60 <bool>true</bool>
61 </property>
62 <property name="acceptRichText">
63 <bool>false</bool>
64 </property>
65 </widget>
66 </item>
67 <item>
68 <widget class="QRadioButton" name="fileRadioButton">
69 <property name="focusPolicy">
70 <enum>Qt::NoFocus</enum>
71 </property>
72 <property name="text">
73 <string>File</string>
74 </property>
75 </widget>
76 </item>
77 <item>
78 <widget class="EricPathPicker" name="propFilePicker" native="true">
79 <property name="enabled">
80 <bool>false</bool>
81 </property>
82 <property name="sizePolicy">
83 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
84 <horstretch>0</horstretch>
85 <verstretch>0</verstretch>
86 </sizepolicy>
87 </property>
88 <property name="focusPolicy">
89 <enum>Qt::StrongFocus</enum>
90 </property>
91 <property name="toolTip">
92 <string>Enter the name of a file for the property</string>
93 </property>
94 </widget>
95 </item>
96 </layout>
97 </widget>
98 </item>
99 <item>
100 <widget class="QDialogButtonBox" name="buttonBox">
101 <property name="orientation">
102 <enum>Qt::Horizontal</enum>
103 </property>
104 <property name="standardButtons">
105 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
106 </property>
107 </widget>
108 </item>
109 </layout>
110 </widget>
111 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
112 <customwidgets>
113 <customwidget>
114 <class>EricPathPicker</class>
115 <extends>QWidget</extends>
116 <header>EricWidgets/EricPathPicker.h</header>
117 <container>1</container>
118 </customwidget>
119 </customwidgets>
120 <tabstops>
121 <tabstop>propNameEdit</tabstop>
122 <tabstop>textRadioButton</tabstop>
123 <tabstop>propTextEdit</tabstop>
124 <tabstop>propFilePicker</tabstop>
125 </tabstops>
126 <resources/>
127 <connections>
128 <connection>
129 <sender>textRadioButton</sender>
130 <signal>toggled(bool)</signal>
131 <receiver>propTextEdit</receiver>
132 <slot>setEnabled(bool)</slot>
133 <hints>
134 <hint type="sourcelabel">
135 <x>49</x>
136 <y>78</y>
137 </hint>
138 <hint type="destinationlabel">
139 <x>76</x>
140 <y>140</y>
141 </hint>
142 </hints>
143 </connection>
144 <connection>
145 <sender>buttonBox</sender>
146 <signal>accepted()</signal>
147 <receiver>SvnPropSetDialog</receiver>
148 <slot>accept()</slot>
149 <hints>
150 <hint type="sourcelabel">
151 <x>67</x>
152 <y>360</y>
153 </hint>
154 <hint type="destinationlabel">
155 <x>74</x>
156 <y>380</y>
157 </hint>
158 </hints>
159 </connection>
160 <connection>
161 <sender>buttonBox</sender>
162 <signal>rejected()</signal>
163 <receiver>SvnPropSetDialog</receiver>
164 <slot>reject()</slot>
165 <hints>
166 <hint type="sourcelabel">
167 <x>175</x>
168 <y>374</y>
169 </hint>
170 <hint type="destinationlabel">
171 <x>199</x>
172 <y>385</y>
173 </hint>
174 </hints>
175 </connection>
176 <connection>
177 <sender>fileRadioButton</sender>
178 <signal>toggled(bool)</signal>
179 <receiver>propFilePicker</receiver>
180 <slot>setEnabled(bool)</slot>
181 <hints>
182 <hint type="sourcelabel">
183 <x>35</x>
184 <y>291</y>
185 </hint>
186 <hint type="destinationlabel">
187 <x>283</x>
188 <y>321</y>
189 </hint>
190 </hints>
191 </connection>
192 </connections>
193 </ui>

eric ide

mercurial