Mon, 24 Feb 2025 15:43:49 +0100
Adjusted the code to the modified issue codes.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>HgFastexportConfigDialog</class> <widget class="QDialog" name="HgFastexportConfigDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>172</height> </rect> </property> <property name="windowTitle"> <string>fastexport Configuration</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QGridLayout" name="gridLayout"> <item row="4" column="1"> <widget class="EricPathPicker" name="exportMarksPicker" native="true"> <property name="focusPolicy"> <enum>Qt::FocusPolicy::StrongFocus</enum> </property> <property name="toolTip"> <string>Enter the path of the file for the exported marks.</string> </property> </widget> </item> <item row="0" column="1"> <widget class="EricPathPicker" name="outputPicker" native="true"> <property name="focusPolicy"> <enum>Qt::FocusPolicy::StrongFocus</enum> </property> <property name="toolTip"> <string>Enter the path of the output file.</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Revisions:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="EricPathPicker" name="importMarksPicker" native="true"> <property name="focusPolicy"> <enum>Qt::FocusPolicy::StrongFocus</enum> </property> <property name="toolTip"> <string>Enter the path of the file containing already exported marks.</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Author Map:</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Import Marks:</string> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Export Marks:</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Output File:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="revisionsEdit"> <property name="toolTip"> <string>Enter the revisions, tags or branches to be exported (separated by comma).</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item row="5" column="0" colspan="2"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> </property> </widget> </item> <item row="2" column="1"> <widget class="EricPathPicker" name="authormapPicker" native="true"> <property name="focusPolicy"> <enum>Qt::FocusPolicy::StrongFocus</enum> </property> <property name="toolTip"> <string>Enter the path of the author map file.</string> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>EricPathPicker</class> <extends>QWidget</extends> <header>eric7/EricWidgets/EricPathPicker.h</header> <container>1</container> </customwidget> </customwidgets> <tabstops> <tabstop>outputPicker</tabstop> <tabstop>revisionsEdit</tabstop> <tabstop>authormapPicker</tabstop> <tabstop>importMarksPicker</tabstop> <tabstop>exportMarksPicker</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>HgFastexportConfigDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>177</x> <y>151</y> </hint> <hint type="destinationlabel"> <x>179</x> <y>168</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>HgFastexportConfigDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>289</x> <y>151</y> </hint> <hint type="destinationlabel"> <x>289</x> <y>170</y> </hint> </hints> </connection> </connections> </ui>