Textractor/GUI/mainwindow.ui

104 lines
2.6 KiB
Plaintext
Raw Permalink Normal View History

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>
<width>1000</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>
<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>
</property>
2018-07-22 16:53:51 -07:00
<widget class="QWidget" name="centralWidget">
<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">
<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">
<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-23 22:57:54 -07: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-23 12:25:02 -07: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-11 14:27:57 -04:00
<property name="font">
<font>
2021-11-28 04:57:16 -07:00
<family>Arial Unicode MS</family>
<pointsize>13</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>
<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>