19 <p>For remote repositories the URL must contain the hostname.</p></string> |
19 <p>For remote repositories the URL must contain the hostname.</p></string> |
20 </property> |
20 </property> |
21 <property name="sizeGripEnabled"> |
21 <property name="sizeGripEnabled"> |
22 <bool>true</bool> |
22 <bool>true</bool> |
23 </property> |
23 </property> |
24 <layout class="QVBoxLayout"> |
24 <layout class="QGridLayout" name="gridLayout"> |
25 <item> |
25 <item row="0" column="0"> |
26 <layout class="QGridLayout"> |
26 <widget class="QLabel" name="textLabel1"> |
27 <item row="2" column="1"> |
27 <property name="text"> |
28 <widget class="QLineEdit" name="vcsTagEdit"> |
28 <string>&Protocol:</string> |
29 <property name="toolTip"> |
29 </property> |
30 <string>Enter the tag the new project should be generated from</string> |
30 <property name="buddy"> |
31 </property> |
31 <cstring>protocolCombo</cstring> |
32 <property name="whatsThis"> |
32 </property> |
33 <string><b>Tag in VCS</b> |
33 </widget> |
|
34 </item> |
|
35 <item row="0" column="1"> |
|
36 <widget class="QComboBox" name="protocolCombo"> |
|
37 <property name="toolTip"> |
|
38 <string>Select the protocol to access the repository</string> |
|
39 </property> |
|
40 </widget> |
|
41 </item> |
|
42 <item row="1" column="0"> |
|
43 <widget class="QLabel" name="vcsUrlLabel"> |
|
44 <property name="text"> |
|
45 <string>&URL:</string> |
|
46 </property> |
|
47 <property name="buddy"> |
|
48 <cstring>vcsUrlPicker</cstring> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item row="1" column="1"> |
|
53 <widget class="E5PathPicker" name="vcsUrlPicker" native="true"> |
|
54 <property name="sizePolicy"> |
|
55 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
56 <horstretch>0</horstretch> |
|
57 <verstretch>0</verstretch> |
|
58 </sizepolicy> |
|
59 </property> |
|
60 <property name="focusPolicy"> |
|
61 <enum>Qt::StrongFocus</enum> |
|
62 </property> |
|
63 <property name="toolTip"> |
|
64 <string>Enter the url path of the module in the repository (without protocol part)</string> |
|
65 </property> |
|
66 <property name="whatsThis"> |
|
67 <string><b>URL</b><p>Enter the URL to the module. For a repository with standard layout, this must not contain the trunk, tags or branches part.</p></string> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 <item row="2" column="0"> |
|
72 <widget class="QLabel" name="vcsTagLabel"> |
|
73 <property name="text"> |
|
74 <string>&Tag:</string> |
|
75 </property> |
|
76 <property name="buddy"> |
|
77 <cstring>vcsTagEdit</cstring> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 <item row="2" column="1"> |
|
82 <widget class="QLineEdit" name="vcsTagEdit"> |
|
83 <property name="toolTip"> |
|
84 <string>Enter the tag the new project should be generated from</string> |
|
85 </property> |
|
86 <property name="whatsThis"> |
|
87 <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> |
88 <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> |
89 </property> |
36 </widget> |
90 </widget> |
37 </item> |
91 </item> |
38 <item row="0" column="1"> |
92 <item row="3" column="0"> |
39 <widget class="QComboBox" name="protocolCombo"> |
93 <widget class="QLabel" name="TextLabel4"> |
40 <property name="toolTip"> |
94 <property name="text"> |
41 <string>Select the protocol to access the repository</string> |
95 <string>Project &Directory:</string> |
42 </property> |
96 </property> |
43 </widget> |
97 <property name="buddy"> |
44 </item> |
98 <cstring>vcsProjectDirPicker</cstring> |
45 <item row="0" column="0"> |
99 </property> |
46 <widget class="QLabel" name="textLabel1"> |
100 </widget> |
47 <property name="text"> |
101 </item> |
48 <string>&Protocol:</string> |
102 <item row="3" column="1"> |
49 </property> |
103 <widget class="E5PathPicker" name="vcsProjectDirPicker" native="true"> |
50 <property name="buddy"> |
104 <property name="sizePolicy"> |
51 <cstring>protocolCombo</cstring> |
105 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
52 </property> |
106 <horstretch>0</horstretch> |
53 </widget> |
107 <verstretch>0</verstretch> |
54 </item> |
108 </sizepolicy> |
55 <item row="1" column="1"> |
109 </property> |
56 <widget class="QLineEdit" name="vcsUrlEdit"> |
110 <property name="focusPolicy"> |
57 <property name="toolTip"> |
111 <enum>Qt::StrongFocus</enum> |
58 <string>Enter the url path of the module in the repository (without protocol part)</string> |
112 </property> |
59 </property> |
113 <property name="toolTip"> |
60 <property name="whatsThis"> |
114 <string>Enter the directory of the new project.</string> |
61 <string><b>URL</b><p>Enter the URL to the module. For a repository with standard layout, this must not contain the trunk, tags or branches part.</p></string> |
115 </property> |
62 </property> |
116 <property name="whatsThis"> |
63 </widget> |
117 <string><b>Project Directory</b> |
64 </item> |
|
65 <item row="1" column="0"> |
|
66 <widget class="QLabel" name="vcsUrlLabel"> |
|
67 <property name="text"> |
|
68 <string>&URL:</string> |
|
69 </property> |
|
70 <property name="buddy"> |
|
71 <cstring>vcsUrlEdit</cstring> |
|
72 </property> |
|
73 </widget> |
|
74 </item> |
|
75 <item row="3" column="1"> |
|
76 <widget class="QLineEdit" name="vcsProjectDirEdit"> |
|
77 <property name="toolTip"> |
|
78 <string>Enter the directory of the new project.</string> |
|
79 </property> |
|
80 <property name="whatsThis"> |
|
81 <string><b>Project Directory</b> |
|
82 <p>Enter the directory of the new project. It will be retrieved from |
118 <p>Enter the directory of the new project. It will be retrieved from |
83 the repository and be placed in this directory.</p></string> |
119 the repository and be placed in this directory.</p></string> |
84 </property> |
120 </property> |
85 </widget> |
121 </widget> |
86 </item> |
122 </item> |
87 <item row="4" column="0" colspan="2"> |
123 <item row="4" column="0" colspan="2"> |
88 <widget class="QCheckBox" name="layoutCheckBox"> |
124 <widget class="QCheckBox" name="layoutCheckBox"> |
89 <property name="toolTip"> |
125 <property name="toolTip"> |
90 <string>Select to indicate, that the repository has a standard layout (projectdir/trunk, projectdir/tags, projectdir/branches)</string> |
126 <string>Select to indicate, that the repository has a standard layout (projectdir/trunk, projectdir/tags, projectdir/branches)</string> |
91 </property> |
127 </property> |
92 <property name="text"> |
128 <property name="text"> |
93 <string>Repository has standard &layout</string> |
129 <string>Repository has standard &layout</string> |
94 </property> |
130 </property> |
95 <property name="shortcut"> |
131 <property name="shortcut"> |
96 <string>Alt+L</string> |
132 <string>Alt+L</string> |
97 </property> |
133 </property> |
98 <property name="checked"> |
134 <property name="checked"> |
99 <bool>true</bool> |
135 <bool>true</bool> |
100 </property> |
136 </property> |
101 </widget> |
137 </widget> |
102 </item> |
138 </item> |
103 <item row="3" column="0"> |
139 <item row="5" column="0" colspan="2"> |
104 <widget class="QLabel" name="TextLabel4"> |
|
105 <property name="text"> |
|
106 <string>Project &Directory:</string> |
|
107 </property> |
|
108 <property name="buddy"> |
|
109 <cstring>vcsProjectDirEdit</cstring> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 <item row="2" column="0"> |
|
114 <widget class="QLabel" name="vcsTagLabel"> |
|
115 <property name="text"> |
|
116 <string>&Tag:</string> |
|
117 </property> |
|
118 <property name="buddy"> |
|
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 </item> |
|
133 </layout> |
|
134 </item> |
|
135 <item> |
|
136 <widget class="QDialogButtonBox" name="buttonBox"> |
140 <widget class="QDialogButtonBox" name="buttonBox"> |
137 <property name="orientation"> |
141 <property name="orientation"> |
138 <enum>Qt::Horizontal</enum> |
142 <enum>Qt::Horizontal</enum> |
139 </property> |
143 </property> |
140 <property name="standardButtons"> |
144 <property name="standardButtons"> |