代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CalculatorDialog</class>
<widget class="QDialog" name="CalculatorDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>392</width>
<height>459</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="windowTitle">
<string>我的计算器</string>
</property>
<widget class="QFrame" name="Fra_Display">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>371</width>
<height>121</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<widget class="QLineEdit" name="LineEdt_Down">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>351</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>24</pointsize>
<kerning>false</kerning>
</font>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="LineEdt_Top">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>351</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QFrame" name="Fra_Basic">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>371</width>
<height>311</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<widget class="QPushButton" name="ButtonDel">
<property name="geometry">
<rect>
<x>190</x>
<y>10</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>Backspace</string>
</property>
<property name="text">
<string>←</string>
</property>
<property name="iconSize">
<size>
<width>80</width>
<height>50</height>
</size>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonNum_6">
<property name="geometry">
<rect>
<x>190</x>
<y>130</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>6</string>
</property>
<property name="text">
<string>6</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonEqual">
<property name="geometry">
<rect>
<x>280</x>
<y>250</y>
<width>80</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>=,Enter</string>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="text">
<string>=</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonDivision">
<property name="geometry">
<rect>
<x>280</x>
<y>10</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>/</string>
</property>
<property name="text">
<string>÷</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonPercent">
<property name="geometry">
<rect>
<x>100</x>
<y>10</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>%</string>
</property>
<property name="text">
<string>%</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonDot">
<property name="geometry">
<rect>
<x>190</x>
<y>250</y>
<width>81</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>.</string>
</property>
<property name="text">
<string>.</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonNum_0">
<property name="geometry">
<rect>
<x>10</x>
<y>250</y>
<width>171</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>0</string>
</property>
<property name="text">
<string>0</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonNum_5">
<property name="geometry">
<rect>
<x>100</x>
<y>130</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>5</string>
</property>
<property name="text">
<string>5</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonMinus">
<property name="geometry">
<rect>
<x>280</x>
<y>130</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>-</string>
</property>
<property name="text">
<string>-</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonClear">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>Space</string>
</property>
<property name="text">
<string>C</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonNum_8">
<property name="geometry">
<rect>
<x>100</x>
<y>70</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>8</string>
</property>
<property name="text">
<string>8</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonTimes">
<property name="geometry">
<rect>
<x>280</x>
<y>70</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>*</string>
</property>
<property name="text">
<string>×</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonNum_2">
<property name="geometry">
<rect>
<x>100</x>
<y>190</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>2</string>
</property>
<property name="text">
<string>2</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonPlus">
<property name="geometry">
<rect>
<x>280</x>
<y>190</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>+</string>
</property>
<property name="text">
<string>+</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonNum_1">
<property name="geometry">
<rect>
<x>10</x>
<y>190</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>1</string>
</property>
<property name="text">
<string>1</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonNum_4">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>4</string>
</property>
<property name="text">
<string>4</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonNum_9">
<property name="geometry">
<rect>
<x>190</x>
<y>70</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>9</string>
</property>
<property name="text">
<string>9</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonNum_3">
<property name="geometry">
<rect>
<x>190</x>
<y>190</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>3</string>
</property>
<property name="text">
<string>3</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="ButtonNum_7">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>80</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>7</string>
</property>
<property name="text">
<string>7</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。