新增存款计算器

This commit is contained in:
feiyangqingyun
2021-10-07 11:01:02 +08:00
parent 38cd834ac1
commit f6923b97a2
14 changed files with 378 additions and 91 deletions

View File

@@ -4,9 +4,7 @@
#include "qevent.h"
#include "qdebug.h"
Widget::Widget(QWidget *parent) :
QWidget(parent),
ui(new Ui::Widget)
Widget::Widget(QWidget *parent) : QWidget(parent), ui(new Ui::Widget)
{
ui->setupUi(this);
this->setMouseTracking(true);

View File

@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget" >
<property name="geometry" >
<widget class="QWidget" name="Widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
@@ -9,12 +10,11 @@
<height>300</height>
</rect>
</property>
<property name="windowTitle" >
<string>Widget</string>
<property name="windowTitle">
<string>鼠标十字线</string>
</property>
</widget>
<layoutDefault spacing="6" margin="11" />
<pixmapfunction></pixmapfunction>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>