123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ControlOperationPage</class>
- <widget class="QWidget" name="ControlOperationPage">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>525</width>
- <height>599</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QPushButton" name="LiveButton">
- <property name="geometry">
- <rect>
- <x>452</x>
- <y>10</y>
- <width>60</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string>Live</string>
- </property>
- </widget>
- <widget class="QComboBox" name="DataSources">
- <property name="geometry">
- <rect>
- <x>12</x>
- <y>10</y>
- <width>421</width>
- <height>32</height>
- </rect>
- </property>
- </widget>
- <widget class="QWidget" name="BackGround" native="true">
- <property name="geometry">
- <rect>
- <x>13</x>
- <y>50</y>
- <width>501</width>
- <height>501</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border: 4px solid red;</string>
- </property>
- <widget class="ImageWidget" name="Operatewidget" native="true">
- <property name="geometry">
- <rect>
- <x>4</x>
- <y>4</y>
- <width>493</width>
- <height>493</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="layoutWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>560</y>
- <width>511</width>
- <height>31</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <property name="spacing">
- <number>2</number>
- </property>
- <item>
- <widget class="QPushButton" name="ZoomUpButton">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="ZoomOutButton">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_Percentage">
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- <property name="text">
- <string>100%</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="RulerButton">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="PenButton">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <property name="spacing">
- <number>1</number>
- </property>
- <item>
- <widget class="QComboBox" name="moduleTypeComboBox_2">
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>25</height>
- </size>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="axisTypeComboBox">
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>27</height>
- </size>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QPushButton" name="switchJoystickBut">
- <property name="maximumSize">
- <size>
- <width>53</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string>.......</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <customwidgets>
- <customwidget>
- <class>ImageWidget</class>
- <extends>QWidget</extends>
- <header>ImageWidget.h</header>
- <container>1</container>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|