123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- <?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>605</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QPushButton" name="LiveButton">
- <property name="geometry">
- <rect>
- <x>452</x>
- <y>20</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>34</x>
- <y>20</y>
- <width>400</width>
- <height>32</height>
- </rect>
- </property>
- </widget>
- <widget class="QWidget" name="Toolbar" native="true">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>572</y>
- <width>504</width>
- <height>32</height>
- </rect>
- </property>
- <widget class="Line" name="line">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>8</y>
- <width>1</width>
- <height>16</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- <widget class="QPushButton" name="ZoomUpButton">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>78</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="Line" name="line_3">
- <property name="geometry">
- <rect>
- <x>156</x>
- <y>8</y>
- <width>1</width>
- <height>16</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- <widget class="Line" name="line_4">
- <property name="geometry">
- <rect>
- <x>255</x>
- <y>8</y>
- <width>1</width>
- <height>16</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- <widget class="Line" name="line_5">
- <property name="geometry">
- <rect>
- <x>343</x>
- <y>8</y>
- <width>1</width>
- <height>16</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- <widget class="Line" name="line_6">
- <property name="geometry">
- <rect>
- <x>415</x>
- <y>8</y>
- <width>1</width>
- <height>16</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_2">
- <property name="geometry">
- <rect>
- <x>417</x>
- <y>0</y>
- <width>87</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string>.......</string>
- </property>
- </widget>
- <widget class="QPushButton" name="ZoomOutButton">
- <property name="geometry">
- <rect>
- <x>82</x>
- <y>0</y>
- <width>72</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="RulerButton">
- <property name="geometry">
- <rect>
- <x>257</x>
- <y>0</y>
- <width>84</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="PenButton">
- <property name="geometry">
- <rect>
- <x>345</x>
- <y>0</y>
- <width>68</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_Percentage">
- <property name="geometry">
- <rect>
- <x>158</x>
- <y>0</y>
- <width>95</width>
- <height>32</height>
- </rect>
- </property>
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- <property name="text">
- <string>100%</string>
- </property>
- </widget>
- <zorder>PenButton</zorder>
- <zorder>line</zorder>
- <zorder>ZoomUpButton</zorder>
- <zorder>line_3</zorder>
- <zorder>line_4</zorder>
- <zorder>line_5</zorder>
- <zorder>line_6</zorder>
- <zorder>pushButton_2</zorder>
- <zorder>ZoomOutButton</zorder>
- <zorder>RulerButton</zorder>
- <zorder>label_Percentage</zorder>
- </widget>
- <widget class="QWidget" name="BackGround" native="true">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>72</y>
- <width>484</width>
- <height>484</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>476</width>
- <height>476</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <customwidgets>
- <customwidget>
- <class>ImageWidget</class>
- <extends>QWidget</extends>
- <header>ImageWidget.h</header>
- <container>1</container>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|