1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>HgNewProjectOptionsDialog</class>
4 <widget class="QDialog" name="HgNewProjectOptionsDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>562</width>
10    <height>187</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>New Project from Repository</string>
15  </property>
16  <property name="whatsThis">
17   <string>&lt;b&gt;New Project from Repository Dialog&lt;/b&gt;
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;
19&lt;p&gt;For remote repositories the URL must contain the hostname.&lt;/p&gt;</string>
20  </property>
21  <property name="sizeGripEnabled">
22   <bool>true</bool>
23  </property>
24  <layout class="QGridLayout" name="gridLayout">
25   <item row="4" column="0" colspan="3">
26    <widget class="QLabel" name="lfNoteLabel">
27     <property name="text">
28      <string>&lt;b&gt;Note:&lt;/b&gt; This option increases the download time and volume.</string>
29     </property>
30     <property name="wordWrap">
31      <bool>true</bool>
32     </property>
33    </widget>
34   </item>
35   <item row="0" column="1">
36    <widget class="E5ComboPathPicker" name="vcsUrlPicker" native="true">
37     <property name="sizePolicy">
38      <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
39       <horstretch>0</horstretch>
40       <verstretch>0</verstretch>
41      </sizepolicy>
42     </property>
43     <property name="focusPolicy">
44      <enum>Qt::StrongFocus</enum>
45     </property>
46     <property name="toolTip">
47      <string>Enter the URL of the repository</string>
48     </property>
49    </widget>
50   </item>
51   <item row="1" column="0">
52    <widget class="QLabel" name="vcsRevisionLabel">
53     <property name="text">
54      <string>&amp;Revision:</string>
55     </property>
56     <property name="buddy">
57      <cstring>vcsRevisionEdit</cstring>
58     </property>
59    </widget>
60   </item>
61   <item row="1" column="1" colspan="2">
62    <widget class="QLineEdit" name="vcsRevisionEdit">
63     <property name="toolTip">
64      <string>Enter the revision the new project should be generated from</string>
65     </property>
66     <property name="whatsThis">
67      <string/>
68     </property>
69    </widget>
70   </item>
71   <item row="2" column="1" colspan="2">
72    <widget class="E5PathPicker" name="vcsProjectDirPicker" native="true">
73     <property name="sizePolicy">
74      <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
75       <horstretch>0</horstretch>
76       <verstretch>0</verstretch>
77      </sizepolicy>
78     </property>
79     <property name="focusPolicy">
80      <enum>Qt::StrongFocus</enum>
81     </property>
82     <property name="toolTip">
83      <string>Enter the directory of the new project.</string>
84     </property>
85     <property name="whatsThis">
86      <string>&lt;b&gt;Project Directory&lt;/b&gt;
87&lt;p&gt;Enter the directory of the new project. It will be retrieved from
88the repository and be placed in this directory.&lt;/p&gt;</string>
89     </property>
90    </widget>
91   </item>
92   <item row="3" column="0" colspan="3">
93    <widget class="QCheckBox" name="largeCheckBox">
94     <property name="text">
95      <string>Download all versions of all large files</string>
96     </property>
97    </widget>
98   </item>
99   <item row="2" column="0">
100    <widget class="QLabel" name="TextLabel4">
101     <property name="text">
102      <string>Project &amp;Directory:</string>
103     </property>
104     <property name="buddy">
105      <cstring>vcsProjectDirPicker</cstring>
106     </property>
107    </widget>
108   </item>
109   <item row="5" column="0" colspan="3">
110    <widget class="QDialogButtonBox" name="buttonBox">
111     <property name="orientation">
112      <enum>Qt::Horizontal</enum>
113     </property>
114     <property name="standardButtons">
115      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
116     </property>
117    </widget>
118   </item>
119   <item row="0" column="0">
120    <widget class="QLabel" name="TextLabel2">
121     <property name="text">
122      <string>&amp;URL:</string>
123     </property>
124     <property name="buddy">
125      <cstring>vcsUrlPicker</cstring>
126     </property>
127    </widget>
128   </item>
129   <item row="0" column="2">
130    <widget class="QToolButton" name="vcsUrlClearHistoryButton">
131     <property name="toolTip">
132      <string>Press to clear the history of entered repository URLs</string>
133     </property>
134    </widget>
135   </item>
136  </layout>
137 </widget>
138 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
139 <customwidgets>
140  <customwidget>
141   <class>E5PathPicker</class>
142   <extends>QWidget</extends>
143   <header>E5Gui/E5PathPicker.h</header>
144   <container>1</container>
145  </customwidget>
146  <customwidget>
147   <class>E5ComboPathPicker</class>
148   <extends>QWidget</extends>
149   <header>E5Gui/E5PathPicker.h</header>
150   <container>1</container>
151  </customwidget>
152 </customwidgets>
153 <tabstops>
154  <tabstop>vcsUrlPicker</tabstop>
155  <tabstop>vcsUrlClearHistoryButton</tabstop>
156  <tabstop>vcsRevisionEdit</tabstop>
157  <tabstop>vcsProjectDirPicker</tabstop>
158  <tabstop>largeCheckBox</tabstop>
159 </tabstops>
160 <resources/>
161 <connections>
162  <connection>
163   <sender>buttonBox</sender>
164   <signal>accepted()</signal>
165   <receiver>HgNewProjectOptionsDialog</receiver>
166   <slot>accept()</slot>
167   <hints>
168    <hint type="sourcelabel">
169     <x>37</x>
170     <y>176</y>
171    </hint>
172    <hint type="destinationlabel">
173     <x>38</x>
174     <y>198</y>
175    </hint>
176   </hints>
177  </connection>
178  <connection>
179   <sender>buttonBox</sender>
180   <signal>rejected()</signal>
181   <receiver>HgNewProjectOptionsDialog</receiver>
182   <slot>reject()</slot>
183   <hints>
184    <hint type="sourcelabel">
185     <x>147</x>
186     <y>177</y>
187    </hint>
188    <hint type="destinationlabel">
189     <x>153</x>
190     <y>197</y>
191    </hint>
192   </hints>
193  </connection>
194 </connections>
195</ui>
196