Textractor_test/GUI/mainwindow.ui
Akash Mozumdar a01e7c70a8 add qt gui
2018-07-21 15:40:16 -07:00

50 lines
1.2 KiB
XML

<?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>496</width>
<height>376</height>
</rect>
</property>
<property name="windowTitle">
<string>NextHooker</string>
</property>
<widget class="QWidget" name="centralWidget"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>496</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuNextHooker">
<property name="title">
<string>NextHooker</string>
</property>
</widget>
<addaction name="menuNextHooker"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<property name="windowTitle">
<string>NextHooker</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>