1 Star 0 Fork 4

njdhx/scada_cfg_gen

forked from Turner Gao/scada_cfg_gen 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
uilogicdevice.ui 8.82 KB
一键复制 编辑 原始数据 按行查看 历史
Turner Gao 提交于 2017-11-18 16:46 . 增加逻辑设备
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>UiLogicDevice</class>
<widget class="QWidget" name="UiLogicDevice">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>708</width>
<height>606</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_8" stretch="0,1,1">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>设备名</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>描述</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLineEdit" name="lineEdit_name"/>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_desc"/>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>生成信息</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="label_10">
<property name="text">
<string>状态量</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label_status">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_12">
<property name="text">
<string>离散量</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="label_discrete">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_14">
<property name="text">
<string>测量量</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="label_measure">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_16">
<property name="text">
<string>累计量</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLabel" name="label_cumulant">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_22">
<property name="text">
<string>动作</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_18">
<property name="text">
<string>远控</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_20">
<property name="text">
<string>参数</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLabel" name="label_remotectl">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLabel" name="label_parameters">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLabel" name="label_actions">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>映射表</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>状态量</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_status"/>
</item>
<item>
<widget class="QPushButton" name="pushButton_status">
<property name="text">
<string>选择文件</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>离散量</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_discrete"/>
</item>
<item>
<widget class="QPushButton" name="pushButton_discrete">
<property name="text">
<string>选择文件</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>测量量</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_measure"/>
</item>
<item>
<widget class="QPushButton" name="pushButton_measure">
<property name="text">
<string>选择文件</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>累计量</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_cumulant"/>
</item>
<item>
<widget class="QPushButton" name="pushButton_cumulant">
<property name="text">
<string>选择文件</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>远控</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_remotectl"/>
</item>
<item>
<widget class="QPushButton" name="pushButton_remotectl">
<property name="text">
<string>选择文件</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="label_8">
<property name="text">
<string>参数</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_parameter"/>
</item>
<item>
<widget class="QPushButton" name="pushButton_parameter">
<property name="text">
<string>选择文件</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QLabel" name="label_9">
<property name="text">
<string>动作</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_action"/>
</item>
<item>
<widget class="QPushButton" name="pushButton_action">
<property name="text">
<string>选择文件</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/njdhx/scada_cfg_gen.git
git@gitee.com:njdhx/scada_cfg_gen.git
njdhx
scada_cfg_gen
scada_cfg_gen
develop

搜索帮助