You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

245 lines
6.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>gui_srvClass</class>
<widget class="QMainWindow" name="gui_srvClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1105</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>gui_srv</string>
</property>
<property name="windowIcon">
<iconset resource="gui_srv.qrc">
<normaloff>:/gui_srv/ResourceFiles/jdlogo.jpg</normaloff>:/gui_srv/ResourceFiles/jdlogo.jpg</iconset>
</property>
<widget class="QWidget" name="centralWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="sizeIncrement">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="font">
<font>
<family>Ar Pl Ukai Cn</family>
<pointsize>12</pointsize>
</font>
</property>
<layout class="QGridLayout">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>1</number>
</property>
<item row="0" column="0">
<widget class="QSplitter" name="splitter">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>4</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="handleWidth">
<number>3</number>
</property>
<widget class="QSplitter" name="splitter1">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>4</verstretch>
</sizepolicy>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="handleWidth">
<number>3</number>
</property>
<widget class="QTreeView" name="treeView">
<attribute name="headerDefaultSectionSize">
<number>200</number>
</attribute>
</widget>
<widget class="QTableView" name="tableView">
<attribute name="horizontalHeaderDefaultSectionSize">
<number>200</number>
</attribute>
</widget>
</widget>
<widget class="QTextEdit" name="textEdit">
<property name="tabStopWidth">
<number>80</number>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1105</width>
<height>24</height>
</rect>
</property>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>编辑</string>
</property>
<addaction name="action_clear"/>
</widget>
<widget class="QMenu" name="menu">
<property name="title">
<string>文件</string>
</property>
<addaction name="action_connect"/>
<addaction name="action_disconnect"/>
<addaction name="action_filetran"/>
<addaction name="action_exit"/>
</widget>
<widget class="QMenu" name="menu_4">
<property name="title">
<string>帮助</string>
</property>
<addaction name="action_help"/>
<addaction name="action_about"/>
</widget>
<widget class="QMenu" name="menu_3">
<property name="title">
<string>服务</string>
</property>
<addaction name="action_ctrl"/>
<addaction name="action_sg"/>
<addaction name="separator"/>
<addaction name="action_paramtodb"/>
<addaction name="action_clearparam"/>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
<addaction name="menu_3"/>
<addaction name="menu_4"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="action_refresh"/>
<addaction name="action_clear"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QToolBar" name="toolBar">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="action_ctrl"/>
<addaction name="action_sg"/>
<addaction name="separator"/>
<addaction name="action_paramtodb"/>
<addaction name="action_clearparam"/>
<addaction name="separator"/>
<addaction name="separator"/>
<addaction name="action_help"/>
</widget>
<action name="action_exit">
<property name="text">
<string>退出</string>
</property>
</action>
<action name="action_clear">
<property name="text">
<string>清除告警</string>
</property>
</action>
<action name="action_ctrl">
<property name="text">
<string>控制服务</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
</action>
<action name="action_sg">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>定值服务</string>
</property>
</action>
<action name="action_help">
<property name="text">
<string>帮助文档</string>
</property>
</action>
<action name="action_about">
<property name="text">
<string>关于</string>
</property>
</action>
<action name="action_refresh">
<property name="text">
<string>刷新数据</string>
</property>
</action>
<action name="action_connect">
<property name="text">
<string>连接</string>
</property>
</action>
<action name="action_disconnect">
<property name="text">
<string>断开连接</string>
</property>
</action>
<action name="action_filetran">
<property name="text">
<string>文件传输</string>
</property>
</action>
<action name="action_paramtodb">
<property name="text">
<string>参引入库</string>
</property>
</action>
<action name="action_clearparam">
<property name="text">
<string>清除参引</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="gui_srv.qrc"/>
</resources>
<connections/>
</ui>