182 lines
4.5 KiB
XML
182 lines
4.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DeviceStatusWidget</class>
|
|
<widget class="QWidget" name="DeviceStatusWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>556</width>
|
|
<height>75</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(37, 38, 42);</string>
|
|
</property>
|
|
<widget class="QFrame" name="frame_robot">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>371</x>
|
|
<y>1</y>
|
|
<width>179</width>
|
|
<height>64</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(37, 38, 42);</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
</property>
|
|
<widget class="QLabel" name="dev_robot_txt">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>20</y>
|
|
<width>90</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(0, 255, 0);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>机械臂在线</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="dev_robot_img" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>10</y>
|
|
<width>48</width>
|
|
<height>48</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">image: url(:/common/resource/robot_offline.png);</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_camera_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>186</x>
|
|
<y>1</y>
|
|
<width>179</width>
|
|
<height>64</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(37, 38, 42);</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
</property>
|
|
<widget class="QLabel" name="dev_camera_2_txt">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>20</y>
|
|
<width>90</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(0, 255, 0);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>相机在线</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="dev_camer_2_img" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>10</y>
|
|
<width>48</width>
|
|
<height>48</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">image: url(:/common/resource/camera_offline.png);</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_camera_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1</x>
|
|
<y>1</y>
|
|
<width>179</width>
|
|
<height>64</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(37, 38, 42);</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
</property>
|
|
<widget class="QLabel" name="dev_camera_1_txt">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>20</y>
|
|
<width>90</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(0, 255, 0);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>相机在线</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="dev_camer_1_img" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>10</y>
|
|
<width>48</width>
|
|
<height>48</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">image: url(:/common/resource/camera_offline.png);</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|