130 lines
3.6 KiB
XML
130 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>QMainFrame</class>
|
|
<widget class="QMainWindow" name="QMainFrame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>768</width>
|
|
<height>534</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>电销转介绍信息管理系统</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="resource.qrc">
|
|
<normaloff>:/QMainFrame/Resources/telephone.png</normaloff>:/QMainFrame/Resources/telephone.png</iconset>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget"/>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>768</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menu">
|
|
<property name="title">
|
|
<string>系统</string>
|
|
</property>
|
|
<addaction name="pActionExit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_2">
|
|
<property name="title">
|
|
<string>帮助</string>
|
|
</property>
|
|
<addaction name="pActionAbout"/>
|
|
</widget>
|
|
<addaction name="menu"/>
|
|
<addaction name="menu_2"/>
|
|
</widget>
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>40</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolButtonStyle">
|
|
<enum>Qt::ToolButtonIconOnly</enum>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="pActionInput"/>
|
|
<addaction name="pActionQuery"/>
|
|
<addaction name="pActionSetParameter"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="pStatusBar"/>
|
|
<action name="pActionExit">
|
|
<property name="icon">
|
|
<iconset resource="resource.qrc">
|
|
<normaloff>:/QMainFrame/Resources/x.png</normaloff>:/QMainFrame/Resources/x.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>退出</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>退出程序</string>
|
|
</property>
|
|
</action>
|
|
<action name="pActionAbout">
|
|
<property name="icon">
|
|
<iconset resource="resource.qrc">
|
|
<normaloff>:/QMainFrame/Resources/CPIC.png</normaloff>:/QMainFrame/Resources/CPIC.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>关于</string>
|
|
</property>
|
|
</action>
|
|
<action name="pActionInput">
|
|
<property name="icon">
|
|
<iconset resource="resource.qrc">
|
|
<normaloff>:/QMainFrame/Resources/edit.png</normaloff>:/QMainFrame/Resources/edit.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>录入</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>转介绍信息录入</string>
|
|
</property>
|
|
</action>
|
|
<action name="pActionQuery">
|
|
<property name="icon">
|
|
<iconset resource="resource.qrc">
|
|
<normaloff>:/QMainFrame/Resources/find.png</normaloff>:/QMainFrame/Resources/find.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>查询</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>转介绍信息查询</string>
|
|
</property>
|
|
</action>
|
|
<action name="pActionSetParameter">
|
|
<property name="icon">
|
|
<iconset resource="resource.qrc">
|
|
<normaloff>:/QMainFrame/Resources/gear.png</normaloff>:/QMainFrame/Resources/gear.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>参数设置</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>参数设置</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources>
|
|
<include location="resource.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|