2018-07-22 06:40:16 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-07-25 10:00:10 +08:00
|
|
|
<width>949</width>
|
2018-07-24 03:25:02 +08:00
|
|
|
<height>600</height>
|
2018-07-22 06:40:16 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
2018-07-25 10:00:10 +08:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>2</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2018-07-22 06:40:16 +08:00
|
|
|
<property name="windowTitle">
|
2018-09-30 04:05:08 +08:00
|
|
|
<string>Textractor</string>
|
2018-07-22 06:40:16 +08:00
|
|
|
</property>
|
2018-08-06 22:46:19 +08:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QObject
|
|
|
|
{
|
2018-08-20 13:19:49 +08:00
|
|
|
font: 10pt "MS Shell Dlg 2";
|
2018-08-06 22:46:19 +08:00
|
|
|
}
|
|
|
|
#textOutput
|
|
|
|
{
|
2018-08-20 13:19:49 +08:00
|
|
|
font: 13pt "MS Shell Dlg 2";
|
2018-08-06 22:46:19 +08:00
|
|
|
}
|
|
|
|
QPushButton, QComboBox
|
|
|
|
{
|
2018-08-07 04:27:59 +08:00
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-left: 5px;
|
2018-08-06 22:46:19 +08:00
|
|
|
text-align: left;
|
|
|
|
}</string>
|
|
|
|
</property>
|
2018-07-23 07:53:51 +08:00
|
|
|
<widget class="QWidget" name="centralWidget">
|
2018-07-24 03:25:02 +08:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2018-07-25 10:00: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>
|
2018-07-24 03:25:02 +08:00
|
|
|
<item>
|
2018-07-25 10:00:10 +08:00
|
|
|
<widget class="QFrame" name="options">
|
2018-07-24 03:25:02 +08:00
|
|
|
<property name="sizePolicy">
|
2018-07-25 10:00:10 +08:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2018-08-06 22:46:19 +08:00
|
|
|
<horstretch>0</horstretch>
|
2018-07-24 03:25:02 +08:00
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
2018-07-25 10:00:10 +08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
2018-07-24 13:57:54 +08:00
|
|
|
<item>
|
2018-07-25 10:00:10 +08:00
|
|
|
<widget class="QFrame" name="processManager">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>2</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
2018-07-25 01:39:02 +08:00
|
|
|
</property>
|
2018-07-25 10:00:10 +08:00
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<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="QComboBox" name="processCombo">
|
2018-07-31 11:25:08 +08:00
|
|
|
<property name="editable">
|
2018-08-06 22:46:19 +08:00
|
|
|
<bool>false</bool>
|
2018-07-31 11:25:08 +08:00
|
|
|
</property>
|
2018-07-25 10:00:10 +08:00
|
|
|
<property name="insertPolicy">
|
|
|
|
<enum>QComboBox::InsertAtBottom</enum>
|
|
|
|
</property>
|
2018-08-06 23:28:57 +08:00
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
2018-07-25 10:00:10 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="attachButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Attach to game</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="detachButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Detach from game</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="hookButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add hook</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="unhookButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove hook</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="saveButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save hook(s)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2018-07-25 01:39:02 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
2018-07-24 03:25:02 +08:00
|
|
|
<item>
|
2018-07-25 10:00:10 +08:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2018-07-24 03:25:02 +08:00
|
|
|
</property>
|
2018-07-25 10:00:10 +08:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2018-07-24 03:25:02 +08:00
|
|
|
</item>
|
2018-07-24 13:57:54 +08:00
|
|
|
<item>
|
2018-07-25 10:00:10 +08:00
|
|
|
<widget class="QFrame" name="extenManager">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
2018-07-24 03:25:02 +08:00
|
|
|
</property>
|
2018-07-25 10:00:10 +08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_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>
|
2018-07-31 11:25:08 +08:00
|
|
|
<widget class="QComboBox" name="extenCombo">
|
|
|
|
<property name="editable">
|
2018-08-06 22:46:19 +08:00
|
|
|
<bool>false</bool>
|
2018-07-31 11:25:08 +08:00
|
|
|
</property>
|
2018-08-06 23:28:57 +08:00
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
2018-07-31 11:25:08 +08:00
|
|
|
</widget>
|
2018-07-25 10:00:10 +08:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="addExtenButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add extension</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-10-28 14:27:24 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="moveExtenButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Move extension</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-07-25 10:00:10 +08:00
|
|
|
<item>
|
2018-07-29 03:41:21 +08:00
|
|
|
<widget class="QPushButton" name="rmvExtenButton">
|
2018-07-25 10:00:10 +08:00
|
|
|
<property name="text">
|
2018-07-29 03:41:21 +08:00
|
|
|
<string>Remove extension</string>
|
2018-07-25 10:00:10 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2018-07-24 03:25:02 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
2018-07-24 13:57:54 +08:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="output">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>6</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2018-07-25 10:00:10 +08:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
2018-07-24 03:25:02 +08:00
|
|
|
<item>
|
2018-07-31 11:25:08 +08:00
|
|
|
<widget class="QComboBox" name="ttCombo">
|
|
|
|
<property name="editable">
|
2018-08-06 22:46:19 +08:00
|
|
|
<bool>false</bool>
|
2018-07-31 11:25:08 +08:00
|
|
|
</property>
|
|
|
|
<property name="maxVisibleItems">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-07-24 13:57:54 +08:00
|
|
|
</item>
|
|
|
|
<item>
|
2018-07-27 13:42:21 +08:00
|
|
|
<widget class="QPlainTextEdit" name="textOutput">
|
2018-07-24 13:57:54 +08:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>5</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2018-07-24 03:25:02 +08:00
|
|
|
</property>
|
2018-07-27 13:42:21 +08:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-07-24 03:25:02 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2018-07-23 07:53:51 +08:00
|
|
|
</widget>
|
2018-07-22 06:40:16 +08:00
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-07-25 10:00:10 +08:00
|
|
|
<width>949</width>
|
2018-08-20 13:19:49 +08:00
|
|
|
<height>22</height>
|
2018-07-22 06:40:16 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|