2024-07-24 10:19:57 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>CMainWindow</class>
|
|
|
|
|
<widget class="QMainWindow" name="CMainWindow">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>1284</width>
|
|
|
|
|
<height>757</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>PowerDesigner</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralwidget"/>
|
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>1284</width>
|
2024-08-09 16:00:52 +08:00
|
|
|
<height>33</height>
|
2024-07-24 10:19:57 +08:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
2024-08-09 16:00:52 +08:00
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>文件(F)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2024-07-24 10:19:57 +08:00
|
|
|
<widget class="QMenu" name="menuView">
|
|
|
|
|
<property name="title">
|
2024-08-09 16:00:52 +08:00
|
|
|
<string>视图(V)</string>
|
2024-07-24 10:19:57 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
2024-08-09 16:00:52 +08:00
|
|
|
<addaction name="menuFile"/>
|
2024-07-24 10:19:57 +08:00
|
|
|
<addaction name="menuView"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>toolBar</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
|
</attribute>
|
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
2024-08-09 16:00:52 +08:00
|
|
|
<addaction name="actionNew"/>
|
|
|
|
|
<addaction name="actionOpen"/>
|
|
|
|
|
<addaction name="actionSave"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionCopy"/>
|
|
|
|
|
<addaction name="actionCut"/>
|
|
|
|
|
<addaction name="actionPast"/>
|
|
|
|
|
<addaction name="actionDelete"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionZoomIn"/>
|
|
|
|
|
<addaction name="actionZoomOut"/>
|
|
|
|
|
<addaction name="actionZoomFit"/>
|
|
|
|
|
<addaction name="actionGrid"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionUndo"/>
|
|
|
|
|
<addaction name="actionRedo"/>
|
2024-07-24 10:19:57 +08:00
|
|
|
</widget>
|
2024-08-09 16:00:52 +08:00
|
|
|
<action name="actionNew">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="document-new"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>新建</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>新建(N)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::MenuRole::NoRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionOpen">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="document-open"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>打开</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>打开(O)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::MenuRole::NoRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionSave">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="document-save"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>保存</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>保存(S)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::MenuRole::NoRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionCopy">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="edit-copy"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>复制</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>复制(C)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::MenuRole::NoRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionCut">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="edit-cut"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>剪切</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>剪切(T)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::MenuRole::NoRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionPast">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="edit-paste"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>粘贴</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>粘贴(P)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::MenuRole::NoRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionDelete">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="edit-delete"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>删除</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>删除(D)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::MenuRole::NoRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionZoomIn">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="zoom-in"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>放大</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>放大</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::MenuRole::NoRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionZoomOut">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="zoom-out"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>缩小</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>缩小</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::MenuRole::NoRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionZoomFit">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="zoom-fit-best"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>自适应</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>自适应</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::MenuRole::NoRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionGrid">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>网格</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>网格</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::MenuRole::NoRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionUndo">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="edit-undo"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>撤销</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>撤销</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::MenuRole::NoRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionRedo">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="edit-redo"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>重做</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>重做</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::MenuRole::NoRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2024-07-24 10:19:57 +08:00
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|