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>496</width>
|
|
|
|
<height>376</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>NextHooker</string>
|
|
|
|
</property>
|
2018-07-23 07:53:51 +08:00
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<widget class="QLineEdit" name="lineEdit">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>252</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>241</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPlainTextEdit" name="plainTextEdit">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>3</x>
|
|
|
|
<y>40</y>
|
|
|
|
<width>491</width>
|
|
|
|
<height>291</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2018-07-22 06:40:16 +08:00
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>496</width>
|
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|