3 Star 1 Fork 2

Turner Gao / scada_cfg_gen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
uideviceinfo.ui 12.49 KB
一键复制 编辑 原始数据 按行查看 历史
Dylan Gao 提交于 2017-11-18 16:46 . 增加逻辑设备
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>UiDeviceInfo</class>
<widget class="QWidget" name="UiDeviceInfo">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1034</width>
<height>751</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QFrame" name="frame">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>名字</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_name"/>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>描述</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_desc"/>
</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>
<layout class="QHBoxLayout" name="horizontalLayout_42">
<item>
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<widget class="QLabel" name="label_24">
<property name="text">
<string>状态量数</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_26">
<property name="text">
<string>离散量数</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_28">
<property name="text">
<string>测量量数</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_30">
<property name="text">
<string>累计量数</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_32">
<property name="text">
<string>远控数</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_34">
<property name="text">
<string>参数数</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_10">
<property name="text">
<string>动作数</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_15">
<item>
<widget class="QLabel" name="label_status">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_discrete">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_measure">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_cumulant">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_remote">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_parameter">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_action">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_8">
<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>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>配置文件</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<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_3">
<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_4">
<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_5">
<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_6">
<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_7">
<item>
<widget class="QLabel" name="label_8">
<property name="text">
<string>参数信息</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_paramter"/>
</item>
<item>
<widget class="QPushButton" name="pushButton_parameter">
<property name="text">
<string>选择</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_8">
<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>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>pushButton_status</sender>
<signal>clicked()</signal>
<receiver>UiDeviceInfo</receiver>
<slot>getFile_status()</slot>
<hints>
<hint type="sourcelabel">
<x>1012</x>
<y>277</y>
</hint>
<hint type="destinationlabel">
<x>1029</x>
<y>294</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButton_discrete</sender>
<signal>clicked()</signal>
<receiver>UiDeviceInfo</receiver>
<slot>getFile_discrete()</slot>
<hints>
<hint type="sourcelabel">
<x>1012</x>
<y>312</y>
</hint>
<hint type="destinationlabel">
<x>1029</x>
<y>334</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButton_measure</sender>
<signal>clicked()</signal>
<receiver>UiDeviceInfo</receiver>
<slot>getFile_measure()</slot>
<hints>
<hint type="sourcelabel">
<x>1012</x>
<y>347</y>
</hint>
<hint type="destinationlabel">
<x>1030</x>
<y>374</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButton_cumulant</sender>
<signal>clicked()</signal>
<receiver>UiDeviceInfo</receiver>
<slot>getFile_cumulant()</slot>
<hints>
<hint type="sourcelabel">
<x>1012</x>
<y>382</y>
</hint>
<hint type="destinationlabel">
<x>1031</x>
<y>411</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButton_remotectl</sender>
<signal>clicked()</signal>
<receiver>UiDeviceInfo</receiver>
<slot>getFile_remoteCtl()</slot>
<hints>
<hint type="sourcelabel">
<x>1012</x>
<y>417</y>
</hint>
<hint type="destinationlabel">
<x>1029</x>
<y>444</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButton_parameter</sender>
<signal>clicked()</signal>
<receiver>UiDeviceInfo</receiver>
<slot>getFile_parameter()</slot>
<hints>
<hint type="sourcelabel">
<x>1012</x>
<y>452</y>
</hint>
<hint type="destinationlabel">
<x>1027</x>
<y>507</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButton_action</sender>
<signal>clicked()</signal>
<receiver>UiDeviceInfo</receiver>
<slot>getFile_action()</slot>
<hints>
<hint type="sourcelabel">
<x>978</x>
<y>479</y>
</hint>
<hint type="destinationlabel">
<x>1030</x>
<y>575</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>getFile_status()</slot>
<slot>getFile_discrete()</slot>
<slot>getFile_measure()</slot>
<slot>getFile_cumulant()</slot>
<slot>getFile_remoteCtl()</slot>
<slot>getFile_parameter()</slot>
<slot>getFile_action()</slot>
</slots>
</ui>
C++
1
https://gitee.com/turner_admin/scada_cfg_gen.git
git@gitee.com:turner_admin/scada_cfg_gen.git
turner_admin
scada_cfg_gen
scada_cfg_gen
develop

搜索帮助