checks-parser/mainwindow.ui

190 lines
4.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>
<<<<<<< HEAD
<<<<<<< HEAD
<width>827</width>
<height>680</height>
=======
<width>800</width>
<height>600</height>
>>>>>>> f886b4b (Initial commit)
=======
<width>800</width>
<height>600</height>
>>>>>>> f886b4b (Initial commit)
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<<<<<<< HEAD
<<<<<<< HEAD
<widget class="QWidget" name="centralwidget">
<widget class="QComboBox" name="storeType">
<property name="geometry">
<rect>
<x>90</x>
<y>10</y>
<width>211</width>
<height>31</height>
</rect>
</property>
<item>
<property name="text">
<string>Pyaterochka (Пятёрочка)</string>
</property>
</item>
<item>
<property name="text">
<string>Perekrestok (Перекрёсток)</string>
</property>
</item>
<item>
<property name="text">
<string>FixPrice</string>
</property>
</item>
</widget>
<widget class="QLabel" name="storeTypeLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Store</string>
</property>
</widget>
<widget class="QWidget" name="checkInfo" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>90</y>
<width>801</width>
<height>551</height>
</rect>
</property>
<widget class="QLabel" name="checkContentLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>121</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Check content</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="checkContent">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>401</width>
<height>411</height>
</rect>
</property>
<property name="plainText">
<string/>
</property>
</widget>
<widget class="QPushButton" name="parseButton">
<property name="geometry">
<rect>
<x>20</x>
<y>480</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>Parse</string>
</property>
</widget>
</widget>
<widget class="QLabel" name="storeTypeLabel_2">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Check type</string>
</property>
</widget>
<widget class="QComboBox" name="checkType">
<property name="geometry">
<rect>
<x>90</x>
<y>50</y>
<width>211</width>
<height>26</height>
</rect>
</property>
<item>
<property name="text">
<string>Text</string>
</property>
</item>
<item>
<property name="text">
<string>Image (not yet implemented)</string>
</property>
</item>
</widget>
</widget>
=======
<widget class="QWidget" name="centralwidget"/>
>>>>>>> f886b4b (Initial commit)
=======
<widget class="QWidget" name="centralwidget"/>
>>>>>>> f886b4b (Initial commit)
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<<<<<<< HEAD
<<<<<<< HEAD
<width>827</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menuchecks_parser">
<property name="title">
<string>checks parser</string>
</property>
</widget>
<addaction name="menuchecks_parser"/>
=======
=======
>>>>>>> f886b4b (Initial commit)
<width>800</width>
<height>23</height>
</rect>
</property>
<<<<<<< HEAD
>>>>>>> f886b4b (Initial commit)
=======
>>>>>>> f886b4b (Initial commit)
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>