综合平台编程器项目的远程存储
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

70 строки
6.6 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="QComboBox" name="runtimeModeComboBox"><property name="minimumSize"><size><width>120</width><height>0</height></size></property><item><property name="text"><string>离线仿真</string></property></item><item><property name="text"><string>真机运行</string></property></item></widget></item>
  17. <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>
  18. </layout>
  19. </item>
  20. <item>
  21. <widget class="QSplitter" name="verticalSplitter">
  22. <property name="orientation"><enum>Qt::Vertical</enum></property>
  23. <widget class="QSplitter" name="upperSplitter">
  24. <property name="orientation"><enum>Qt::Horizontal</enum></property>
  25. <widget class="QFrame" name="hmiFrame">
  26. <property name="frameShape"><enum>QFrame::StyledPanel</enum></property>
  27. <layout class="QVBoxLayout" name="hmiLayout">
  28. <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>
  29. <item>
  30. <layout class="QHBoxLayout" name="hmiHeaderLayout">
  31. <item><widget class="QLabel" name="hmiLabel"><property name="text"><string>HMI 运行视图</string></property></widget></item>
  32. <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>
  33. <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>
  34. </layout>
  35. </item>
  36. <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>
  37. </layout>
  38. </widget>
  39. <widget class="QFrame" name="logicFrame">
  40. <property name="frameShape"><enum>QFrame::StyledPanel</enum></property>
  41. <layout class="QVBoxLayout" name="logicLayout">
  42. <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>
  43. <item>
  44. <layout class="QHBoxLayout" name="logicHeaderLayout">
  45. <item><widget class="QLabel" name="logicLabel"><property name="text"><string>梯形图运行状态</string></property></widget></item>
  46. <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>
  47. <item><widget class="QComboBox" name="runtimeLogicComboBox"><property name="minimumSize"><size><width>150</width><height>0</height></size></property></widget></item>
  48. </layout>
  49. </item>
  50. <item><widget class="QLabel" name="logicNoticeLabel"><property name="styleSheet"><string notr="true">color: #8a5a00;</string></property><property name="text"><string>真机模式:本地梯形图只读推算&#10;仅使用 PLC 缓存显示轨迹,本地输出不写入 PLC 程序或 M/D,不影响 PLC 内部逻辑;HMI 和自由监控仍可写 PLC。</string></property><property name="wordWrap"><bool>true</bool></property></widget></item>
  51. <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>
  52. </layout>
  53. </widget>
  54. </widget>
  55. <widget class="QFrame" name="monitorFrame">
  56. <property name="frameShape"><enum>QFrame::StyledPanel</enum></property>
  57. <layout class="QVBoxLayout" name="monitorLayout">
  58. <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>
  59. <item><widget class="QLabel" name="monitorLabel"><property name="text"><string>自由监控</string></property></widget></item>
  60. <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>
  61. </layout>
  62. </widget>
  63. </widget>
  64. </item>
  65. </layout>
  66. </widget>
  67. <resources/>
  68. <connections/>
  69. </ui>