108 lines
2.3 KiB
XML
108 lines
2.3 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>550</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>71</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>70</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>29</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|