--- a/src/eric7/Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui Thu Jul 07 16:38:26 2022 +0200 +++ b/src/eric7/Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui Thu Jul 07 17:08:18 2022 +0200 @@ -18,6 +18,33 @@ </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <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 API generator</string> + </property> + </widget> + </item> + </layout> + </item> + <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="TextLabel6"> @@ -252,6 +279,7 @@ </customwidget> </customwidgets> <tabstops> + <tabstop>startDirPicker</tabstop> <tabstop>outputFilePicker</tabstop> <tabstop>languagesList</tabstop> <tabstop>sourceExtEdit</tabstop>