|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HgAddSubrepositoryDialog</class> |
|
4 <widget class="QDialog" name="HgAddSubrepositoryDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>550</width> |
|
10 <height>124</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Add Sub-repository</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="label"> |
|
22 <property name="text"> |
|
23 <string>&Path within Project:</string> |
|
24 </property> |
|
25 <property name="buddy"> |
|
26 <cstring>pathPicker</cstring> |
|
27 </property> |
|
28 </widget> |
|
29 </item> |
|
30 <item row="0" column="1"> |
|
31 <widget class="EricPathPicker" name="pathPicker" native="true"> |
|
32 <property name="sizePolicy"> |
|
33 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
34 <horstretch>0</horstretch> |
|
35 <verstretch>0</verstretch> |
|
36 </sizepolicy> |
|
37 </property> |
|
38 <property name="focusPolicy"> |
|
39 <enum>Qt::StrongFocus</enum> |
|
40 </property> |
|
41 <property name="toolTip"> |
|
42 <string>Enter the path of the sub-repository relative to the project</string> |
|
43 </property> |
|
44 </widget> |
|
45 </item> |
|
46 <item row="1" column="0"> |
|
47 <widget class="QLabel" name="label_2"> |
|
48 <property name="text"> |
|
49 <string>&Type:</string> |
|
50 </property> |
|
51 <property name="buddy"> |
|
52 <cstring>typeCombo</cstring> |
|
53 </property> |
|
54 </widget> |
|
55 </item> |
|
56 <item row="1" column="1"> |
|
57 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
58 <item> |
|
59 <widget class="QComboBox" name="typeCombo"> |
|
60 <property name="toolTip"> |
|
61 <string>Select the type of the sub-repository</string> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 <item> |
|
66 <spacer name="horizontalSpacer"> |
|
67 <property name="orientation"> |
|
68 <enum>Qt::Horizontal</enum> |
|
69 </property> |
|
70 <property name="sizeHint" stdset="0"> |
|
71 <size> |
|
72 <width>40</width> |
|
73 <height>20</height> |
|
74 </size> |
|
75 </property> |
|
76 </spacer> |
|
77 </item> |
|
78 </layout> |
|
79 </item> |
|
80 <item row="2" column="0"> |
|
81 <widget class="QLabel" name="label_3"> |
|
82 <property name="text"> |
|
83 <string>&URL:</string> |
|
84 </property> |
|
85 <property name="buddy"> |
|
86 <cstring>urlEdit</cstring> |
|
87 </property> |
|
88 </widget> |
|
89 </item> |
|
90 <item row="2" column="1"> |
|
91 <widget class="QLineEdit" name="urlEdit"> |
|
92 <property name="toolTip"> |
|
93 <string>Enter the URL of the sub-repository</string> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 <item row="3" column="0" colspan="2"> |
|
98 <widget class="QDialogButtonBox" name="buttonBox"> |
|
99 <property name="orientation"> |
|
100 <enum>Qt::Horizontal</enum> |
|
101 </property> |
|
102 <property name="standardButtons"> |
|
103 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
104 </property> |
|
105 </widget> |
|
106 </item> |
|
107 </layout> |
|
108 </widget> |
|
109 <customwidgets> |
|
110 <customwidget> |
|
111 <class>EricPathPicker</class> |
|
112 <extends>QWidget</extends> |
|
113 <header>EricWidgets/EricPathPicker.h</header> |
|
114 <container>1</container> |
|
115 </customwidget> |
|
116 </customwidgets> |
|
117 <tabstops> |
|
118 <tabstop>pathPicker</tabstop> |
|
119 <tabstop>typeCombo</tabstop> |
|
120 <tabstop>urlEdit</tabstop> |
|
121 </tabstops> |
|
122 <resources/> |
|
123 <connections> |
|
124 <connection> |
|
125 <sender>buttonBox</sender> |
|
126 <signal>accepted()</signal> |
|
127 <receiver>HgAddSubrepositoryDialog</receiver> |
|
128 <slot>accept()</slot> |
|
129 <hints> |
|
130 <hint type="sourcelabel"> |
|
131 <x>248</x> |
|
132 <y>254</y> |
|
133 </hint> |
|
134 <hint type="destinationlabel"> |
|
135 <x>157</x> |
|
136 <y>274</y> |
|
137 </hint> |
|
138 </hints> |
|
139 </connection> |
|
140 <connection> |
|
141 <sender>buttonBox</sender> |
|
142 <signal>rejected()</signal> |
|
143 <receiver>HgAddSubrepositoryDialog</receiver> |
|
144 <slot>reject()</slot> |
|
145 <hints> |
|
146 <hint type="sourcelabel"> |
|
147 <x>316</x> |
|
148 <y>260</y> |
|
149 </hint> |
|
150 <hint type="destinationlabel"> |
|
151 <x>286</x> |
|
152 <y>274</y> |
|
153 </hint> |
|
154 </hints> |
|
155 </connection> |
|
156 </connections> |
|
157 </ui> |