Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui

changeset 1878
de889f485ae8
parent 0
de9c2efb9d02
child 2452
fd1cd8a279db
equal deleted inserted replaced
1877:d8c5d6b04967 1878:de889f485ae8
1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
2 <class>SvnNewProjectOptionsDialog</class> 3 <class>SvnNewProjectOptionsDialog</class>
3 <widget class="QDialog" name="SvnNewProjectOptionsDialog" > 4 <widget class="QDialog" name="SvnNewProjectOptionsDialog">
4 <property name="geometry" > 5 <property name="geometry">
5 <rect> 6 <rect>
6 <x>0</x> 7 <x>0</x>
7 <y>0</y> 8 <y>0</y>
8 <width>562</width> 9 <width>562</width>
9 <height>184</height> 10 <height>200</height>
10 </rect> 11 </rect>
11 </property> 12 </property>
12 <property name="windowTitle" > 13 <property name="windowTitle">
13 <string>New Project from Repository</string> 14 <string>New Project from Repository</string>
14 </property> 15 </property>
15 <property name="whatsThis" > 16 <property name="whatsThis">
16 <string>&lt;b>New Project from Repository Dialog&lt;/b> 17 <string>&lt;b&gt;New Project from Repository Dialog&lt;/b&gt;
17 &lt;p>Enter the various repository infos into the entry fields. These values are used, when the new project is retrieved from the repository. If the checkbox is selected, the URL must end in the project name. A repository layout with project/tags, project/branches and project/trunk will be assumed. In this case, you may enter a tag or branch, which must look like tags/tagname or branches/branchname. If the checkbox is not selected, the URL must contain the complete path in the repository.&lt;/p> 18 &lt;p&gt;Enter the various repository infos into the entry fields. These values are used, when the new project is retrieved from the repository. If the checkbox is selected, the URL must end in the project name. A repository layout with project/tags, project/branches and project/trunk will be assumed. In this case, you may enter a tag or branch, which must look like tags/tagname or branches/branchname. If the checkbox is not selected, the URL must contain the complete path in the repository.&lt;/p&gt;
18 &lt;p>For remote repositories the URL must contain the hostname.&lt;/p></string> 19 &lt;p&gt;For remote repositories the URL must contain the hostname.&lt;/p&gt;</string>
19 </property> 20 </property>
20 <property name="sizeGripEnabled" > 21 <property name="sizeGripEnabled">
21 <bool>true</bool> 22 <bool>true</bool>
22 </property> 23 </property>
23 <layout class="QVBoxLayout" > 24 <layout class="QVBoxLayout">
24 <item> 25 <item>
25 <layout class="QGridLayout" > 26 <layout class="QGridLayout">
26 <item row="2" column="1" > 27 <item row="2" column="1">
27 <widget class="QLineEdit" name="vcsTagEdit" > 28 <widget class="QLineEdit" name="vcsTagEdit">
28 <property name="toolTip" > 29 <property name="toolTip">
29 <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>
30 </property> 31 </property>
31 <property name="whatsThis" > 32 <property name="whatsThis">
32 <string>&lt;b>Tag in VCS&lt;/b> 33 <string>&lt;b&gt;Tag in VCS&lt;/b&gt;
33 &lt;p>Enter the tag name the new project shall be generated from. Leave empty to retrieve the latest data from the repository.&lt;/p></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>
34 </property> 35 </property>
35 </widget> 36 </widget>
36 </item> 37 </item>
37 <item row="3" column="2" > 38 <item row="3" column="2">
38 <widget class="QPushButton" name="projectDirButton" > 39 <widget class="QPushButton" name="projectDirButton">
39 <property name="toolTip" > 40 <property name="toolTip">
40 <string>Select the project directory via a directory selection dialog</string> 41 <string>Select the project directory via a directory selection dialog</string>
41 </property> 42 </property>
42 <property name="text" > 43 <property name="text">
43 <string>...</string> 44 <string>...</string>
44 </property> 45 </property>
45 </widget> 46 </widget>
46 </item> 47 </item>
47 <item row="0" column="1" > 48 <item row="0" column="1">
48 <widget class="QComboBox" name="protocolCombo" > 49 <widget class="QComboBox" name="protocolCombo">
49 <property name="toolTip" > 50 <property name="toolTip">
50 <string>Select the protocol to access the repository</string> 51 <string>Select the protocol to access the repository</string>
51 </property> 52 </property>
52 </widget> 53 </widget>
53 </item> 54 </item>
54 <item row="0" column="0" > 55 <item row="0" column="0">
55 <widget class="QLabel" name="textLabel1" > 56 <widget class="QLabel" name="textLabel1">
56 <property name="text" > 57 <property name="text">
57 <string>&amp;Protocol:</string> 58 <string>&amp;Protocol:</string>
58 </property> 59 </property>
59 <property name="buddy" > 60 <property name="buddy">
60 <cstring>protocolCombo</cstring> 61 <cstring>protocolCombo</cstring>
61 </property> 62 </property>
62 </widget> 63 </widget>
63 </item> 64 </item>
64 <item row="1" column="1" > 65 <item row="1" column="1">
65 <widget class="QLineEdit" name="vcsUrlEdit" > 66 <widget class="QLineEdit" name="vcsUrlEdit">
66 <property name="toolTip" > 67 <property name="toolTip">
67 <string>Enter the url path of the module in the repository</string> 68 <string>Enter the url path of the module in the repository</string>
68 </property> 69 </property>
69 <property name="whatsThis" > 70 <property name="whatsThis">
70 <string>&lt;b>URL&lt;/b>&lt;p>Enter the URL to the module. For a repository with standard layout, this must not contain the trunk, tags or branches part.&lt;/p></string> 71 <string>&lt;b&gt;URL&lt;/b&gt;&lt;p&gt;Enter the URL to the module. For a repository with standard layout, this must not contain the trunk, tags or branches part.&lt;/p&gt;</string>
71 </property> 72 </property>
72 </widget> 73 </widget>
73 </item> 74 </item>
74 <item row="1" column="0" > 75 <item row="1" column="0">
75 <widget class="QLabel" name="TextLabel2" > 76 <widget class="QLabel" name="vcsUrlLabel">
76 <property name="text" > 77 <property name="text">
77 <string>&amp;URL:</string> 78 <string>&amp;URL:</string>
78 </property> 79 </property>
79 <property name="buddy" > 80 <property name="buddy">
80 <cstring>vcsUrlEdit</cstring> 81 <cstring>vcsUrlEdit</cstring>
81 </property> 82 </property>
82 </widget> 83 </widget>
83 </item> 84 </item>
84 <item row="3" column="1" > 85 <item row="3" column="1">
85 <widget class="QLineEdit" name="vcsProjectDirEdit" > 86 <widget class="QLineEdit" name="vcsProjectDirEdit">
86 <property name="toolTip" > 87 <property name="toolTip">
87 <string>Enter the directory of the new project.</string> 88 <string>Enter the directory of the new project.</string>
88 </property> 89 </property>
89 <property name="whatsThis" > 90 <property name="whatsThis">
90 <string>&lt;b>Project Directory&lt;/b> 91 <string>&lt;b&gt;Project Directory&lt;/b&gt;
91 &lt;p>Enter the directory of the new project. It will be retrieved from 92 &lt;p&gt;Enter the directory of the new project. It will be retrieved from
92 the repository and be placed in this directory.&lt;/p></string> 93 the repository and be placed in this directory.&lt;/p&gt;</string>
93 </property> 94 </property>
94 </widget> 95 </widget>
95 </item> 96 </item>
96 <item row="4" column="0" colspan="2" > 97 <item row="4" column="0" colspan="2">
97 <widget class="QCheckBox" name="layoutCheckBox" > 98 <widget class="QCheckBox" name="layoutCheckBox">
98 <property name="toolTip" > 99 <property name="toolTip">
99 <string>Select to indicate, that the repository has a standard layout (projectdir/trunk, projectdir/tags, projectdir/branches)</string> 100 <string>Select to indicate, that the repository has a standard layout (projectdir/trunk, projectdir/tags, projectdir/branches)</string>
100 </property> 101 </property>
101 <property name="text" > 102 <property name="text">
102 <string>Repository has standard &amp;layout</string> 103 <string>Repository has standard &amp;layout</string>
103 </property> 104 </property>
104 <property name="shortcut" > 105 <property name="shortcut">
105 <string>Alt+L</string> 106 <string>Alt+L</string>
106 </property> 107 </property>
107 <property name="checked" > 108 <property name="checked">
108 <bool>true</bool> 109 <bool>true</bool>
109 </property> 110 </property>
110 </widget> 111 </widget>
111 </item> 112 </item>
112 <item row="1" column="2" > 113 <item row="1" column="2">
113 <widget class="QPushButton" name="vcsUrlButton" > 114 <widget class="QPushButton" name="vcsUrlButton">
114 <property name="toolTip" > 115 <property name="toolTip">
115 <string>Select the repository url via a directory selection dialog or the repository browser</string> 116 <string>Select the repository url via a directory selection dialog or the repository browser</string>
116 </property> 117 </property>
117 <property name="text" > 118 <property name="text">
118 <string>...</string> 119 <string>...</string>
119 </property> 120 </property>
120 </widget> 121 </widget>
121 </item> 122 </item>
122 <item row="3" column="0" > 123 <item row="3" column="0">
123 <widget class="QLabel" name="TextLabel4" > 124 <widget class="QLabel" name="TextLabel4">
124 <property name="text" > 125 <property name="text">
125 <string>Project &amp;Directory:</string> 126 <string>Project &amp;Directory:</string>
126 </property> 127 </property>
127 <property name="buddy" > 128 <property name="buddy">
128 <cstring>vcsProjectDirEdit</cstring> 129 <cstring>vcsProjectDirEdit</cstring>
129 </property> 130 </property>
130 </widget> 131 </widget>
131 </item> 132 </item>
132 <item row="2" column="0" > 133 <item row="2" column="0">
133 <widget class="QLabel" name="vcsTagLabel" > 134 <widget class="QLabel" name="vcsTagLabel">
134 <property name="text" > 135 <property name="text">
135 <string>&amp;Tag:</string> 136 <string>&amp;Tag:</string>
136 </property> 137 </property>
137 <property name="buddy" > 138 <property name="buddy">
138 <cstring>vcsTagEdit</cstring> 139 <cstring>vcsTagEdit</cstring>
139 </property> 140 </property>
140 </widget> 141 </widget>
141 </item> 142 </item>
142 </layout> 143 </layout>
143 </item> 144 </item>
144 <item> 145 <item>
145 <widget class="QDialogButtonBox" name="buttonBox" > 146 <widget class="QDialogButtonBox" name="buttonBox">
146 <property name="orientation" > 147 <property name="orientation">
147 <enum>Qt::Horizontal</enum> 148 <enum>Qt::Horizontal</enum>
148 </property> 149 </property>
149 <property name="standardButtons" > 150 <property name="standardButtons">
150 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 151 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
151 </property> 152 </property>
152 </widget> 153 </widget>
153 </item> 154 </item>
154 </layout> 155 </layout>
155 </widget> 156 </widget>
156 <layoutdefault spacing="6" margin="6" /> 157 <layoutdefault spacing="6" margin="6"/>
157 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 158 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
158 <tabstops> 159 <tabstops>
159 <tabstop>protocolCombo</tabstop> 160 <tabstop>protocolCombo</tabstop>
160 <tabstop>vcsUrlEdit</tabstop> 161 <tabstop>vcsUrlEdit</tabstop>
161 <tabstop>vcsUrlButton</tabstop> 162 <tabstop>vcsUrlButton</tabstop>
170 <sender>buttonBox</sender> 171 <sender>buttonBox</sender>
171 <signal>accepted()</signal> 172 <signal>accepted()</signal>
172 <receiver>SvnNewProjectOptionsDialog</receiver> 173 <receiver>SvnNewProjectOptionsDialog</receiver>
173 <slot>accept()</slot> 174 <slot>accept()</slot>
174 <hints> 175 <hints>
175 <hint type="sourcelabel" > 176 <hint type="sourcelabel">
176 <x>29</x> 177 <x>29</x>
177 <y>157</y> 178 <y>157</y>
178 </hint> 179 </hint>
179 <hint type="destinationlabel" > 180 <hint type="destinationlabel">
180 <x>29</x> 181 <x>29</x>
181 <y>181</y> 182 <y>181</y>
182 </hint> 183 </hint>
183 </hints> 184 </hints>
184 </connection> 185 </connection>
186 <sender>buttonBox</sender> 187 <sender>buttonBox</sender>
187 <signal>rejected()</signal> 188 <signal>rejected()</signal>
188 <receiver>SvnNewProjectOptionsDialog</receiver> 189 <receiver>SvnNewProjectOptionsDialog</receiver>
189 <slot>reject()</slot> 190 <slot>reject()</slot>
190 <hints> 191 <hints>
191 <hint type="sourcelabel" > 192 <hint type="sourcelabel">
192 <x>129</x> 193 <x>129</x>
193 <y>163</y> 194 <y>163</y>
194 </hint> 195 </hint>
195 <hint type="destinationlabel" > 196 <hint type="destinationlabel">
196 <x>129</x> 197 <x>129</x>
197 <y>177</y> 198 <y>177</y>
198 </hint> 199 </hint>
199 </hints> 200 </hints>
200 </connection> 201 </connection>

eric ide

mercurial