2018-07-21 15:40:16 -07: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-11-01 17:02:52 -04:00
|
|
|
<width>900</width>
|
2018-07-23 12:25:02 -07:00
|
|
|
<height>600</height>
|
2018-07-21 15:40:16 -07:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2018-09-29 16:05:08 -04:00
|
|
|
<string>Textractor</string>
|
2018-07-21 15:40:16 -07:00
|
|
|
</property>
|
2019-07-13 19:15:43 +05:30
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">
|
2018-11-04 16:37:23 -05:00
|
|
|
QPushButton, QComboBox
|
|
|
|
{
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
</string>
|
2019-07-13 19:15:43 +05:30
|
|
|
</property>
|
2018-07-22 16:53:51 -07:00
|
|
|
<widget class="QWidget" name="centralWidget">
|
2018-11-01 17:02:52 -04:00
|
|
|
<layout class="QHBoxLayout">
|
2018-07-23 12:25:02 -07:00
|
|
|
<item>
|
2018-12-14 22:26:49 -05:00
|
|
|
<widget class="QFrame" name="processFrame">
|
2018-11-01 17:02:52 -04:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
2018-07-23 12:25:02 -07:00
|
|
|
</property>
|
2018-12-14 22:26:49 -05:00
|
|
|
<layout class="QVBoxLayout" name="processLayout">
|
2018-07-24 19:00:10 -07:00
|
|
|
<property name="leftMargin">
|
2018-11-01 17:02:52 -04:00
|
|
|
<number>0</number>
|
2018-07-24 19:00:10 -07:00
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
2018-11-01 17:02:52 -04:00
|
|
|
<number>0</number>
|
2018-07-24 19:00:10 -07:00
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
2018-11-01 17:02:52 -04:00
|
|
|
<number>0</number>
|
2018-07-24 19:00:10 -07:00
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2018-11-01 17:02:52 -04:00
|
|
|
<number>0</number>
|
2018-07-24 19:00:10 -07:00
|
|
|
</property>
|
2018-07-23 22:57:54 -07:00
|
|
|
<item>
|
2018-11-01 17:02:52 -04:00
|
|
|
<widget class="QComboBox" name="processCombo">
|
|
|
|
<property name="editable">
|
|
|
|
<bool>false</bool>
|
2018-07-24 19:00:10 -07:00
|
|
|
</property>
|
2018-11-01 17:02:52 -04:00
|
|
|
<property name="insertPolicy">
|
|
|
|
<enum>QComboBox::InsertAtBottom</enum>
|
2018-07-24 10:39:02 -07:00
|
|
|
</property>
|
2018-11-01 17:02:52 -04:00
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
2018-07-24 19:00:10 -07:00
|
|
|
</property>
|
2018-07-24 10:39:02 -07:00
|
|
|
</widget>
|
|
|
|
</item>
|
2018-07-23 12:25:02 -07:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-11-01 17:02:52 -04:00
|
|
|
<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-11 14:27:57 -04:00
|
|
|
<property name="font">
|
2019-07-13 19:15:43 +05:30
|
|
|
<font>
|
|
|
|
<family>Meiryo</family>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2019-09-11 14:27:57 -04:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
<property name="undoRedoEnabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2018-11-01 17:02:52 -04:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2018-07-23 12:25:02 -07:00
|
|
|
</layout>
|
2018-07-22 16:53:51 -07:00
|
|
|
</widget>
|
2018-07-21 15:40:16 -07:00
|
|
|
</widget>
|
2018-11-01 18:54:28 -04:00
|
|
|
<layoutdefault spacing="6" margin="6"/>
|
2018-07-21 15:40:16 -07:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|