📄 qjotsmain.ui
字号:
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>800</width> <height>600</height> </rect> </property> <property name="windowTitle" > <string>MainWindow</string> </property> <widget class="QWidget" name="centralWidget" > <widget class="QDockWidget" name="dockWidget_2" > <property name="geometry" > <rect> <x>230</x> <y>110</y> <width>171</width> <height>221</height> </rect> </property> <widget class="QWidget" name="dockWidgetContents" > <widget class="QTextEdit" name="textEdit" > <property name="geometry" > <rect> <x>30</x> <y>20</y> <width>101</width> <height>141</height> </rect> </property> </widget> </widget> </widget> <widget class="QDockWidget" name="dockWidget" > <property name="geometry" > <rect> <x>20</x> <y>110</y> <width>181</width> <height>221</height> </rect> </property> <widget class="QWidget" name="dockWidgetContents" > <widget class="QTreeView" name="treeView" > <property name="geometry" > <rect> <x>30</x> <y>50</y> <width>120</width> <height>80</height> </rect> </property> </widget> </widget> </widget> </widget> </widget> <pixmapfunction></pixmapfunction> <resources/> <connections/></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -