📄 testmainwindow4.ui
字号:
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>TestMainWindow4</class> <widget class="QMainWindow" name="TestMainWindow4" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>354</width> <height>369</height> </rect> </property> <property name="windowTitle" > <string>Test MainWindow 4</string> </property> <widget class="QWidget" name="centralwidget" > <layout class="QVBoxLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="label" > <property name="text" > <string>Text Browser:</string> </property> </widget> </item> <item> <widget class="QTextBrowser" name="textBrowser" > <property name="html" > <string><html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">The quick brown fox jumped over the lazy dog.</p></body></html></string> </property> </widget> </item> </layout> </widget> <widget class="QMenuBar" name="menubar" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>354</width> <height>21</height> </rect> </property> <widget class="QMenu" name="menuFile" > <property name="title" > <string>File</string> </property> <addaction name="actionOpen" /> <addaction name="separator" /> <addaction name="actionClose" /> </widget> <widget class="QMenu" name="menuView" > <property name="title" > <string>View</string> </property> <widget class="QMenu" name="menuView_SubMenu" > <property name="title" > <string>View SubMenu</string> </property> <addaction name="actionSubView1" /> </widget> <addaction name="actionOne" /> <addaction name="separator" /> <addaction name="menuView_SubMenu" /> <addaction name="actionAll" /> </widget> <addaction name="menuFile" /> <addaction name="menuView" /> </widget> <widget class="QStatusBar" name="statusbar" /> <widget class="QToolBar" name="toolBar" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <attribute name="toolBarArea" > <number>4</number> </attribute> <addaction name="actionOpen" /> <addaction name="separator" /> <addaction name="actionClose" /> </widget> <widget class="QToolBar" name="toolBar_2" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <attribute name="toolBarArea" > <number>4</number> </attribute> <addaction name="actionOne" /> <addaction name="separator" /> <addaction name="actionAll" /> </widget> <widget class="QToolBar" name="toolBar_3" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <attribute name="toolBarArea" > <number>4</number> </attribute> <addaction name="actionIcon" /> </widget> <action name="actionOpen" > <property name="text" > <string>Open</string> </property> </action> <action name="actionOne" > <property name="text" > <string>View One</string> </property> </action> <action name="actionAll" > <property name="text" > <string>View All</string> </property> </action> <action name="actionClose" > <property name="text" > <string>Close</string> </property> </action> <action name="actionIcon" > <property name="icon" > <iconset>TestImage1.png</iconset> </property> <property name="text" > <string>Icon</string> </property> </action> <action name="actionSubView1" > <property name="text" > <string>SubView1</string> </property> </action> </widget> <pixmapfunction></pixmapfunction> <resources/> <connections/></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -