📄 mainframe.ui
字号:
<ui version="4.0" > <class>mainframe</class> <widget class="QMainWindow" name="mainframe" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>564</width> <height>437</height> </rect> </property> <property name="windowTitle" > <string>mainframe</string> </property> <widget class="QWidget" name="centralwidget" > <widget class="Pdfviewer" native="1" name="pdfviewer" > <property name="geometry" > <rect> <x>9</x> <y>9</y> <width>546</width> <height>347</height> </rect> </property> </widget> </widget> <widget class="QMenuBar" name="menubar" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>564</width> <height>20</height> </rect> </property> <widget class="QMenu" name="menuFile" > <property name="title" > <string>File</string> </property> <addaction name="actionOpen" /> <addaction name="actionSave" /> <addaction name="actionPrint" /> </widget> <widget class="QMenu" name="menuView" > <property name="title" > <string>View</string> </property> <addaction name="actionBig" /> <addaction name="actionSmall" /> <addaction name="actionRight" /> <addaction name="actionLeft" /> </widget> <widget class="QMenu" name="menuHelp" > <property name="title" > <string>Help</string> </property> <addaction name="actionAbout" /> </widget> <addaction name="menuFile" /> <addaction name="menuView" /> <addaction name="menuHelp" /> </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> <addaction name="actionOpen" /> <addaction name="actionSave" /> <addaction name="actionPrint" /> </widget> <widget class="QToolBar" name="toolBar_2" > <property name="windowTitle" > <string>toolBar_2</string> </property> <attribute name="toolBarArea" > <enum>TopToolBarArea</enum> </attribute> <attribute name="toolBarBreak" > <bool>false</bool> </attribute> <addaction name="actionUp" /> <addaction name="actionDown" /> <addaction name="actionFirst" /> <addaction name="actionLast" /> </widget> <widget class="QToolBar" name="toolBar_3" > <property name="windowTitle" > <string>toolBar_3</string> </property> <attribute name="toolBarArea" > <enum>TopToolBarArea</enum> </attribute> <attribute name="toolBarBreak" > <bool>false</bool> </attribute> <addaction name="actionBig" /> <addaction name="actionSmall" /> <addaction name="actionRight" /> <addaction name="actionLeft" /> </widget> <widget class="QToolBar" name="toolBar_4" > <property name="windowTitle" > <string>toolBar_4</string> </property> <attribute name="toolBarArea" > <enum>TopToolBarArea</enum> </attribute> <attribute name="toolBarBreak" > <bool>false</bool> </attribute> <addaction name="actionMusic" /> <addaction name="actionManuscript" /> </widget> <widget class="QStatusBar" name="statusBar" /> <action name="actionPrint" > <property name="icon" > <iconset resource="../icon.qrc" >:/new/prefix1/qrc_source/printer.png</iconset> </property> <property name="text" > <string>Print</string> </property> </action> <action name="actionUp" > <property name="icon" > <iconset resource="../icon.qrc" >:/new/prefix1/qrc_source/Yoshi_007.png</iconset> </property> <property name="text" > <string>Up</string> </property> </action> <action name="actionDown" > <property name="icon" > <iconset resource="../icon.qrc" >:/new/prefix1/qrc_source/Yoshi_008.png</iconset> </property> <property name="text" > <string>Down</string> </property> </action> <action name="actionFirst" > <property name="icon" > <iconset resource="../icon.qrc" >:/new/prefix1/qrc_source/player_rew.png</iconset> </property> <property name="text" > <string>First</string> </property> </action> <action name="actionLast" > <property name="icon" > <iconset resource="../icon.qrc" >:/new/prefix1/qrc_source/player_end.png</iconset> </property> <property name="text" > <string>Last</string> </property> </action> <action name="actionBig" > <property name="icon" > <iconset resource="../icon.qrc" >:/new/prefix1/qrc_source/blowup.png</iconset> </property> <property name="text" > <string>Big</string> </property> </action> <action name="actionSmall" > <property name="icon" > <iconset resource="../icon.qrc" >:/new/prefix1/qrc_source/reduce.png</iconset> </property> <property name="text" > <string>Small</string> </property> </action> <action name="actionMusic" > <property name="icon" > <iconset resource="../icon.qrc" >:/new/prefix1/qrc_source/music.png</iconset> </property> <property name="text" > <string>Music</string> </property> </action> <action name="actionManuscript" > <property name="icon" > <iconset resource="../icon.qrc" >:/new/prefix1/qrc_source/multimedia.png</iconset> </property> <property name="text" > <string>Manuscript</string> </property> </action> <action name="actionOpen" > <property name="icon" > <iconset resource="../icon.qrc" >:/new/prefix1/qrc_source/open.png</iconset> </property> <property name="text" > <string>Open</string> </property> </action> <action name="actionSave" > <property name="icon" > <iconset resource="../icon.qrc" >:/new/prefix1/qrc_source/save.png</iconset> </property> <property name="text" > <string>Save</string> </property> </action> <action name="actionLeft" > <property name="icon" > <iconset resource="../icon.qrc" >:/new/prefix1/qrc_source/anticlockwise.png</iconset> </property> <property name="text" > <string>Left</string> </property> </action> <action name="actionRight" > <property name="icon" > <iconset resource="../icon.qrc" >:/new/prefix1/qrc_source/deasil.png</iconset> </property> <property name="text" > <string>Right</string> </property> </action> <action name="actionAbout" > <property name="text" > <string>about</string> </property> </action> </widget> <customwidgets> <customwidget> <class>Pdfviewer</class> <extends>QWidget</extends> <header>pdfviewer.h</header> </customwidget> </customwidgets> <resources> <include location="../icon.qrc" /> </resources> <connections/></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -