126 lines
2.7 KiB
XML
126 lines
2.7 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>800</width>
|
|
<height>522</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>70</y>
|
|
<width>600</width>
|
|
<height>450</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="find">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>610</x>
|
|
<y>0</y>
|
|
<width>191</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Искать</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="map">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>610</x>
|
|
<y>70</y>
|
|
<width>114</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>map</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="sat">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>610</x>
|
|
<y>100</y>
|
|
<width>114</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>sat</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="skl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>610</x>
|
|
<y>130</y>
|
|
<width>114</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>skl</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPlainTextEdit" name="plainTextEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>611</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="drop">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>610</x>
|
|
<y>30</y>
|
|
<width>191</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 9pt "Cantarell";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Сброс поискового результата</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>30</y>
|
|
<width>611</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|