• 大小: 16KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: C/C++
  • 标签: QT  

资源简介

实现简单的加减乘除的功能,有界面,程序完整,结果可以运行正确,编程语言是c++,比较基础,适合新人。欢迎下载,评论

资源截图

代码片段和文件信息

#include “calculatorwidget.h“

CalculatorWidget::CalculatorWidget(QWidget *parent)
    : QWidget(parent)
{

    this->_textLEdt = new QLineEdit(this);
    _textLEdt->setAlignment(Qt::AlignRight);

    this->_zeroBtn    = new QPushButton(“0“ this);
    this->_zeroBtn->setSizePolicy(QSizePolicy ::Expanding  QSizePolicy ::Expanding );

    this->_oneBtn     = new QPushButton(“1“ this);   
    this->_twoBtn     = new QPushButton(“2“ this);
    this->_threeBtn   = new QPushButton(“3“ this);
    this->_fourBtn    = new QPushButton(“4“ this);
    this->_fiveBtn    = new QPushButton(“5“ this);
    this->_sixBtn     = new QPushButton(“6“ this);
    this->_sevenBtn   = new QPushButton(“7“ this);
    this->_eightBtn   = new QPushButton(“8“ this);
    this->_nineBtn    = 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-06-08 11:22  计算器\
     目录           0  2016-06-08 11:22  计算器\calculator\
     文件         366  2016-05-18 21:08  计算器\calculator\calculator.pro
     文件       23603  2016-06-08 11:15  计算器\calculator\calculator.pro.user
     文件       33759  2016-05-17 19:12  计算器\calculator\calculator.pro.user.682da4c
     文件        9163  2016-06-08 10:09  计算器\calculator\calculatorwidget.cpp
     文件        1414  2016-05-25 09:30  计算器\calculator\calculatorwidget.h
     文件         195  2016-05-25 09:26  计算器\calculator\main.cpp
     目录           0  2016-06-08 11:22  计算器\CH0205\
     文件         354  2016-05-17 15:03  计算器\CH0205\CH0205.pro
     文件       23591  2016-06-08 11:14  计算器\CH0205\CH0205.pro.user
     文件       23587  2016-06-08 10:09  计算器\CH0205\CH0205.pro.user.bc2357c
     文件         187  2016-05-17 15:03  计算器\CH0205\main.cpp
     文件       14089  2016-06-08 11:14  计算器\CH0205\soeasywidget.cpp
     文件        1668  2016-05-17 21:14  计算器\CH0205\soeasywidget.h

评论

共有 条评论