36 <property name="title"> |
36 <property name="title"> |
37 <string>Workspace</string> |
37 <string>Workspace</string> |
38 </property> |
38 </property> |
39 <layout class="QHBoxLayout" name="horizontalLayout"> |
39 <layout class="QHBoxLayout" name="horizontalLayout"> |
40 <item> |
40 <item> |
41 <widget class="QLineEdit" name="workspaceEdit"> |
41 <widget class="E5PathPicker" name="workspacePicker" native="true"> |
|
42 <property name="sizePolicy"> |
|
43 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
44 <horstretch>0</horstretch> |
|
45 <verstretch>0</verstretch> |
|
46 </sizepolicy> |
|
47 </property> |
|
48 <property name="focusPolicy"> |
|
49 <enum>Qt::StrongFocus</enum> |
|
50 </property> |
42 <property name="toolTip"> |
51 <property name="toolTip"> |
43 <string>Enter the name of the workspace directory</string> |
52 <string>Enter the name of the workspace directory</string> |
44 </property> |
|
45 <property name="whatsThis"> |
|
46 <string><b>Workspace Directory</b> |
|
47 <p>Enter the directory of the workspace. This directory is used as the default for opening or saving new files or projects.</p></string> |
|
48 </property> |
|
49 </widget> |
|
50 </item> |
|
51 <item> |
|
52 <widget class="QToolButton" name="workspaceButton"> |
|
53 <property name="toolTip"> |
|
54 <string>Select the workspace directory via a directory selection button</string> |
|
55 </property> |
53 </property> |
56 </widget> |
54 </widget> |
57 </item> |
55 </item> |
58 </layout> |
56 </layout> |
59 </widget> |
57 </widget> |
158 </property> |
156 </property> |
159 </spacer> |
157 </spacer> |
160 </item> |
158 </item> |
161 </layout> |
159 </layout> |
162 </widget> |
160 </widget> |
|
161 <customwidgets> |
|
162 <customwidget> |
|
163 <class>E5PathPicker</class> |
|
164 <extends>QWidget</extends> |
|
165 <header>E5Gui/E5PathPicker.h</header> |
|
166 <container>1</container> |
|
167 </customwidget> |
|
168 </customwidgets> |
163 <tabstops> |
169 <tabstops> |
164 <tabstop>workspaceEdit</tabstop> |
170 <tabstop>workspacePicker</tabstop> |
165 <tabstop>workspaceButton</tabstop> |
|
166 <tabstop>openMasterAutomaticallyCheckBox</tabstop> |
171 <tabstop>openMasterAutomaticallyCheckBox</tabstop> |
167 <tabstop>multiProjectTimestampCheckBox</tabstop> |
172 <tabstop>multiProjectTimestampCheckBox</tabstop> |
168 <tabstop>multiProjectRecentSpinBox</tabstop> |
173 <tabstop>multiProjectRecentSpinBox</tabstop> |
169 </tabstops> |
174 </tabstops> |
170 <resources/> |
175 <resources/> |