Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui

changeset 4593
cc745fa6c914
parent 3334
a75328ebac64
child 5508
30626def80dc
equal deleted inserted replaced
4590:9fdd473c68fb 4593:cc745fa6c914
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>562</width> 9 <width>562</width>
10 <height>221</height> 10 <height>191</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>New Project from Repository</string> 14 <string>New Project from Repository</string>
15 </property> 15 </property>
30 <property name="buddy"> 30 <property name="buddy">
31 <cstring>protocolCombo</cstring> 31 <cstring>protocolCombo</cstring>
32 </property> 32 </property>
33 </widget> 33 </widget>
34 </item> 34 </item>
35 <item row="0" column="1" colspan="2"> 35 <item row="0" column="1">
36 <widget class="QComboBox" name="protocolCombo"> 36 <widget class="QComboBox" name="protocolCombo">
37 <property name="toolTip"> 37 <property name="toolTip">
38 <string>Select the protocol to access the repository</string> 38 <string>Select the protocol to access the repository</string>
39 </property> 39 </property>
40 </widget> 40 </widget>
43 <widget class="QLabel" name="TextLabel2"> 43 <widget class="QLabel" name="TextLabel2">
44 <property name="text"> 44 <property name="text">
45 <string>&amp;URL:</string> 45 <string>&amp;URL:</string>
46 </property> 46 </property>
47 <property name="buddy"> 47 <property name="buddy">
48 <cstring>vcsUrlEdit</cstring> 48 <cstring>vcsUrlPicker</cstring>
49 </property> 49 </property>
50 </widget> 50 </widget>
51 </item> 51 </item>
52 <item row="1" column="1"> 52 <item row="1" column="1">
53 <widget class="QLineEdit" name="vcsUrlEdit"> 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>
54 <property name="toolTip"> 63 <property name="toolTip">
55 <string>Enter the url path of the repository (without protocol part)</string> 64 <string>Enter the url path of the repository (without protocol part)</string>
56 </property>
57 </widget>
58 </item>
59 <item row="1" column="2">
60 <widget class="QToolButton" name="vcsUrlButton">
61 <property name="toolTip">
62 <string>Select the repository url via a directory selection dialog</string>
63 </property> 65 </property>
64 </widget> 66 </widget>
65 </item> 67 </item>
66 <item row="2" column="0"> 68 <item row="2" column="0">
67 <widget class="QLabel" name="vcsRevisionLabel"> 69 <widget class="QLabel" name="vcsRevisionLabel">
71 <property name="buddy"> 73 <property name="buddy">
72 <cstring>vcsRevisionEdit</cstring> 74 <cstring>vcsRevisionEdit</cstring>
73 </property> 75 </property>
74 </widget> 76 </widget>
75 </item> 77 </item>
76 <item row="2" column="1" colspan="2"> 78 <item row="2" column="1">
77 <widget class="QLineEdit" name="vcsRevisionEdit"> 79 <widget class="QLineEdit" name="vcsRevisionEdit">
78 <property name="toolTip"> 80 <property name="toolTip">
79 <string>Enter the revision the new project should be generated from</string> 81 <string>Enter the revision the new project should be generated from</string>
80 </property> 82 </property>
81 <property name="whatsThis"> 83 <property name="whatsThis">
87 <widget class="QLabel" name="TextLabel4"> 89 <widget class="QLabel" name="TextLabel4">
88 <property name="text"> 90 <property name="text">
89 <string>Project &amp;Directory:</string> 91 <string>Project &amp;Directory:</string>
90 </property> 92 </property>
91 <property name="buddy"> 93 <property name="buddy">
92 <cstring>vcsProjectDirEdit</cstring> 94 <cstring>vcsProjectDirPicker</cstring>
93 </property> 95 </property>
94 </widget> 96 </widget>
95 </item> 97 </item>
96 <item row="3" column="1"> 98 <item row="3" column="1">
97 <widget class="QLineEdit" name="vcsProjectDirEdit"> 99 <widget class="E5PathPicker" name="vcsProjectDirPicker" native="true">
100 <property name="sizePolicy">
101 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
102 <horstretch>0</horstretch>
103 <verstretch>0</verstretch>
104 </sizepolicy>
105 </property>
106 <property name="focusPolicy">
107 <enum>Qt::StrongFocus</enum>
108 </property>
98 <property name="toolTip"> 109 <property name="toolTip">
99 <string>Enter the directory of the new project.</string> 110 <string>Enter the directory of the new project.</string>
100 </property> 111 </property>
101 <property name="whatsThis"> 112 <property name="whatsThis">
102 <string>&lt;b&gt;Project Directory&lt;/b&gt; 113 <string>&lt;b&gt;Project Directory&lt;/b&gt;
103 &lt;p&gt;Enter the directory of the new project. It will be retrieved from 114 &lt;p&gt;Enter the directory of the new project. It will be retrieved from
104 the repository and be placed in this directory.&lt;/p&gt;</string> 115 the repository and be placed in this directory.&lt;/p&gt;</string>
105 </property> 116 </property>
106 </widget> 117 </widget>
107 </item> 118 </item>
108 <item row="3" column="2"> 119 <item row="4" column="0" colspan="2">
109 <widget class="QToolButton" name="projectDirButton"/>
110 </item>
111 <item row="4" column="0" colspan="3">
112 <widget class="QCheckBox" name="largeCheckBox"> 120 <widget class="QCheckBox" name="largeCheckBox">
113 <property name="text"> 121 <property name="text">
114 <string>Download all versions of all large files</string> 122 <string>Download all versions of all large files</string>
115 </property> 123 </property>
116 </widget> 124 </widget>
117 </item> 125 </item>
118 <item row="5" column="0" colspan="3"> 126 <item row="5" column="0" colspan="2">
119 <widget class="QLabel" name="lfNoteLabel"> 127 <widget class="QLabel" name="lfNoteLabel">
120 <property name="text"> 128 <property name="text">
121 <string>&lt;b&gt;Note:&lt;/b&gt; This option increases the download time and volume.</string> 129 <string>&lt;b&gt;Note:&lt;/b&gt; This option increases the download time and volume.</string>
122 </property> 130 </property>
123 <property name="wordWrap"> 131 <property name="wordWrap">
124 <bool>true</bool> 132 <bool>true</bool>
125 </property> 133 </property>
126 </widget> 134 </widget>
127 </item> 135 </item>
128 <item row="6" column="0" colspan="3"> 136 <item row="6" column="0" colspan="2">
129 <widget class="QDialogButtonBox" name="buttonBox"> 137 <widget class="QDialogButtonBox" name="buttonBox">
130 <property name="orientation"> 138 <property name="orientation">
131 <enum>Qt::Horizontal</enum> 139 <enum>Qt::Horizontal</enum>
132 </property> 140 </property>
133 <property name="standardButtons"> 141 <property name="standardButtons">
137 </item> 145 </item>
138 </layout> 146 </layout>
139 </widget> 147 </widget>
140 <layoutdefault spacing="6" margin="6"/> 148 <layoutdefault spacing="6" margin="6"/>
141 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 149 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
150 <customwidgets>
151 <customwidget>
152 <class>E5PathPicker</class>
153 <extends>QWidget</extends>
154 <header>E5Gui/E5PathPicker.h</header>
155 <container>1</container>
156 </customwidget>
157 </customwidgets>
142 <tabstops> 158 <tabstops>
143 <tabstop>protocolCombo</tabstop> 159 <tabstop>protocolCombo</tabstop>
144 <tabstop>vcsUrlEdit</tabstop> 160 <tabstop>vcsUrlPicker</tabstop>
145 <tabstop>vcsUrlButton</tabstop>
146 <tabstop>vcsRevisionEdit</tabstop> 161 <tabstop>vcsRevisionEdit</tabstop>
147 <tabstop>vcsProjectDirEdit</tabstop> 162 <tabstop>vcsProjectDirPicker</tabstop>
148 <tabstop>projectDirButton</tabstop>
149 <tabstop>largeCheckBox</tabstop> 163 <tabstop>largeCheckBox</tabstop>
150 <tabstop>buttonBox</tabstop>
151 </tabstops> 164 </tabstops>
152 <resources/> 165 <resources/>
153 <connections> 166 <connections>
154 <connection> 167 <connection>
155 <sender>buttonBox</sender> 168 <sender>buttonBox</sender>

eric ide

mercurial