Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui

changeset 4593
cc745fa6c914
parent 3186
a05eff845522
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>550</width> 9 <width>550</width>
10 <height>142</height> 10 <height>124</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Add Sub-repository</string> 14 <string>Add Sub-repository</string>
15 </property> 15 </property>
21 <widget class="QLabel" name="label"> 21 <widget class="QLabel" name="label">
22 <property name="text"> 22 <property name="text">
23 <string>&amp;Path within Project:</string> 23 <string>&amp;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>&amp;Type:</string> 49 <string>&amp;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>

eric ide

mercurial