Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3186
a05eff845522
child 4597
46be8d9c4dd8
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
30 <string>Enter the tag the new project should be generated from</string> 30 <string>Enter the tag the new project should be generated from</string>
31 </property> 31 </property>
32 <property name="whatsThis"> 32 <property name="whatsThis">
33 <string>&lt;b&gt;Tag in VCS&lt;/b&gt; 33 <string>&lt;b&gt;Tag in VCS&lt;/b&gt;
34 &lt;p&gt;Enter the tag name the new project shall be generated from. Leave empty to retrieve the latest data from the repository.&lt;/p&gt;</string> 34 &lt;p&gt;Enter the tag name the new project shall be generated from. Leave empty to retrieve the latest data from the repository.&lt;/p&gt;</string>
35 </property>
36 </widget>
37 </item>
38 <item row="3" column="2">
39 <widget class="QPushButton" name="projectDirButton">
40 <property name="toolTip">
41 <string>Select the project directory via a directory selection dialog</string>
42 </property>
43 <property name="text">
44 <string>...</string>
45 </property> 35 </property>
46 </widget> 36 </widget>
47 </item> 37 </item>
48 <item row="0" column="1"> 38 <item row="0" column="1">
49 <widget class="QComboBox" name="protocolCombo"> 39 <widget class="QComboBox" name="protocolCombo">
108 <property name="checked"> 98 <property name="checked">
109 <bool>true</bool> 99 <bool>true</bool>
110 </property> 100 </property>
111 </widget> 101 </widget>
112 </item> 102 </item>
113 <item row="1" column="2">
114 <widget class="QPushButton" name="vcsUrlButton">
115 <property name="toolTip">
116 <string>Select the repository url via a directory selection dialog or the repository browser</string>
117 </property>
118 <property name="text">
119 <string>...</string>
120 </property>
121 </widget>
122 </item>
123 <item row="3" column="0"> 103 <item row="3" column="0">
124 <widget class="QLabel" name="TextLabel4"> 104 <widget class="QLabel" name="TextLabel4">
125 <property name="text"> 105 <property name="text">
126 <string>Project &amp;Directory:</string> 106 <string>Project &amp;Directory:</string>
127 </property> 107 </property>
135 <property name="text"> 115 <property name="text">
136 <string>&amp;Tag:</string> 116 <string>&amp;Tag:</string>
137 </property> 117 </property>
138 <property name="buddy"> 118 <property name="buddy">
139 <cstring>vcsTagEdit</cstring> 119 <cstring>vcsTagEdit</cstring>
120 </property>
121 </widget>
122 </item>
123 <item row="1" column="2">
124 <widget class="QToolButton" name="vcsUrlButton">
125 <property name="toolTip">
126 <string>Select the repository url via a directory selection dialog or the repository browser</string>
127 </property>
128 </widget>
129 </item>
130 <item row="3" column="2">
131 <widget class="QToolButton" name="projectDirButton">
132 <property name="toolTip">
133 <string>Select the project directory via a directory selection dialog</string>
140 </property> 134 </property>
141 </widget> 135 </widget>
142 </item> 136 </item>
143 </layout> 137 </layout>
144 </item> 138 </item>

eric ide

mercurial