⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 statistic.ui

📁 大学时用c++做的计算器
💻 UI
字号:
<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>&amp;Return</string>      </property>     </widget>    </item>    <item>     <widget class="QPushButton" name="staLoadButton" >      <property name="text" >       <string>&amp;Load</string>      </property>     </widget>    </item>    <item>     <widget class="QPushButton" name="staDeleteButton" >      <property name="text" >       <string>&amp;Delete</string>      </property>     </widget>    </item>    <item>     <widget class="QPushButton" name="staClearButton" >      <property name="text" >       <string>&amp;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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -