📄 interface-base.ui
字号:
</sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="focusPolicy"> <enum>StrongFocus</enum> </property> <property name="lineWidth"> <number>1</number> </property> <property name="resizePolicy"> <enum>Default</enum> </property> <property name="vScrollBarMode"> <enum>AlwaysOn</enum> </property> <property name="numRows"> <number>201</number> </property> <property name="numCols"> <number>7</number> </property> <property name="rowMovingEnabled"> <bool>false</bool> </property> <property name="columnMovingEnabled"> <bool>false</bool> </property> <property name="selectionMode"> <enum>NoSelection</enum> </property> <property name="toolTip" stdset="0"> <string>Enter Height and Width in the fist two columns</string> </property> </widget> </grid> </widget> </hbox> </widget> <widget class="QFrame"> <property name="name"> <cstring>frame5</cstring> </property> <property name="minimumSize"> <size> <width>810</width> <height>310</height> </size> </property> <property name="frameShape"> <enum>NoFrame</enum> </property> <property name="frameShadow"> <enum>Raised</enum> </property> <property name="margin"> <number>4</number> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>4</number> </property> <property name="spacing"> <number>3</number> </property> <widget class="QFrame" row="0" column="0"> <property name="name"> <cstring>frame3</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>800</width> <height>300</height> </size> </property> <property name="maximumSize"> <size> <width>800</width> <height>300</height> </size> </property> <property name="frameShape"> <enum>StyledPanel</enum> </property> <property name="frameShadow"> <enum>Raised</enum> </property> <property name="margin"> <number>0</number> </property> <property name="midLineWidth"> <number>0</number> </property> </widget> </grid> </widget> </widget> </grid></widget><menubar> <property name="name"> <cstring>menubar</cstring> </property> <item text="&File" name="fileMenu"> <action name="fileOpenAction"/> <action name="fileSaveAction"/> <separator/> <action name="filePrintAction"/> <separator/> <action name="fileExitAction"/> </item> <item text="&Execute" name="PopupMenu_3"> <action name="executeLauchAction"/> </item> <item text="Configuration" name="PopupMenu_2"> <action name="configAction"/> </item> <item text="Help" name="PopupMenu"> <action name="helpAboutAction"/> <action name="helpAboutQtAction"/> </item></menubar><toolbars></toolbars><actions> <action> <property name="name"> <cstring>fileNewAction</cstring> </property> <property name="iconSet"> <iconset>image1</iconset> </property> <property name="text"> <string>New</string> </property> <property name="menuText"> <string>&New</string> </property> <property name="accel"> <string>Ctrl+N</string> </property> </action> <action> <property name="name"> <cstring>fileOpenAction</cstring> </property> <property name="iconSet"> <iconset>image2</iconset> </property> <property name="text"> <string>Open</string> </property> <property name="menuText"> <string>&Open...</string> </property> <property name="accel"> <string>Ctrl+O</string> </property> </action> <action> <property name="name"> <cstring>fileSaveAction</cstring> </property> <property name="iconSet"> <iconset>image3</iconset> </property> <property name="text"> <string>Save</string> </property> <property name="menuText"> <string>&Save</string> </property> <property name="accel"> <string>Ctrl+S</string> </property> </action> <action> <property name="name"> <cstring>fileSaveAsAction</cstring> </property> <property name="text"> <string>Save As</string> </property> <property name="menuText"> <string>Save &As...</string> </property> <property name="accel"> <string></string> </property> </action> <action> <property name="name"> <cstring>filePrintAction</cstring> </property> <property name="iconSet"> <iconset>image4</iconset> </property> <property name="text"> <string>Print</string> </property> <property name="menuText"> <string>&Print...</string> </property> <property name="accel"> <string>Ctrl+P</string> </property> </action> <action> <property name="name"> <cstring>fileExitAction</cstring> </property> <property name="text"> <string>Exit</string> </property> <property name="menuText"> <string>E&xit</string> </property> <property name="accel"> <string></string> </property> </action> <action> <property name="name"> <cstring>editUndoAction</cstring> </property> <property name="iconSet"> <iconset>image5</iconset> </property> <property name="text"> <string>Undo</string> </property> <property name="menuText"> <string>&Undo</string> </property> <property name="accel"> <string>Ctrl+Z</string> </property> </action> <action> <property name="name"> <cstring>editRedoAction</cstring> </property> <property name="iconSet"> <iconset>image6</iconset> </property> <property name="text"> <string>Redo</string> </property> <property name="menuText"> <string>&Redo</string> </property> <property name="accel"> <string>Ctrl+Y</string> </property> </action> <action> <property name="name"> <cstring>editCutAction</cstring> </property> <property name="iconSet"> <iconset>image7</iconset> </property> <property name="text"> <string>Cut</string> </property> <property name="menuText"> <string>&Cut</string> </property> <property name="accel"> <string>Ctrl+X</string> </property> </action>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -