Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui

changeset 4593
cc745fa6c914
parent 3656
441956d8fce5
child 5508
30626def80dc
equal deleted inserted replaced
4590:9fdd473c68fb 4593:cc745fa6c914
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>141</height> 10 <height>129</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>
16 <layout class="QVBoxLayout"> 16 <layout class="QGridLayout" name="gridLayout">
17 <item> 17 <item row="0" column="0">
18 <layout class="QGridLayout"> 18 <widget class="QLabel" name="textLabel1">
19 <item row="0" column="0"> 19 <property name="toolTip">
20 <widget class="QLabel" name="textLabel1"> 20 <string/>
21 <property name="toolTip"> 21 </property>
22 <string/> 22 <property name="text">
23 </property> 23 <string>Subversion Command:</string>
24 <property name="text"> 24 </property>
25 <string>Subversion Command:</string> 25 </widget>
26 </property> 26 </item>
27 </widget> 27 <item row="0" column="1">
28 </item> 28 <widget class="QComboBox" name="commandCombo">
29 <item row="0" column="1" colspan="2"> 29 <property name="sizePolicy">
30 <widget class="QComboBox" name="commandCombo"> 30 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
31 <property name="sizePolicy"> 31 <horstretch>0</horstretch>
32 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 32 <verstretch>0</verstretch>
33 <horstretch>0</horstretch> 33 </sizepolicy>
34 <verstretch>0</verstretch> 34 </property>
35 </sizepolicy> 35 <property name="toolTip">
36 </property> 36 <string>Enter the Subversion command to be executed with all necessary parameters</string>
37 <property name="toolTip"> 37 </property>
38 <string>Enter the Subversion command to be executed with all necessary parameters</string> 38 <property name="whatsThis">
39 </property> 39 <string>&lt;b&gt;Subversion Command&lt;/b&gt;
40 <property name="whatsThis">
41 <string>&lt;b&gt;Subversion Command&lt;/b&gt;
42 &lt;p&gt;Enter the Subversion command to be executed including all necessary 40 &lt;p&gt;Enter the Subversion command to be executed including all necessary
43 parameters. If a parameter of the commandline includes a space you have to 41 parameters. If a parameter of the commandline includes a space you have to
44 surround this parameter by single or double quotes. Do not include the name 42 surround this parameter by single or double quotes. Do not include the name
45 of the subversion client executable (i.e. svn).&lt;/p&gt;</string> 43 of the subversion client executable (i.e. svn).&lt;/p&gt;</string>
46 </property> 44 </property>
47 <property name="editable"> 45 <property name="editable">
48 <bool>true</bool> 46 <bool>true</bool>
49 </property> 47 </property>
50 <property name="insertPolicy"> 48 <property name="insertPolicy">
51 <enum>QComboBox::InsertAtTop</enum> 49 <enum>QComboBox::InsertAtTop</enum>
52 </property> 50 </property>
53 <property name="duplicatesEnabled"> 51 <property name="duplicatesEnabled">
54 <bool>false</bool> 52 <bool>false</bool>
55 </property> 53 </property>
56 </widget> 54 </widget>
57 </item> 55 </item>
58 <item row="1" column="1"> 56 <item row="1" column="0">
59 <widget class="QComboBox" name="workdirCombo"> 57 <widget class="QLabel" name="textLabel2">
60 <property name="sizePolicy"> 58 <property name="text">
61 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 59 <string>Working Directory:&lt;br&gt;(optional)</string>
62 <horstretch>0</horstretch> 60 </property>
63 <verstretch>0</verstretch> 61 </widget>
64 </sizepolicy> 62 </item>
65 </property> 63 <item row="1" column="1">
66 <property name="toolTip"> 64 <widget class="E5ComboPathPicker" name="workdirPicker" native="true">
67 <string>Enter the working directory for the Subversion command</string> 65 <property name="sizePolicy">
68 </property> 66 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
69 <property name="whatsThis"> 67 <horstretch>0</horstretch>
70 <string>&lt;b&gt;Working directory&lt;/b&gt; 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;
71 &lt;p&gt;Enter the working directory for the Subversion command. 79 &lt;p&gt;Enter the working directory for the Subversion command.
72 This is an optional entry. The button to the right will open a 80 This is an optional entry. The button to the right will open a
73 directory selection dialog.&lt;/p&gt;</string> 81 directory selection dialog.&lt;/p&gt;</string>
74 </property> 82 </property>
75 <property name="editable"> 83 </widget>
76 <bool>true</bool>
77 </property>
78 <property name="insertPolicy">
79 <enum>QComboBox::InsertAtTop</enum>
80 </property>
81 <property name="duplicatesEnabled">
82 <bool>false</bool>
83 </property>
84 </widget>
85 </item>
86 <item row="1" column="0">
87 <widget class="QLabel" name="textLabel2">
88 <property name="text">
89 <string>Working Directory:&lt;br&gt;(optional)</string>
90 </property>
91 </widget>
92 </item>
93 <item row="2" column="0">
94 <widget class="QLabel" name="textLabel3">
95 <property name="sizePolicy">
96 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
97 <horstretch>0</horstretch>
98 <verstretch>0</verstretch>
99 </sizepolicy>
100 </property>
101 <property name="text">
102 <string>Project Directory:</string>
103 </property>
104 </widget>
105 </item>
106 <item row="2" column="1" colspan="2">
107 <widget class="QLabel" name="projectDirLabel">
108 <property name="sizePolicy">
109 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
110 <horstretch>0</horstretch>
111 <verstretch>0</verstretch>
112 </sizepolicy>
113 </property>
114 <property name="toolTip">
115 <string>This shows the root directory of the current project.</string>
116 </property>
117 <property name="text">
118 <string>project directory</string>
119 </property>
120 </widget>
121 </item>
122 <item row="1" column="2">
123 <widget class="QToolButton" name="dirButton">
124 <property name="toolTip">
125 <string>Select the working directory via a directory selection dialog</string>
126 </property>
127 <property name="whatsThis">
128 <string>&lt;b&gt;Working directory&lt;/b&gt;
129 &lt;p&gt;Select the working directory for the Subversion command via a directory selection dialog.&lt;/p&gt;</string>
130 </property>
131 </widget>
132 </item>
133 </layout>
134 </item> 84 </item>
135 <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">
136 <widget class="QDialogButtonBox" name="buttonBox"> 115 <widget class="QDialogButtonBox" name="buttonBox">
137 <property name="orientation"> 116 <property name="orientation">
138 <enum>Qt::Horizontal</enum> 117 <enum>Qt::Horizontal</enum>
139 </property> 118 </property>
140 <property name="standardButtons"> 119 <property name="standardButtons">
144 </item> 123 </item>
145 </layout> 124 </layout>
146 </widget> 125 </widget>
147 <layoutdefault spacing="6" margin="6"/> 126 <layoutdefault spacing="6" margin="6"/>
148 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 127 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
128 <customwidgets>
129 <customwidget>
130 <class>E5ComboPathPicker</class>
131 <extends>QWidget</extends>
132 <header>E5Gui/E5PathPicker.h</header>
133 <container>1</container>
134 </customwidget>
135 </customwidgets>
149 <tabstops> 136 <tabstops>
150 <tabstop>commandCombo</tabstop> 137 <tabstop>commandCombo</tabstop>
151 <tabstop>workdirCombo</tabstop> 138 <tabstop>workdirPicker</tabstop>
152 <tabstop>dirButton</tabstop>
153 <tabstop>buttonBox</tabstop>
154 </tabstops> 139 </tabstops>
155 <resources/> 140 <resources/>
156 <connections> 141 <connections>
157 <connection> 142 <connection>
158 <sender>buttonBox</sender> 143 <sender>buttonBox</sender>

eric ide

mercurial