--- a/src/eric7/Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui Thu Jul 07 15:02:00 2022 +0200 +++ b/src/eric7/Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui Thu Jul 07 16:38:26 2022 +0200 @@ -28,6 +28,33 @@ </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label_7"> + <property name="text"> + <string>Start Directory:</string> + </property> + </widget> + </item> + <item> + <widget class="EricPathPicker" name="startDirPicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the start directory for the documentation</string> + </property> + </widget> + </item> + </layout> + </item> + <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="TextLabel6"> @@ -533,6 +560,7 @@ </customwidgets> <tabstops> <tabstop>tabWidget</tabstop> + <tabstop>startDirPicker</tabstop> <tabstop>outputDirPicker</tabstop> <tabstop>sourceExtEdit</tabstop> <tabstop>recursionCheckBox</tabstop>