Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui

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

eric ide

mercurial