statistic.ui
来自「大学时用c++做的计算器」· UI 代码 · 共 85 行
UI
85 行
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>statisticDialog</class> <widget class="QDialog" name="statisticDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>272</width> <height>199</height> </rect> </property> <property name="windowTitle" > <string>Dialog</string> </property> <widget class="QGroupBox" name="groupBox" > <property name="geometry" > <rect> <x>10</x> <y>150</y> <width>251</width> <height>41</height> </rect> </property> <property name="title" > <string/> </property> <layout class="QHBoxLayout" > <property name="margin" > <number>8</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QPushButton" name="staReturnButton" > <property name="text" > <string>&Return</string> </property> </widget> </item> <item> <widget class="QPushButton" name="staLoadButton" > <property name="text" > <string>&Load</string> </property> </widget> </item> <item> <widget class="QPushButton" name="staDeleteButton" > <property name="text" > <string>&Delete</string> </property> </widget> </item> <item> <widget class="QPushButton" name="staClearButton" > <property name="text" > <string>&ClearAll</string> </property> </widget> </item> </layout> </widget> <widget class="QListWidget" name="staListWidget" > <property name="geometry" > <rect> <x>10</x> <y>10</y> <width>251</width> <height>131</height> </rect> </property> <property name="currentRow" > <number>-1</number> </property> </widget> </widget> <pixmapfunction></pixmapfunction> <resources/> <connections/></ui>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?