GrabBag/GrabBagApp/devstatus.ui

182 lines
4.5 KiB
Plaintext
Raw Permalink Normal View History

2025-06-19 01:38:50 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>devstatus</class>
<widget class="QWidget" name="devstatus">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>556</width>
<height>75</height>
2025-06-19 01:38:50 +08:00
</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">
2025-06-19 01:38:50 +08:00
<property name="geometry">
<rect>
<x>371</x>
<y>1</y>
<width>179</width>
<height>64</height>
2025-06-19 01:38:50 +08:00
</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>85</x>
<y>20</y>
<width>80</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>25</x>
<y>10</y>
<width>48</width>
<height>48</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/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>85</x>
<y>20</y>
<width>80</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>25</x>
<y>10</y>
<width>48</width>
<height>48</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/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>85</x>
<y>20</y>
<width>80</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>25</x>
<y>10</y>
<width>48</width>
<height>48</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/resource/camera_offline.png);</string>
</property>
</widget>
2025-06-19 01:38:50 +08:00
</widget>
</widget>
<resources/>
<connections/>
</ui>