21 <widget class="QLabel" name="label"> |
21 <widget class="QLabel" name="label"> |
22 <property name="text"> |
22 <property name="text"> |
23 <string>&Path within Project:</string> |
23 <string>&Path within Project:</string> |
24 </property> |
24 </property> |
25 <property name="buddy"> |
25 <property name="buddy"> |
26 <cstring>pathEdit</cstring> |
26 <cstring>pathPicker</cstring> |
27 </property> |
27 </property> |
28 </widget> |
28 </widget> |
29 </item> |
29 </item> |
30 <item row="0" column="1"> |
30 <item row="0" column="1"> |
31 <layout class="QHBoxLayout" name="horizontalLayout"> |
31 <widget class="E5PathPicker" name="pathPicker" native="true"> |
32 <item> |
32 <property name="sizePolicy"> |
33 <widget class="QLineEdit" name="pathEdit"> |
33 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
34 <property name="toolTip"> |
34 <horstretch>0</horstretch> |
35 <string>Enter the path of the sub-repository relative to the project</string> |
35 <verstretch>0</verstretch> |
36 </property> |
36 </sizepolicy> |
37 </widget> |
37 </property> |
38 </item> |
38 <property name="focusPolicy"> |
39 <item> |
39 <enum>Qt::StrongFocus</enum> |
40 <widget class="QToolButton" name="pathButton"> |
40 </property> |
41 <property name="toolTip"> |
41 <property name="toolTip"> |
42 <string>Select the path of the sub-repository with a directory selection dialog</string> |
42 <string>Enter the path of the sub-repository relative to the project</string> |
43 </property> |
43 </property> |
44 </widget> |
44 </widget> |
45 </item> |
|
46 </layout> |
|
47 </item> |
45 </item> |
48 <item row="1" column="0"> |
46 <item row="1" column="0"> |
49 <widget class="QLabel" name="label_2"> |
47 <widget class="QLabel" name="label_2"> |
50 <property name="text"> |
48 <property name="text"> |
51 <string>&Type:</string> |
49 <string>&Type:</string> |
106 </property> |
104 </property> |
107 </widget> |
105 </widget> |
108 </item> |
106 </item> |
109 </layout> |
107 </layout> |
110 </widget> |
108 </widget> |
|
109 <customwidgets> |
|
110 <customwidget> |
|
111 <class>E5PathPicker</class> |
|
112 <extends>QWidget</extends> |
|
113 <header>E5Gui/E5PathPicker.h</header> |
|
114 <container>1</container> |
|
115 </customwidget> |
|
116 </customwidgets> |
111 <tabstops> |
117 <tabstops> |
112 <tabstop>pathEdit</tabstop> |
118 <tabstop>pathPicker</tabstop> |
113 <tabstop>pathButton</tabstop> |
|
114 <tabstop>typeCombo</tabstop> |
119 <tabstop>typeCombo</tabstop> |
115 <tabstop>urlEdit</tabstop> |
120 <tabstop>urlEdit</tabstop> |
116 <tabstop>buttonBox</tabstop> |
|
117 </tabstops> |
121 </tabstops> |
118 <resources/> |
122 <resources/> |
119 <connections> |
123 <connections> |
120 <connection> |
124 <connection> |
121 <sender>buttonBox</sender> |
125 <sender>buttonBox</sender> |