Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3186
a05eff845522
child 3656
441956d8fce5
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>628</width> 9 <width>628</width>
10 <height>137</height> 10 <height>141</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Subversion Command</string> 14 <string>Subversion Command</string>
15 </property> 15 </property>
53 <property name="autoCompletion"> 53 <property name="autoCompletion">
54 <bool>true</bool> 54 <bool>true</bool>
55 </property> 55 </property>
56 <property name="duplicatesEnabled"> 56 <property name="duplicatesEnabled">
57 <bool>false</bool> 57 <bool>false</bool>
58 </property>
59 </widget>
60 </item>
61 <item row="1" column="2">
62 <widget class="QPushButton" name="dirButton">
63 <property name="toolTip">
64 <string>Select the working directory via a directory selection dialog</string>
65 </property>
66 <property name="whatsThis">
67 <string>&lt;b&gt;Working directory&lt;/b&gt;
68 &lt;p&gt;Select the working directory for the Subversion command via a directory selection dialog.&lt;/p&gt;</string>
69 </property>
70 <property name="text">
71 <string>...</string>
72 </property> 58 </property>
73 </widget> 59 </widget>
74 </item> 60 </item>
75 <item row="1" column="1"> 61 <item row="1" column="1">
76 <widget class="QComboBox" name="workdirCombo"> 62 <widget class="QComboBox" name="workdirCombo">
137 <property name="text"> 123 <property name="text">
138 <string>project directory</string> 124 <string>project directory</string>
139 </property> 125 </property>
140 </widget> 126 </widget>
141 </item> 127 </item>
128 <item row="1" column="2">
129 <widget class="QToolButton" name="dirButton">
130 <property name="toolTip">
131 <string>Select the working directory via a directory selection dialog</string>
132 </property>
133 <property name="whatsThis">
134 <string>&lt;b&gt;Working directory&lt;/b&gt;
135 &lt;p&gt;Select the working directory for the Subversion command via a directory selection dialog.&lt;/p&gt;</string>
136 </property>
137 </widget>
138 </item>
142 </layout> 139 </layout>
143 </item> 140 </item>
144 <item> 141 <item>
145 <widget class="QDialogButtonBox" name="buttonBox"> 142 <widget class="QDialogButtonBox" name="buttonBox">
146 <property name="orientation"> 143 <property name="orientation">

eric ide

mercurial