• 大小: 351KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-24
  • 语言: 其他
  • 标签: QT  doctorMario  

资源简介

自己做的QT玛丽奥医生的源代码,“山寨”了小时候的FC游戏玛丽奥医生。大致部分完成了...欢迎修改与讨论...作者email:42550821@qq.com..

资源截图

代码片段和文件信息

#include “aboutdialog.h“
#include 
#include 
#include 
#include 
#include 
#include 

AboutDialog::AboutDialog(QWidget *parent) :
    QDialog(parent)
{
    resize(400300);
    QVBoxLayout *layout=new QVBoxLayout();
    setLayout(layout);

    QLabel *label=new QLabel(“

About DoctorMario

Version 1.0

Copyright © 2012 Chen. All rights reserved.

Special thanks to A3LLLOny.

“);
    layout->addWidget(label);
    this->setWindowtitle(tr(“About DoctorMario“));
}

void AboutDialog::paintEvent(QPaintEvent *event)
{
    QRect rect=QRect(QPoint(00)QPoint(480300));
    QPainter painter;
    QPixmap *pic=new QPixmap(“:/mylogo.JPG“);
    *pic=pic->scaled(rect.width()rect.height()Qt::KeepAspectRatio);
    painter.drawPixmap(00*pic);

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        421  2012-02-13 15:47  20120207-doctorMario\20120207-doctorMario.pro

     文件      24735  2012-02-13 15:47  20120207-doctorMario\20120207-doctorMario.pro.user

     文件        834  2012-02-13 15:47  20120207-doctorMario\aboutdialog.cpp

     文件        264  2012-02-13 15:47  20120207-doctorMario\aboutdialog.h

     文件       4114  2012-02-13 15:47  20120207-doctorMario\blue.png

     文件      22229  2012-02-13 15:47  20120207-doctorMario\doctormario.cpp

     文件       2003  2012-02-13 15:47  20120207-doctorMario\doctormario.h

     文件       4654  2012-02-13 15:47  20120207-doctorMario\doctormariogame.cpp

     文件        995  2012-02-13 15:47  20120207-doctorMario\doctormariogame.h

     文件        215  2012-02-13 15:47  20120207-doctorMario\main.cpp

     文件     161248  2012-02-13 15:47  20120207-doctorMario\mario.png

     文件     167936  2012-02-13 15:47  20120207-doctorMario\mylogo.JPG

     文件        305  2012-02-13 15:47  20120207-doctorMario\qtres.qrc

     文件       4170  2012-02-13 15:47  20120207-doctorMario\red.png

     文件       3125  2012-02-13 15:47  20120207-doctorMario\xblue.png

     文件       3125  2012-02-13 15:47  20120207-doctorMario\xred.png

     文件       3183  2012-02-13 15:47  20120207-doctorMario\xyellow.png

     文件       4079  2012-02-13 15:47  20120207-doctorMario\yellow.png

     目录          0  2012-02-13 15:47  20120207-doctorMario

----------- ---------  ---------- -----  ----

               407635                    19


评论

共有 条评论