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

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
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="QGridLayout" >
21 <item row="1" column="1" >
22 <widget class="QTextEdit" name="propTextEdit" >
23 <property name="toolTip" >
24 <string>Enter text of the property</string>
25 </property>
26 <property name="tabChangesFocus" >
27 <bool>true</bool>
28 </property>
29 <property name="acceptRichText" >
30 <bool>false</bool>
31 </property>
32 </widget>
33 </item>
34 <item row="0" column="0" >
35 <widget class="QLabel" name="textLabel1" >
36 <property name="text" >
37 <string>Property &amp;Name:</string>
38 </property>
39 <property name="buddy" >
40 <cstring>propNameEdit</cstring>
41 </property>
42 </widget>
43 </item>
44 <item row="0" column="1" >
45 <widget class="QLineEdit" name="propNameEdit" >
46 <property name="toolTip" >
47 <string>Enter the name of the property to be set</string>
48 </property>
49 </widget>
50 </item>
51 <item row="2" column="0" colspan="2" >
52 <widget class="QCheckBox" name="recurseCheckBox" >
53 <property name="toolTip" >
54 <string>Select to apply the property recursively</string>
55 </property>
56 <property name="text" >
57 <string>Apply &amp;recursively</string>
58 </property>
59 </widget>
60 </item>
61 <item row="1" column="0" >
62 <widget class="QLabel" name="label" >
63 <property name="text" >
64 <string>Property &amp;Value:</string>
65 </property>
66 <property name="alignment" >
67 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
68 </property>
69 <property name="buddy" >
70 <cstring>propTextEdit</cstring>
71 </property>
72 </widget>
73 </item>
74 </layout>
75 </item>
76 <item>
77 <widget class="QDialogButtonBox" name="buttonBox" >
78 <property name="orientation" >
79 <enum>Qt::Horizontal</enum>
80 </property>
81 <property name="standardButtons" >
82 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
83 </property>
84 </widget>
85 </item>
86 </layout>
87 </widget>
88 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
89 <tabstops>
90 <tabstop>propNameEdit</tabstop>
91 <tabstop>propTextEdit</tabstop>
92 <tabstop>recurseCheckBox</tabstop>
93 </tabstops>
94 <resources/>
95 <connections>
96 <connection>
97 <sender>buttonBox</sender>
98 <signal>accepted()</signal>
99 <receiver>SvnPropSetDialog</receiver>
100 <slot>accept()</slot>
101 <hints>
102 <hint type="sourcelabel" >
103 <x>28</x>
104 <y>362</y>
105 </hint>
106 <hint type="destinationlabel" >
107 <x>28</x>
108 <y>386</y>
109 </hint>
110 </hints>
111 </connection>
112 <connection>
113 <sender>buttonBox</sender>
114 <signal>rejected()</signal>
115 <receiver>SvnPropSetDialog</receiver>
116 <slot>reject()</slot>
117 <hints>
118 <hint type="sourcelabel" >
119 <x>94</x>
120 <y>366</y>
121 </hint>
122 <hint type="destinationlabel" >
123 <x>94</x>
124 <y>383</y>
125 </hint>
126 </hints>
127 </connection>
128 </connections>
129 </ui>

eric ide

mercurial