Mon, 07 Nov 2022 17:19:58 +0100
Corrected/acknowledged some bad import style and removed some obsolete code.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>HgImportDialog</class> <widget class="QDialog" name="HgImportDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>500</width> <height>450</height> </rect> </property> <property name="windowTitle"> <string>Import Patch</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0" colspan="2"> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Commit data</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QCheckBox" name="noCommitCheckBox"> <property name="toolTip"> <string>Select to not commit the imported patch</string> </property> <property name="text"> <string>Do not commit</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Commit message:</string> </property> </widget> </item> <item> <widget class="EricSpellCheckedPlainTextEdit" name="messageEdit"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Enter the commit message or leave empty to use the default one</string> </property> <property name="tabChangesFocus"> <bool>true</bool> </property> </widget> </item> <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Commit Date:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QDateTimeEdit" name="dateEdit"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Enter optional date for the commit</string> </property> <property name="displayFormat"> <string notr="true">yyyy-MM-dd HH:mm</string> </property> <property name="calendarPopup"> <bool>false</bool> </property> </widget> </item> <item row="0" column="2"> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>258</width> <height>20</height> </size> </property> </spacer> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Commit User:</string> </property> </widget> </item> <item row="1" column="1" colspan="2"> <widget class="QLineEdit" name="userEdit"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Enter optional user for the commit</string> </property> </widget> </item> </layout> </item> <item> <widget class="QCheckBox" name="secretCheckBox"> <property name="toolTip"> <string>Enable to commit with the secret phase</string> </property> <property name="text"> <string>Commit with Secret Phase</string> </property> </widget> </item> </layout> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Strip Count:</string> </property> </widget> </item> <item row="1" column="1"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QSpinBox" name="stripSpinBox"> <property name="toolTip"> <string>Enter number of leading directories to strip off (default 1)</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="maximum"> <number>9</number> </property> <property name="value"> <number>1</number> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>118</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item row="2" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Patch File:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="EricPathPicker" name="patchFilePicker" 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 name of the patch file</string> </property> </widget> </item> <item row="3" column="0" colspan="2"> <widget class="QCheckBox" name="forceCheckBox"> <property name="toolTip"> <string>Select to enforce the import</string> </property> <property name="text"> <string>Enforce Import</string> </property> </widget> </item> <item row="4" column="0" colspan="2"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>EricPathPicker</class> <extends>QWidget</extends> <header>eric7/EricWidgets/EricPathPicker.h</header> <container>1</container> </customwidget> <customwidget> <class>EricSpellCheckedPlainTextEdit</class> <extends>QPlainTextEdit</extends> <header>eric7/EricWidgets/EricSpellCheckedTextEdit.h</header> </customwidget> </customwidgets> <tabstops> <tabstop>noCommitCheckBox</tabstop> <tabstop>messageEdit</tabstop> <tabstop>dateEdit</tabstop> <tabstop>userEdit</tabstop> <tabstop>secretCheckBox</tabstop> <tabstop>stripSpinBox</tabstop> <tabstop>patchFilePicker</tabstop> <tabstop>forceCheckBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>HgImportDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>257</x> <y>364</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>HgImportDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>325</x> <y>364</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>noCommitCheckBox</sender> <signal>toggled(bool)</signal> <receiver>messageEdit</receiver> <slot>setDisabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>70</x> <y>44</y> </hint> <hint type="destinationlabel"> <x>95</x> <y>113</y> </hint> </hints> </connection> <connection> <sender>noCommitCheckBox</sender> <signal>toggled(bool)</signal> <receiver>dateEdit</receiver> <slot>setDisabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>121</x> <y>41</y> </hint> <hint type="destinationlabel"> <x>134</x> <y>202</y> </hint> </hints> </connection> <connection> <sender>noCommitCheckBox</sender> <signal>toggled(bool)</signal> <receiver>userEdit</receiver> <slot>setDisabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>228</x> <y>48</y> </hint> <hint type="destinationlabel"> <x>230</x> <y>229</y> </hint> </hints> </connection> </connections> </ui>