Слияние кода завершено, страница обновится автоматически
<?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>437</width>
<height>369</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="windowIcon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/icon.png</normaloff>:/images/icon.png</iconset>
</property>
<widget class="QWidget" name="centralWidget"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>437</width>
<height>26</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
<property name="title">
<string>&File</string>
</property>
<addaction name="action_New"/>
<addaction name="actionOpen"/>
<addaction name="action_Save"/>
<addaction name="actionSave_As"/>
<addaction name="separator"/>
<addaction name="actionEixt"/>
</widget>
<widget class="QMenu" name="menu_Edit">
<property name="title">
<string>&Edit</string>
</property>
<widget class="QMenu" name="menuSelect">
<property name="title">
<string>Select</string>
</property>
<addaction name="actionRow"/>
<addaction name="actionColumn"/>
<addaction name="actionAll"/>
</widget>
<addaction name="action_Cut"/>
<addaction name="action_Copy"/>
<addaction name="action_Paste"/>
<addaction name="action_Delete"/>
<addaction name="menuSelect"/>
<addaction name="separator"/>
<addaction name="action_Find"/>
<addaction name="action_GotoCell"/>
</widget>
<widget class="QMenu" name="menuTools">
<property name="title">
<string>Tools</string>
</property>
<addaction name="action_Recalculate"/>
<addaction name="action_Sort"/>
</widget>
<widget class="QMenu" name="menuOptions">
<property name="title">
<string>&Options</string>
</property>
<addaction name="action_Show_Grid"/>
<addaction name="action_Auto_Recalculate"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout"/>
<addaction name="action_About_QT"/>
</widget>
<addaction name="menu_File"/>
<addaction name="menu_Edit"/>
<addaction name="menuTools"/>
<addaction name="menuOptions"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QToolBar" name="fileToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="action_New"/>
<addaction name="actionOpen"/>
<addaction name="action_Save"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QToolBar" name="editToolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="action_Copy"/>
<addaction name="action_Paste"/>
<addaction name="action_Cut"/>
<addaction name="separator"/>
<addaction name="action_Find"/>
<addaction name="action_GotoCell"/>
</widget>
<action name="action_New">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/new.png</normaloff>:/images/new.png</iconset>
</property>
<property name="text">
<string>&New</string>
</property>
<property name="statusTip">
<string>New new new </string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
<action name="actionOpen">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/open.png</normaloff>:/images/open.png</iconset>
</property>
<property name="text">
<string>Open...</string>
</property>
<property name="statusTip">
<string>open Open</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="action_Save">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/save.png</normaloff>:/images/save.png</iconset>
</property>
<property name="text">
<string>&Save</string>
</property>
<property name="statusTip">
<string>save save save</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="actionSave_As">
<property name="text">
<string>Save&As</string>
</property>
</action>
<action name="actionEixt">
<property name="text">
<string>E&xit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="action_Cut">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/cut.png</normaloff>:/images/cut.png</iconset>
</property>
<property name="text">
<string>&Cut</string>
</property>
<property name="statusTip">
<string>cut cut cut </string>
</property>
<property name="shortcut">
<string>Ctrl+X</string>
</property>
</action>
<action name="action_Copy">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/copy.png</normaloff>:/images/copy.png</iconset>
</property>
<property name="text">
<string>&Copy</string>
</property>
<property name="statusTip">
<string>copy copy copy</string>
</property>
<property name="shortcut">
<string>Ctrl+C</string>
</property>
</action>
<action name="action_Paste">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/paste.png</normaloff>:/images/paste.png</iconset>
</property>
<property name="text">
<string>&Paste</string>
</property>
<property name="statusTip">
<string>paste paste </string>
</property>
<property name="shortcut">
<string>Ctrl+V</string>
</property>
</action>
<action name="action_Delete">
<property name="text">
<string>&Delete</string>
</property>
<property name="statusTip">
<string>删除</string>
</property>
</action>
<action name="actionRow">
<property name="text">
<string>Row</string>
</property>
</action>
<action name="actionColumn">
<property name="text">
<string>&Column</string>
</property>
</action>
<action name="actionAll">
<property name="text">
<string>All</string>
</property>
</action>
<action name="action_Find">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/find.png</normaloff>:/images/find.png</iconset>
</property>
<property name="text">
<string>&Find</string>
</property>
<property name="statusTip">
<string>查找</string>
</property>
<property name="shortcut">
<string>Ctrl+F</string>
</property>
</action>
<action name="action_GotoCell">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/gotocell.png</normaloff>:/images/gotocell.png</iconset>
</property>
<property name="text">
<string>&Go To Cell</string>
</property>
<property name="statusTip">
<string>go go go </string>
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>About</string>
</property>
</action>
<action name="action_About_QT">
<property name="text">
<string>&About QT</string>
</property>
</action>
<action name="action_Recalculate">
<property name="text">
<string>&Recalculate</string>
</property>
</action>
<action name="action_Sort">
<property name="text">
<string>&Sort</string>
</property>
</action>
<action name="action_Show_Grid">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&Show Grid</string>
</property>
</action>
<action name="action_Auto_Recalculate">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&Auto-Recalculate</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="spreadSheet.qrc"/>
</resources>
<connections/>
</ui>
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )