Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui

changeset 4600
fc4f447ab637
parent 3186
a05eff845522
child 5508
30626def80dc
equal deleted inserted replaced
4599:960d1e63f802 4600:fc4f447ab637
14 <string>Set Subversion Property</string> 14 <string>Set Subversion Property</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="QVBoxLayout"> 19 <layout class="QVBoxLayout" name="verticalLayout_2">
20 <item> 20 <item>
21 <layout class="QHBoxLayout"> 21 <layout class="QHBoxLayout">
22 <item> 22 <item>
23 <widget class="QLabel" name="textLabel1"> 23 <widget class="QLabel" name="textLabel1">
24 <property name="text"> 24 <property name="text">
38 <item> 38 <item>
39 <widget class="QGroupBox" name="groupBox"> 39 <widget class="QGroupBox" name="groupBox">
40 <property name="title"> 40 <property name="title">
41 <string>Select property source</string> 41 <string>Select property source</string>
42 </property> 42 </property>
43 <layout class="QGridLayout"> 43 <layout class="QVBoxLayout" name="verticalLayout">
44 <item row="2" column="0" colspan="2"> 44 <item>
45 <widget class="QRadioButton" name="fileRadioButton">
46 <property name="focusPolicy">
47 <enum>Qt::NoFocus</enum>
48 </property>
49 <property name="text">
50 <string>File</string>
51 </property>
52 </widget>
53 </item>
54 <item row="0" column="0" colspan="2">
55 <widget class="QRadioButton" name="textRadioButton"> 45 <widget class="QRadioButton" name="textRadioButton">
56 <property name="text"> 46 <property name="text">
57 <string>Text</string> 47 <string>Text</string>
58 </property> 48 </property>
59 <property name="checked"> 49 <property name="checked">
60 <bool>true</bool> 50 <bool>true</bool>
61 </property> 51 </property>
62 </widget> 52 </widget>
63 </item> 53 </item>
64 <item row="1" column="0" colspan="2"> 54 <item>
65 <widget class="QTextEdit" name="propTextEdit"> 55 <widget class="QTextEdit" name="propTextEdit">
66 <property name="toolTip"> 56 <property name="toolTip">
67 <string>Enter text of the property</string> 57 <string>Enter text of the property</string>
68 </property> 58 </property>
69 <property name="tabChangesFocus"> 59 <property name="tabChangesFocus">
72 <property name="acceptRichText"> 62 <property name="acceptRichText">
73 <bool>false</bool> 63 <bool>false</bool>
74 </property> 64 </property>
75 </widget> 65 </widget>
76 </item> 66 </item>
77 <item row="3" column="0"> 67 <item>
78 <widget class="QLineEdit" name="propFileEdit"> 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="E5PathPicker" name="propFilePicker" native="true">
79 <property name="enabled"> 79 <property name="enabled">
80 <bool>false</bool> 80 <bool>false</bool>
81 </property> 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>
82 <property name="toolTip"> 91 <property name="toolTip">
83 <string>Enter the name of a file for the property</string> 92 <string>Enter the name of a file for the property</string>
84 </property>
85 </widget>
86 </item>
87 <item row="3" column="1">
88 <widget class="QToolButton" name="fileButton">
89 <property name="enabled">
90 <bool>false</bool>
91 </property>
92 <property name="toolTip">
93 <string>Press to select the file via a file selection dialog</string>
94 </property> 93 </property>
95 </widget> 94 </widget>
96 </item> 95 </item>
97 </layout> 96 </layout>
98 </widget> 97 </widget>
109 </item> 108 </item>
110 </layout> 109 </layout>
111 </widget> 110 </widget>
112 <layoutdefault spacing="6" margin="6"/> 111 <layoutdefault spacing="6" margin="6"/>
113 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 112 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
113 <customwidgets>
114 <customwidget>
115 <class>E5PathPicker</class>
116 <extends>QWidget</extends>
117 <header>E5Gui/E5PathPicker.h</header>
118 <container>1</container>
119 </customwidget>
120 </customwidgets>
114 <tabstops> 121 <tabstops>
115 <tabstop>propNameEdit</tabstop> 122 <tabstop>propNameEdit</tabstop>
116 <tabstop>textRadioButton</tabstop> 123 <tabstop>textRadioButton</tabstop>
117 <tabstop>propTextEdit</tabstop> 124 <tabstop>propTextEdit</tabstop>
118 <tabstop>propFileEdit</tabstop> 125 <tabstop>propFilePicker</tabstop>
119 <tabstop>fileButton</tabstop>
120 </tabstops> 126 </tabstops>
121 <resources/> 127 <resources/>
122 <connections> 128 <connections>
123 <connection> 129 <connection>
124 <sender>textRadioButton</sender> 130 <sender>textRadioButton</sender>
131 <y>78</y> 137 <y>78</y>
132 </hint> 138 </hint>
133 <hint type="destinationlabel"> 139 <hint type="destinationlabel">
134 <x>76</x> 140 <x>76</x>
135 <y>140</y> 141 <y>140</y>
136 </hint>
137 </hints>
138 </connection>
139 <connection>
140 <sender>fileRadioButton</sender>
141 <signal>toggled(bool)</signal>
142 <receiver>propFileEdit</receiver>
143 <slot>setEnabled(bool)</slot>
144 <hints>
145 <hint type="sourcelabel">
146 <x>35</x>
147 <y>287</y>
148 </hint>
149 <hint type="destinationlabel">
150 <x>49</x>
151 <y>319</y>
152 </hint> 142 </hint>
153 </hints> 143 </hints>
154 </connection> 144 </connection>
155 <connection> 145 <connection>
156 <sender>buttonBox</sender> 146 <sender>buttonBox</sender>
173 <signal>rejected()</signal> 163 <signal>rejected()</signal>
174 <receiver>SvnPropSetDialog</receiver> 164 <receiver>SvnPropSetDialog</receiver>
175 <slot>reject()</slot> 165 <slot>reject()</slot>
176 <hints> 166 <hints>
177 <hint type="sourcelabel"> 167 <hint type="sourcelabel">
178 <x>196</x> 168 <x>175</x>
179 <y>367</y> 169 <y>374</y>
180 </hint> 170 </hint>
181 <hint type="destinationlabel"> 171 <hint type="destinationlabel">
182 <x>199</x> 172 <x>199</x>
183 <y>385</y> 173 <y>385</y>
184 </hint> 174 </hint>
185 </hints> 175 </hints>
186 </connection> 176 </connection>
177 <connection>
178 <sender>fileRadioButton</sender>
179 <signal>toggled(bool)</signal>
180 <receiver>propFilePicker</receiver>
181 <slot>setEnabled(bool)</slot>
182 <hints>
183 <hint type="sourcelabel">
184 <x>35</x>
185 <y>291</y>
186 </hint>
187 <hint type="destinationlabel">
188 <x>283</x>
189 <y>321</y>
190 </hint>
191 </hints>
192 </connection>
187 </connections> 193 </connections>
188 </ui> 194 </ui>

eric ide

mercurial