--- a/Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui Sat Aug 04 14:48:27 2018 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui Sat Aug 04 15:24:58 2018 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>450</width> - <height>350</height> + <height>400</height> </rect> </property> <property name="windowTitle"> @@ -99,6 +99,26 @@ </property> </widget> </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Bookmark:</string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QComboBox" name="bookmarkCombo"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string>Enter a bookmark name</string> + </property> + </widget> + </item> </layout> </item> <item> @@ -159,6 +179,7 @@ <tabstop>directoryPicker</tabstop> <tabstop>patternEdit</tabstop> <tabstop>changesetsEdit</tabstop> + <tabstop>bookmarkCombo</tabstop> <tabstop>switchParentCheckBox</tabstop> <tabstop>textCheckBox</tabstop> <tabstop>datesCheckBox</tabstop>