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><b>Tag in VCS</b> |
33 <string><b>Tag in VCS</b> |
34 <p>Enter the tag name the new project shall be generated from. Leave empty to retrieve the latest data from the repository.</p></string> |
34 <p>Enter the tag name the new project shall be generated from. Leave empty to retrieve the latest data from the repository.</p></string> |
35 </property> |
|
36 </widget> |
|
37 </item> |
|
38 <item row="3" column="2"> |
|
39 <widget class="QPushButton" name="projectDirButton"> |
|
40 <property name="text"> |
|
41 <string>...</string> |
|
42 </property> |
35 </property> |
43 </widget> |
36 </widget> |
44 </item> |
37 </item> |
45 <item row="0" column="1"> |
38 <item row="0" column="1"> |
46 <widget class="QComboBox" name="protocolCombo"> |
39 <widget class="QComboBox" name="protocolCombo"> |
105 <property name="checked"> |
98 <property name="checked"> |
106 <bool>true</bool> |
99 <bool>true</bool> |
107 </property> |
100 </property> |
108 </widget> |
101 </widget> |
109 </item> |
102 </item> |
110 <item row="1" column="2"> |
|
111 <widget class="QPushButton" name="vcsUrlButton"> |
|
112 <property name="toolTip"> |
|
113 <string>Select the repository url via a directory selection dialog or the repository browser</string> |
|
114 </property> |
|
115 <property name="text"> |
|
116 <string>...</string> |
|
117 </property> |
|
118 </widget> |
|
119 </item> |
|
120 <item row="3" column="0"> |
103 <item row="3" column="0"> |
121 <widget class="QLabel" name="TextLabel4"> |
104 <widget class="QLabel" name="TextLabel4"> |
122 <property name="text"> |
105 <property name="text"> |
123 <string>Project &Directory:</string> |
106 <string>Project &Directory:</string> |
124 </property> |
107 </property> |
134 </property> |
117 </property> |
135 <property name="buddy"> |
118 <property name="buddy"> |
136 <cstring>vcsTagEdit</cstring> |
119 <cstring>vcsTagEdit</cstring> |
137 </property> |
120 </property> |
138 </widget> |
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"/> |
139 </item> |
132 </item> |
140 </layout> |
133 </layout> |
141 </item> |
134 </item> |
142 <item> |
135 <item> |
143 <widget class="QDialogButtonBox" name="buttonBox"> |
136 <widget class="QDialogButtonBox" name="buttonBox"> |