checks-parser/mainwindow.ui

221 lines
5.1 KiB
Plaintext
Raw Normal View History

2024-08-18 13:57:57 +03: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>817</width>
<height>659</height>
2024-08-18 13:57:57 +03:00
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<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>
</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>
2024-08-31 22:18:54 +03:00
<widget class="QLabel" name="checkTypeLabel">
<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">
2024-09-01 16:15:00 +03:00
<string>Image (OCR)</string>
2024-08-31 22:18:54 +03:00
</property>
</item>
</widget>
2024-10-22 13:18:19 +03:00
<widget class="QPushButton" name="parseButton">
<property name="geometry">
<rect>
<x>30</x>
<y>560</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>Parse</string>
</property>
</widget>
<widget class="QPushButton" name="preferencesButton">
<property name="geometry">
<rect>
<x>730</x>
<y>0</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Preferences</string>
</property>
</widget>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
2024-09-01 16:15:00 +03:00
<x>10</x>
<y>80</y>
2024-10-22 13:18:19 +03:00
<width>601</width>
2024-09-01 16:15:00 +03:00
<height>471</height>
</rect>
</property>
2024-08-31 22:18:54 +03:00
<property name="currentIndex">
<number>0</number>
2024-09-01 16:15:00 +03:00
</property>
2024-10-22 13:18:19 +03:00
<widget class="QWidget" name="Text">
<attribute name="title">
<string>Text</string>
</attribute>
2024-09-01 16:15:00 +03:00
<widget class="QLabel" name="checkContentLabel">
<property name="geometry">
<rect>
2024-10-22 13:18:19 +03:00
<x>0</x>
<y>0</y>
2024-09-01 16:15:00 +03:00
<width>101</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Check content</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="checkContent">
<property name="geometry">
<rect>
2024-10-22 13:18:19 +03:00
<x>0</x>
<y>30</y>
2024-09-01 16:15:00 +03:00
<width>431</width>
2024-10-22 13:18:19 +03:00
<height>241</height>
2024-09-01 16:15:00 +03:00
</rect>
</property>
</widget>
2024-08-31 22:18:54 +03:00
</widget>
2024-10-22 13:18:19 +03:00
<widget class="QWidget" name="OCR">
<attribute name="title">
<string>OCR</string>
</attribute>
<widget class="QPushButton" name="chooseImageButton">
2024-09-01 16:15:00 +03:00
<property name="geometry">
<rect>
2024-10-22 13:18:19 +03:00
<x>0</x>
<y>0</y>
<width>80</width>
<height>26</height>
2024-09-01 16:15:00 +03:00
</rect>
</property>
<property name="text">
2024-10-22 13:18:19 +03:00
<string>Choose</string>
2024-09-01 16:15:00 +03:00
</property>
</widget>
2024-10-22 13:18:19 +03:00
<widget class="QPlainTextEdit" name="checkContentFromImage">
2024-09-01 16:15:00 +03:00
<property name="geometry">
<rect>
2024-10-22 13:18:19 +03:00
<x>0</x>
<y>60</y>
<width>471</width>
<height>231</height>
2024-09-01 16:15:00 +03:00
</rect>
</property>
</widget>
2024-10-22 13:18:19 +03:00
<widget class="QLabel" name="pathLabel">
2024-09-01 16:57:25 +03:00
<property name="geometry">
<rect>
2024-10-22 13:18:19 +03:00
<x>100</x>
<y>0</y>
<width>381</width>
2024-09-01 16:57:25 +03:00
<height>18</height>
</rect>
</property>
<property name="text">
2024-10-22 13:18:19 +03:00
<string>Path to image: </string>
2024-09-01 16:57:25 +03:00
</property>
</widget>
2024-10-22 13:18:19 +03:00
<widget class="QLabel" name="label">
2024-09-01 16:57:25 +03:00
<property name="geometry">
<rect>
2024-10-22 13:18:19 +03:00
<x>0</x>
<y>30</y>
<width>571</width>
<height>18</height>
2024-09-01 16:57:25 +03:00
</rect>
</property>
2024-10-22 13:18:19 +03:00
<property name="text">
<string>Here is recognised check text. Please, edit it if something's wrong:</string>
</property>
2024-09-01 16:57:25 +03:00
</widget>
2024-08-31 22:18:54 +03:00
</widget>
2024-10-22 13:18:19 +03:00
<widget class="QWidget" name="OFD">
<attribute name="title">
<string>OFD</string>
</attribute>
</widget>
2024-10-05 13:52:44 +03:00
</widget>
</widget>
2024-08-18 13:57:57 +03:00
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>817</width>
2024-08-18 13:57:57 +03:00
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menuchecks_parser">
<property name="title">
<string>checks parser</string>
</property>
</widget>
<addaction name="menuchecks_parser"/>
2024-08-18 13:57:57 +03:00
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>