eric6/Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.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>GitSubmoduleAddDialog</class>
4 <widget class="QDialog" name="GitSubmoduleAddDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>562</width>
10 <height>202</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Add Submodule</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0">
21 <widget class="QLabel" name="TextLabel2">
22 <property name="text">
23 <string>&amp;URL:</string>
24 </property>
25 <property name="buddy">
26 <cstring>submoduleUrlCombo</cstring>
27 </property>
28 </widget>
29 </item>
30 <item row="0" column="1">
31 <widget class="QComboBox" name="submoduleUrlCombo">
32 <property name="sizePolicy">
33 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
34 <horstretch>0</horstretch>
35 <verstretch>0</verstretch>
36 </sizepolicy>
37 </property>
38 <property name="toolTip">
39 <string>Enter the URL of the repository</string>
40 </property>
41 <property name="editable">
42 <bool>true</bool>
43 </property>
44 <property name="insertPolicy">
45 <enum>QComboBox::InsertAtTop</enum>
46 </property>
47 <property name="sizeAdjustPolicy">
48 <enum>QComboBox::AdjustToMinimumContentsLength</enum>
49 </property>
50 </widget>
51 </item>
52 <item row="0" column="2">
53 <widget class="QToolButton" name="submoduleUrlButton">
54 <property name="toolTip">
55 <string>Select the repository URL via a directory selection dialog</string>
56 </property>
57 </widget>
58 </item>
59 <item row="0" column="3">
60 <widget class="QToolButton" name="submoduleUrlClearHistoryButton">
61 <property name="toolTip">
62 <string>Press to clear the history of entered repository URLs</string>
63 </property>
64 </widget>
65 </item>
66 <item row="1" column="0">
67 <widget class="QLabel" name="TextLabel4">
68 <property name="text">
69 <string>Submodule &amp;Directory:</string>
70 </property>
71 <property name="buddy">
72 <cstring>submoduleDirEdit</cstring>
73 </property>
74 </widget>
75 </item>
76 <item row="1" column="1">
77 <widget class="QLineEdit" name="submoduleDirEdit">
78 <property name="toolTip">
79 <string>Enter the directory for the submodule (leave empty to use default).</string>
80 </property>
81 </widget>
82 </item>
83 <item row="1" column="2">
84 <widget class="QToolButton" name="submoduleDirButton"/>
85 </item>
86 <item row="2" column="0">
87 <widget class="QLabel" name="label">
88 <property name="text">
89 <string>&amp;Branch:</string>
90 </property>
91 <property name="buddy">
92 <cstring>branchEdit</cstring>
93 </property>
94 </widget>
95 </item>
96 <item row="2" column="1">
97 <widget class="QLineEdit" name="branchEdit">
98 <property name="toolTip">
99 <string>Enter a branch name</string>
100 </property>
101 </widget>
102 </item>
103 <item row="3" column="0">
104 <widget class="QLabel" name="label_2">
105 <property name="text">
106 <string>&amp;Logical Name:</string>
107 </property>
108 <property name="buddy">
109 <cstring>nameEdit</cstring>
110 </property>
111 </widget>
112 </item>
113 <item row="3" column="1">
114 <widget class="QLineEdit" name="nameEdit">
115 <property name="toolTip">
116 <string>Enter a logical name</string>
117 </property>
118 </widget>
119 </item>
120 <item row="4" column="0" colspan="2">
121 <widget class="QCheckBox" name="forceCheckBox">
122 <property name="toolTip">
123 <string>Select to enforce the operation</string>
124 </property>
125 <property name="text">
126 <string>&amp;Force Operation</string>
127 </property>
128 </widget>
129 </item>
130 <item row="5" column="0" colspan="4">
131 <widget class="QDialogButtonBox" name="buttonBox">
132 <property name="orientation">
133 <enum>Qt::Horizontal</enum>
134 </property>
135 <property name="standardButtons">
136 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
137 </property>
138 </widget>
139 </item>
140 </layout>
141 </widget>
142 <tabstops>
143 <tabstop>submoduleUrlCombo</tabstop>
144 <tabstop>submoduleUrlButton</tabstop>
145 <tabstop>submoduleUrlClearHistoryButton</tabstop>
146 <tabstop>submoduleDirEdit</tabstop>
147 <tabstop>submoduleDirButton</tabstop>
148 <tabstop>branchEdit</tabstop>
149 <tabstop>nameEdit</tabstop>
150 <tabstop>forceCheckBox</tabstop>
151 </tabstops>
152 <resources/>
153 <connections>
154 <connection>
155 <sender>buttonBox</sender>
156 <signal>accepted()</signal>
157 <receiver>GitSubmoduleAddDialog</receiver>
158 <slot>accept()</slot>
159 <hints>
160 <hint type="sourcelabel">
161 <x>257</x>
162 <y>192</y>
163 </hint>
164 <hint type="destinationlabel">
165 <x>157</x>
166 <y>201</y>
167 </hint>
168 </hints>
169 </connection>
170 <connection>
171 <sender>buttonBox</sender>
172 <signal>rejected()</signal>
173 <receiver>GitSubmoduleAddDialog</receiver>
174 <slot>reject()</slot>
175 <hints>
176 <hint type="sourcelabel">
177 <x>325</x>
178 <y>192</y>
179 </hint>
180 <hint type="destinationlabel">
181 <x>286</x>
182 <y>201</y>
183 </hint>
184 </hints>
185 </connection>
186 </connections>
187 </ui>

eric ide

mercurial