|
@@ -0,0 +1,142 @@
|
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
+<ui version="4.0">
|
|
|
|
|
+ <class>Dialog</class>
|
|
|
|
|
+ <widget class="QDialog" name="Dialog">
|
|
|
|
|
+ <property name="geometry">
|
|
|
|
|
+ <rect>
|
|
|
|
|
+ <x>0</x>
|
|
|
|
|
+ <y>0</y>
|
|
|
|
|
+ <width>982</width>
|
|
|
|
|
+ <height>678</height>
|
|
|
|
|
+ </rect>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <property name="windowTitle">
|
|
|
|
|
+ <string>noticky</string>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <widget class="QGraphicsView" name="graphicsView">
|
|
|
|
|
+ <property name="geometry">
|
|
|
|
|
+ <rect>
|
|
|
|
|
+ <x>440</x>
|
|
|
|
|
+ <y>140</y>
|
|
|
|
|
+ <width>521</width>
|
|
|
|
|
+ <height>521</height>
|
|
|
|
|
+ </rect>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ <widget class="QFrame" name="frame">
|
|
|
|
|
+ <property name="geometry">
|
|
|
|
|
+ <rect>
|
|
|
|
|
+ <x>10</x>
|
|
|
|
|
+ <y>140</y>
|
|
|
|
|
+ <width>431</width>
|
|
|
|
|
+ <height>521</height>
|
|
|
|
|
+ </rect>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <property name="frameShape">
|
|
|
|
|
+ <enum>QFrame::StyledPanel</enum>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <property name="frameShadow">
|
|
|
|
|
+ <enum>QFrame::Raised</enum>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <widget class="QScrollBar" name="verticalScrollBar">
|
|
|
|
|
+ <property name="geometry">
|
|
|
|
|
+ <rect>
|
|
|
|
|
+ <x>410</x>
|
|
|
|
|
+ <y>0</y>
|
|
|
|
|
+ <width>20</width>
|
|
|
|
|
+ <height>471</height>
|
|
|
|
|
+ </rect>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <property name="orientation">
|
|
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ <widget class="QScrollBar" name="verticalScrollBar_2">
|
|
|
|
|
+ <property name="geometry">
|
|
|
|
|
+ <rect>
|
|
|
|
|
+ <x>951</x>
|
|
|
|
|
+ <y>140</y>
|
|
|
|
|
+ <width>20</width>
|
|
|
|
|
+ <height>501</height>
|
|
|
|
|
+ </rect>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <property name="toolTip">
|
|
|
|
|
+ <string/>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <property name="accessibleName">
|
|
|
|
|
+ <string/>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <property name="orientation">
|
|
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ <widget class="QScrollBar" name="horizontalScrollBar">
|
|
|
|
|
+ <property name="geometry">
|
|
|
|
|
+ <rect>
|
|
|
|
|
+ <x>440</x>
|
|
|
|
|
+ <y>640</y>
|
|
|
|
|
+ <width>531</width>
|
|
|
|
|
+ <height>20</height>
|
|
|
|
|
+ </rect>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <property name="orientation">
|
|
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ <widget class="QWidget" name="verticalLayoutWidget_2">
|
|
|
|
|
+ <property name="geometry">
|
|
|
|
|
+ <rect>
|
|
|
|
|
+ <x>930</x>
|
|
|
|
|
+ <y>170</y>
|
|
|
|
|
+ <width>21</width>
|
|
|
|
|
+ <height>41</height>
|
|
|
|
|
+ </rect>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <widget class="QPushButton" name="pushButton_3">
|
|
|
|
|
+ <property name="text">
|
|
|
|
|
+ <string>+</string>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ </item>
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <widget class="QPushButton" name="pushButton_4">
|
|
|
|
|
+ <property name="text">
|
|
|
|
|
+ <string>-</string>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ </item>
|
|
|
|
|
+ </layout>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ <widget class="QWidget" name="horizontalLayoutWidget">
|
|
|
|
|
+ <property name="geometry">
|
|
|
|
|
+ <rect>
|
|
|
|
|
+ <x>250</x>
|
|
|
|
|
+ <y>10</y>
|
|
|
|
|
+ <width>168</width>
|
|
|
|
|
+ <height>80</height>
|
|
|
|
|
+ </rect>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <widget class="QPushButton" name="pushButton">
|
|
|
|
|
+ <property name="text">
|
|
|
|
|
+ <string>+</string>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ </item>
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <widget class="QPushButton" name="pushButton_2">
|
|
|
|
|
+ <property name="text">
|
|
|
|
|
+ <string>-</string>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ </item>
|
|
|
|
|
+ </layout>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ <resources/>
|
|
|
|
|
+ <connections/>
|
|
|
|
|
+</ui>
|