综合平台编程器项目的远程存储
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

68 lines
5.9 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>RuntimeMonitorWidget</class>
  4. <widget class="QWidget" name="RuntimeMonitorWidget">
  5. <layout class="QVBoxLayout" name="verticalLayout">
  6. <property name="spacing"><number>6</number></property>
  7. <property name="leftMargin"><number>8</number></property>
  8. <property name="topMargin"><number>8</number></property>
  9. <property name="rightMargin"><number>8</number></property>
  10. <property name="bottomMargin"><number>8</number></property>
  11. <item>
  12. <layout class="QHBoxLayout" name="headerLayout">
  13. <item><widget class="QLabel" name="titleLabel"><property name="text"><string>运行监控</string></property><property name="styleSheet"><string notr="true">font-weight: 600;</string></property></widget></item>
  14. <item><spacer name="headerSpacer"><property name="orientation"><enum>Qt::Horizontal</enum></property><property name="sizeHint" stdset="0"><size><width>40</width><height>20</height></size></property></spacer></item>
  15. <item><widget class="QLabel" name="modeLabel"><property name="text"><string>当前未运行</string></property><property name="alignment"><set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set></property></widget></item>
  16. <item><widget class="QToolButton" name="exitRuntimeButton"><property name="toolTip"><string>返回编辑态</string></property><property name="accessibleName"><string>返回编辑态</string></property><property name="text"><string>返回编辑态</string></property><property name="toolButtonStyle"><enum>Qt::ToolButtonIconOnly</enum></property></widget></item>
  17. </layout>
  18. </item>
  19. <item>
  20. <widget class="QSplitter" name="verticalSplitter">
  21. <property name="orientation"><enum>Qt::Vertical</enum></property>
  22. <widget class="QSplitter" name="upperSplitter">
  23. <property name="orientation"><enum>Qt::Horizontal</enum></property>
  24. <widget class="QFrame" name="hmiFrame">
  25. <property name="frameShape"><enum>QFrame::StyledPanel</enum></property>
  26. <layout class="QVBoxLayout" name="hmiLayout">
  27. <property name="leftMargin"><number>4</number></property><property name="topMargin"><number>4</number></property><property name="rightMargin"><number>4</number></property><property name="bottomMargin"><number>4</number></property>
  28. <item>
  29. <layout class="QHBoxLayout" name="hmiHeaderLayout">
  30. <item><widget class="QLabel" name="hmiLabel"><property name="text"><string>HMI 运行视图</string></property></widget></item>
  31. <item><spacer name="hmiHeaderSpacer"><property name="orientation"><enum>Qt::Horizontal</enum></property><property name="sizeHint" stdset="0"><size><width>24</width><height>20</height></size></property></spacer></item>
  32. <item><widget class="QLabel" name="runtimePageLabel"><property name="text"><string>未选择页面</string></property><property name="alignment"><set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set></property></widget></item>
  33. </layout>
  34. </item>
  35. <item><widget class="QWidget" name="hmiViewContainer" native="true"><layout class="QVBoxLayout" name="hmiViewLayout"><property name="leftMargin"><number>0</number></property><property name="topMargin"><number>0</number></property><property name="rightMargin"><number>0</number></property><property name="bottomMargin"><number>0</number></property></layout></widget></item>
  36. </layout>
  37. </widget>
  38. <widget class="QFrame" name="logicFrame">
  39. <property name="frameShape"><enum>QFrame::StyledPanel</enum></property>
  40. <layout class="QVBoxLayout" name="logicLayout">
  41. <property name="leftMargin"><number>4</number></property><property name="topMargin"><number>4</number></property><property name="rightMargin"><number>4</number></property><property name="bottomMargin"><number>4</number></property>
  42. <item>
  43. <layout class="QHBoxLayout" name="logicHeaderLayout">
  44. <item><widget class="QLabel" name="logicLabel"><property name="text"><string>梯形图运行状态</string></property></widget></item>
  45. <item><spacer name="logicHeaderSpacer"><property name="orientation"><enum>Qt::Horizontal</enum></property><property name="sizeHint" stdset="0"><size><width>24</width><height>20</height></size></property></spacer></item>
  46. <item><widget class="QComboBox" name="runtimeLogicComboBox"><property name="minimumSize"><size><width>150</width><height>0</height></size></property></widget></item>
  47. </layout>
  48. </item>
  49. <item><widget class="QWidget" name="logicViewContainer" native="true"><layout class="QVBoxLayout" name="logicViewLayout"><property name="leftMargin"><number>0</number></property><property name="topMargin"><number>0</number></property><property name="rightMargin"><number>0</number></property><property name="bottomMargin"><number>0</number></property></layout></widget></item>
  50. </layout>
  51. </widget>
  52. </widget>
  53. <widget class="QFrame" name="monitorFrame">
  54. <property name="frameShape"><enum>QFrame::StyledPanel</enum></property>
  55. <layout class="QVBoxLayout" name="monitorLayout">
  56. <property name="leftMargin"><number>4</number></property><property name="topMargin"><number>4</number></property><property name="rightMargin"><number>4</number></property><property name="bottomMargin"><number>4</number></property>
  57. <item><widget class="QLabel" name="monitorLabel"><property name="text"><string>自由监控</string></property></widget></item>
  58. <item><widget class="QWidget" name="monitorContainer" native="true"><layout class="QVBoxLayout" name="monitorContainerLayout"><property name="leftMargin"><number>0</number></property><property name="topMargin"><number>0</number></property><property name="rightMargin"><number>0</number></property><property name="bottomMargin"><number>0</number></property></layout></widget></item>
  59. </layout>
  60. </widget>
  61. </widget>
  62. </item>
  63. </layout>
  64. </widget>
  65. <resources/>
  66. <connections/>
  67. </ui>