diff -r 16b77aba8703 -r adae534abaf0 eric7/Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui --- a/eric7/Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui Wed May 04 14:43:25 2022 +0200 +++ b/eric7/Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui Thu May 05 17:40:52 2022 +0200 @@ -7,10 +7,10 @@ <x>0</x> <y>0</y> <width>609</width> - <height>911</height> + <height>935</height> </rect> </property> - <layout class="QVBoxLayout" name="verticalLayout"> + <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> @@ -32,6 +32,44 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_3"> + <property name="title"> + <string>Mercurial Executable</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Enter the path of the Mercurial executable (hg or hg.exe) to override the automatism.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="EricPathPicker" name="hgPicker" 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/> + </property> + <property name="whatsThis"> + <string/> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <widget class="QGroupBox" name="groupBox_8"> <property name="title"> <string>Global Options</string> @@ -350,7 +388,16 @@ </item> </layout> </widget> + <customwidgets> + <customwidget> + <class>EricPathPicker</class> + <extends>QWidget</extends> + <header>EricWidgets/EricPathPicker.h</header> + <container>1</container> + </customwidget> + </customwidgets> <tabstops> + <tabstop>hgPicker</tabstop> <tabstop>encodingComboBox</tabstop> <tabstop>encodingModeComboBox</tabstop> <tabstop>hiddenChangesetsCheckBox</tabstop> @@ -364,6 +411,7 @@ <tabstop>backupCheckBox</tabstop> <tabstop>cleanupPatternEdit</tabstop> <tabstop>configButton</tabstop> + <tabstop>installButton</tabstop> </tabstops> <resources/> <connections/>