代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>608</width>
<height>500</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget"/>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>608</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>文件(&F)</string>
</property>
<addaction name="fileOpenAction"/>
<addaction name="fileNewAction"/>
<addaction name="fileCloseAction"/>
</widget>
<widget class="QMenu" name="menu_E">
<property name="title">
<string>编辑(&E)</string>
</property>
</widget>
<addaction name="menu"/>
<addaction name="menu_E"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<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>
<addaction name="openCalc"/>
<addaction name="openNotepad"/>
<addaction name="fileOpenAction"/>
<addaction name="fileNewAction"/>
<addaction name="fileCloseAction"/>
</widget>
<action name="fileOpenAction">
<property name="text">
<string>打开</string>
</property>
<property name="shortcut">
<string>Alt+O</string>
</property>
</action>
<action name="fileNewAction">
<property name="text">
<string>新建</string>
</property>
<property name="shortcut">
<string>Alt+N</string>
</property>
</action>
<action name="fileCloseAction">
<property name="text">
<string>关闭</string>
</property>
<property name="shortcut">
<string>Alt+C</string>
</property>
</action>
<action name="openCalc">
<property name="text">
<string>计算器</string>
</property>
<property name="toolTip">
<string>打开计算器</string>
</property>
</action>
<action name="openNotepad">
<property name="text">
<string>记事本</string>
</property>
<property name="toolTip">
<string>打开记事本</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。