2021-10-07 08:34:10 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ToolsGeneralWidget</class>
|
|
|
|
<widget class="QWidget" name="ToolsGeneralWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>833</width>
|
2021-10-08 00:06:41 +08:00
|
|
|
<height>437</height>
|
2021-10-07 08:34:10 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2023-01-24 09:17:27 +08:00
|
|
|
<widget class="QWidget" name="panelEditButtons" native="true">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
2021-10-07 08:34:10 +08:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="btnAdd">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-04-02 16:55:51 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="btnEdit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-10-07 08:34:10 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="btnRemove">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-01-24 09:17:27 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-10-07 08:34:10 +08:00
|
|
|
<item>
|
2021-10-08 00:06:41 +08:00
|
|
|
<widget class="QWidget" name="widget_5" native="true">
|
2021-10-07 08:34:10 +08:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2021-10-08 00:06:41 +08:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2021-10-07 08:34:10 +08:00
|
|
|
<item>
|
2021-10-18 22:06:33 +08:00
|
|
|
<widget class="QListView" name="lstTools">
|
2024-04-02 16:55:51 +08:00
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
<property name="dragEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="dragDropMode">
|
2024-04-02 17:19:50 +08:00
|
|
|
<enum>QAbstractItemView::InternalMove</enum>
|
2024-04-02 16:55:51 +08:00
|
|
|
</property>
|
|
|
|
<property name="defaultDropAction">
|
|
|
|
<enum>Qt::MoveAction</enum>
|
|
|
|
</property>
|
2021-10-18 22:06:33 +08:00
|
|
|
<property name="alternatingRowColors">
|
2023-01-24 09:17:27 +08:00
|
|
|
<bool>false</bool>
|
2021-10-18 22:06:33 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
2021-10-07 08:34:10 +08:00
|
|
|
</item>
|
|
|
|
<item>
|
2021-10-08 00:06:41 +08:00
|
|
|
<widget class="QWidget" name="panelEdit" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frmEdit">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
2021-10-07 08:34:10 +08:00
|
|
|
</property>
|
2021-10-08 00:06:41 +08:00
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
2021-10-07 08:34:10 +08:00
|
|
|
</property>
|
2021-10-08 00:06:41 +08:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2024-04-02 19:13:55 +08:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QToolButton" name="btnBrowseProgram">
|
|
|
|
<property name="text">
|
|
|
|
<string>Browse</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QToolButton" name="btnBrowseWorkingDirectory">
|
|
|
|
<property name="text">
|
|
|
|
<string>Browse</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="1" colspan="2">
|
|
|
|
<widget class="QComboBox" name="cbOutput"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Program</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>Output To</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="txtProgram"/>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Parameters</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="11" column="0">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Redirect Input</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="txtTitle"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Working Directory</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="txtParameters"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Title</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="8" column="0" colspan="3">
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="10" column="0" colspan="3">
|
2023-01-24 09:17:27 +08:00
|
|
|
<widget class="QWidget" name="widget_2" native="true">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnInsertMacro">
|
|
|
|
<property name="text">
|
|
|
|
<string>Insert Macro</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="cbMacros">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="editable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-04-02 19:13:55 +08:00
|
|
|
<item row="12" column="0" colspan="3">
|
2021-10-08 00:06:41 +08:00
|
|
|
<widget class="QWidget" name="widget_3" native="true">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnEditOk">
|
|
|
|
<property name="text">
|
|
|
|
<string>Ok</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnEditCancel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cancel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-04-01 21:07:44 +08:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="txtDirectory"/>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" colspan="3">
|
|
|
|
<widget class="QLineEdit" name="txtDemo">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="clearButtonEnabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-04-02 19:13:55 +08:00
|
|
|
<item row="5" column="1" colspan="2">
|
|
|
|
<widget class="QComboBox" name="cbInput"/>
|
|
|
|
</item>
|
2024-04-01 21:07:44 +08:00
|
|
|
<item row="7" column="0" colspan="3">
|
2024-04-02 19:13:55 +08:00
|
|
|
<widget class="QCheckBox" name="chkUTF8">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use UTF8 as the encoding</string>
|
2024-04-01 21:07:44 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
2021-10-08 00:06:41 +08:00
|
|
|
</item>
|
|
|
|
</layout>
|
2021-10-07 08:34:10 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2024-03-25 18:58:48 +08:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>btnAdd</tabstop>
|
2024-04-02 19:13:55 +08:00
|
|
|
<tabstop>btnEdit</tabstop>
|
2024-03-25 18:58:48 +08:00
|
|
|
<tabstop>btnRemove</tabstop>
|
|
|
|
<tabstop>lstTools</tabstop>
|
|
|
|
<tabstop>txtTitle</tabstop>
|
|
|
|
<tabstop>txtProgram</tabstop>
|
|
|
|
<tabstop>btnBrowseProgram</tabstop>
|
|
|
|
<tabstop>txtDirectory</tabstop>
|
|
|
|
<tabstop>btnBrowseWorkingDirectory</tabstop>
|
|
|
|
<tabstop>txtParameters</tabstop>
|
2024-04-02 16:55:51 +08:00
|
|
|
<tabstop>txtDemo</tabstop>
|
|
|
|
<tabstop>cbInput</tabstop>
|
|
|
|
<tabstop>cbOutput</tabstop>
|
2024-04-02 19:13:55 +08:00
|
|
|
<tabstop>chkUTF8</tabstop>
|
2024-03-25 18:58:48 +08:00
|
|
|
<tabstop>btnInsertMacro</tabstop>
|
|
|
|
<tabstop>cbMacros</tabstop>
|
|
|
|
<tabstop>btnEditOk</tabstop>
|
|
|
|
<tabstop>btnEditCancel</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
2021-10-07 08:34:10 +08:00
|
|
|
<connections/>
|
|
|
|
</ui>
|