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

资源简介

基于QT实现俄罗斯方块游戏。代码只有100多行

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MainWindow w;
    w.show();

    return a.exec();
}

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

     文件        332  2014-05-02 20:53  eluoshiSquare\eluoshiSquare.pro

     文件      18126  2014-05-03 13:58  eluoshiSquare\eluoshiSquare.pro.user

     文件        183  2014-05-02 20:51  eluoshiSquare\main.cpp

     文件       4687  2014-05-03 18:47  eluoshiSquare\mainwindow.h

     目录          0  2014-05-03 18:47  eluoshiSquare

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

                23328                    5


评论

共有 条评论