src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.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>SvnCommandDialog</class>
4 <widget class="QDialog" name="SvnCommandDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>628</width>
10 <height>129</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Subversion Command</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QLabel" name="textLabel1">
19 <property name="toolTip">
20 <string/>
21 </property>
22 <property name="text">
23 <string>Subversion Command:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QComboBox" name="commandCombo">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="toolTip">
36 <string>Enter the Subversion command to be executed with all necessary parameters</string>
37 </property>
38 <property name="whatsThis">
39 <string>&lt;b&gt;Subversion Command&lt;/b&gt;
40 &lt;p&gt;Enter the Subversion command to be executed including all necessary
41 parameters. If a parameter of the commandline includes a space you have to
42 surround this parameter by single or double quotes. Do not include the name
43 of the subversion client executable (i.e. svn).&lt;/p&gt;</string>
44 </property>
45 <property name="editable">
46 <bool>true</bool>
47 </property>
48 <property name="insertPolicy">
49 <enum>QComboBox::InsertAtTop</enum>
50 </property>
51 <property name="duplicatesEnabled">
52 <bool>false</bool>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="0">
57 <widget class="QLabel" name="textLabel2">
58 <property name="text">
59 <string>Working Directory:&lt;br&gt;(optional)</string>
60 </property>
61 </widget>
62 </item>
63 <item row="1" column="1">
64 <widget class="EricComboPathPicker" name="workdirPicker" native="true">
65 <property name="sizePolicy">
66 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
67 <horstretch>0</horstretch>
68 <verstretch>0</verstretch>
69 </sizepolicy>
70 </property>
71 <property name="focusPolicy">
72 <enum>Qt::WheelFocus</enum>
73 </property>
74 <property name="toolTip">
75 <string>Enter the working directory for the Subversion command</string>
76 </property>
77 <property name="whatsThis">
78 <string>&lt;b&gt;Working directory&lt;/b&gt;
79 &lt;p&gt;Enter the working directory for the Subversion command.
80 This is an optional entry. The button to the right will open a
81 directory selection dialog.&lt;/p&gt;</string>
82 </property>
83 </widget>
84 </item>
85 <item row="2" column="0">
86 <widget class="QLabel" name="textLabel3">
87 <property name="sizePolicy">
88 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
89 <horstretch>0</horstretch>
90 <verstretch>0</verstretch>
91 </sizepolicy>
92 </property>
93 <property name="text">
94 <string>Project Directory:</string>
95 </property>
96 </widget>
97 </item>
98 <item row="2" column="1">
99 <widget class="QLabel" name="projectDirLabel">
100 <property name="sizePolicy">
101 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
102 <horstretch>0</horstretch>
103 <verstretch>0</verstretch>
104 </sizepolicy>
105 </property>
106 <property name="toolTip">
107 <string>This shows the root directory of the current project.</string>
108 </property>
109 <property name="text">
110 <string>project directory</string>
111 </property>
112 </widget>
113 </item>
114 <item row="3" column="0" colspan="2">
115 <widget class="QDialogButtonBox" name="buttonBox">
116 <property name="orientation">
117 <enum>Qt::Horizontal</enum>
118 </property>
119 <property name="standardButtons">
120 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
121 </property>
122 </widget>
123 </item>
124 </layout>
125 </widget>
126 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
127 <customwidgets>
128 <customwidget>
129 <class>EricComboPathPicker</class>
130 <extends>QWidget</extends>
131 <header>EricWidgets/EricPathPicker.h</header>
132 <container>1</container>
133 </customwidget>
134 </customwidgets>
135 <tabstops>
136 <tabstop>commandCombo</tabstop>
137 <tabstop>workdirPicker</tabstop>
138 </tabstops>
139 <resources/>
140 <connections>
141 <connection>
142 <sender>buttonBox</sender>
143 <signal>accepted()</signal>
144 <receiver>SvnCommandDialog</receiver>
145 <slot>accept()</slot>
146 <hints>
147 <hint type="sourcelabel">
148 <x>41</x>
149 <y>103</y>
150 </hint>
151 <hint type="destinationlabel">
152 <x>49</x>
153 <y>129</y>
154 </hint>
155 </hints>
156 </connection>
157 <connection>
158 <sender>buttonBox</sender>
159 <signal>rejected()</signal>
160 <receiver>SvnCommandDialog</receiver>
161 <slot>reject()</slot>
162 <hints>
163 <hint type="sourcelabel">
164 <x>173</x>
165 <y>109</y>
166 </hint>
167 <hint type="destinationlabel">
168 <x>174</x>
169 <y>128</y>
170 </hint>
171 </hints>
172 </connection>
173 </connections>
174 </ui>

eric ide

mercurial