eric6/Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui

changeset 6942
2602857055c5
parent 6020
baf6da1ae288
child 8143
2c730d5fd177
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitNewProjectOptionsDialog</class>
4 <widget class="QDialog" name="GitNewProjectOptionsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>562</width>
10 <height>110</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.&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="0" column="0">
26 <widget class="QLabel" name="TextLabel2">
27 <property name="text">
28 <string>&amp;URL:</string>
29 </property>
30 <property name="buddy">
31 <cstring>vcsUrlCombo</cstring>
32 </property>
33 </widget>
34 </item>
35 <item row="0" column="1">
36 <widget class="QComboBox" name="vcsUrlCombo">
37 <property name="sizePolicy">
38 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
39 <horstretch>0</horstretch>
40 <verstretch>0</verstretch>
41 </sizepolicy>
42 </property>
43 <property name="toolTip">
44 <string>Enter the URL of the repository</string>
45 </property>
46 <property name="editable">
47 <bool>true</bool>
48 </property>
49 <property name="insertPolicy">
50 <enum>QComboBox::InsertAtTop</enum>
51 </property>
52 <property name="sizeAdjustPolicy">
53 <enum>QComboBox::AdjustToMinimumContentsLength</enum>
54 </property>
55 </widget>
56 </item>
57 <item row="0" column="2">
58 <widget class="QToolButton" name="vcsUrlButton">
59 <property name="toolTip">
60 <string>Select the repository url via a directory selection dialog</string>
61 </property>
62 </widget>
63 </item>
64 <item row="0" column="3">
65 <widget class="QToolButton" name="vcsUrlClearHistoryButton">
66 <property name="toolTip">
67 <string>Press to clear the history of entered repository URLs</string>
68 </property>
69 </widget>
70 </item>
71 <item row="1" column="0">
72 <widget class="QLabel" name="TextLabel4">
73 <property name="text">
74 <string>Project &amp;Directory:</string>
75 </property>
76 <property name="buddy">
77 <cstring>vcsProjectDirEdit</cstring>
78 </property>
79 </widget>
80 </item>
81 <item row="1" column="1">
82 <widget class="QLineEdit" name="vcsProjectDirEdit">
83 <property name="toolTip">
84 <string>Enter the directory of the new project.</string>
85 </property>
86 <property name="whatsThis">
87 <string>&lt;b&gt;Project Directory&lt;/b&gt;
88 &lt;p&gt;Enter the directory of the new project. It will be retrieved from
89 the repository and be placed in this directory.&lt;/p&gt;</string>
90 </property>
91 </widget>
92 </item>
93 <item row="1" column="2">
94 <widget class="QToolButton" name="projectDirButton"/>
95 </item>
96 <item row="2" column="0" colspan="4">
97 <widget class="QDialogButtonBox" name="buttonBox">
98 <property name="orientation">
99 <enum>Qt::Horizontal</enum>
100 </property>
101 <property name="standardButtons">
102 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
103 </property>
104 </widget>
105 </item>
106 </layout>
107 </widget>
108 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
109 <tabstops>
110 <tabstop>vcsUrlCombo</tabstop>
111 <tabstop>vcsUrlButton</tabstop>
112 <tabstop>vcsProjectDirEdit</tabstop>
113 <tabstop>projectDirButton</tabstop>
114 </tabstops>
115 <resources/>
116 <connections>
117 <connection>
118 <sender>buttonBox</sender>
119 <signal>accepted()</signal>
120 <receiver>GitNewProjectOptionsDialog</receiver>
121 <slot>accept()</slot>
122 <hints>
123 <hint type="sourcelabel">
124 <x>37</x>
125 <y>176</y>
126 </hint>
127 <hint type="destinationlabel">
128 <x>38</x>
129 <y>198</y>
130 </hint>
131 </hints>
132 </connection>
133 <connection>
134 <sender>buttonBox</sender>
135 <signal>rejected()</signal>
136 <receiver>GitNewProjectOptionsDialog</receiver>
137 <slot>reject()</slot>
138 <hints>
139 <hint type="sourcelabel">
140 <x>147</x>
141 <y>177</y>
142 </hint>
143 <hint type="destinationlabel">
144 <x>153</x>
145 <y>197</y>
146 </hint>
147 </hints>
148 </connection>
149 </connections>
150 </ui>

eric ide

mercurial