Textractor_test/GUI/mainwindow.ui

104 lines
2.6 KiB
Plaintext
Raw Permalink Normal View History

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>
<width>1000</width>
2018-07-24 03:25:02 +08:00
<height>600</height>
2018-07-22 06:40:16 +08:00
</rect>
</property>
<property name="windowTitle">
2018-09-30 04:05:08 +08:00
<string>Textractor</string>
2018-07-22 06:40:16 +08:00
</property>
<property name="styleSheet">
<string notr="true">
2018-11-05 05:37:23 +08:00
QPushButton, QComboBox
{
padding-top: 3px;
padding-bottom: 3px;
padding-right: 5px;
padding-left: 5px;
text-align: left;
}
</string>
</property>
2018-07-23 07:53:51 +08:00
<widget class="QWidget" name="centralWidget">
<layout class="QHBoxLayout">
2018-07-24 03:25:02 +08:00
<item>
2018-12-15 11:26:49 +08:00
<widget class="QFrame" name="processFrame">
<property name="enabled">
<bool>true</bool>
2018-07-24 03:25:02 +08:00
</property>
2018-12-15 11:26:49 +08:00
<layout class="QVBoxLayout" name="processLayout">
<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 13:57:54 +08:00
<item>
<widget class="QComboBox" name="processCombo">
<property name="editable">
<bool>false</bool>
</property>
<property name="insertPolicy">
<enum>QComboBox::InsertAtBottom</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContents</enum>
</property>
</widget>
</item>
2018-07-24 03:25:02 +08:00
</layout>
</widget>
</item>
<item>
<layout class="QVBoxLayout">
<item>
<widget class="QComboBox" name="ttCombo">
<property name="editable">
<bool>false</bool>
</property>
<property name="maxVisibleItems">
<number>50</number>
</property>
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="textOutput">
2019-09-12 02:27:57 +08:00
<property name="font">
<font>
2021-11-28 19:57:16 +08:00
<family>Arial Unicode MS</family>
<pointsize>13</pointsize>
</font>
</property>
2019-09-12 02:27:57 +08:00
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="undoRedoEnabled">
<bool>false</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
2018-07-24 03:25:02 +08:00
</layout>
2018-07-23 07:53:51 +08:00
</widget>
2018-07-22 06:40:16 +08:00
</widget>
2018-11-02 06:54:28 +08:00
<layoutdefault spacing="6" margin="6"/>
2018-07-22 06:40:16 +08:00
<resources/>
<connections/>
</ui>