about.ui
来自「大学时用c++做的计算器」· UI 代码 · 共 155 行 · 第 1/5 页
UI
155 行
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>AboutDialog</class> <widget class="QDialog" name="AboutDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>547</width> <height>407</height> </rect> </property> <property name="windowTitle" > <string>About DIS Calculator</string> </property> <property name="modal" > <bool>true</bool> </property> <widget class="QPushButton" name="helpPushButton" > <property name="geometry" > <rect> <x>10</x> <y>360</y> <width>131</width> <height>31</height> </rect> </property> <property name="text" > <string>&Help</string>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?