• 大小: 436KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: 其他
  • 标签: Qt  华容道  

资源简介

Qt版本华容道!纯属无聊,初衷是写给家里小朋友娱乐的,同时也能培养他动脑的习惯!

资源截图

代码片段和文件信息

/******************************************************************
 Copyright (C) 2019 - All Rights Reserved by
 文 件 名 : gamepanelwidget.cpp --- GamePanelWidget
 作 者    : Niyh(lynnhua)
 编写日期 : 2019
 说 明    :
 历史纪录 :
 <作者>    <日期>        <版本>        <内容>
  Niyh    2019     1.0.0 1     文件创建
*******************************************************************/
#include “gamepanelwidget.h“

#include 
#include 
#include 
#include 

#define BLOCK_SPACE     2

GamePanelWidget::GamePanelWidget(QWidget *parent) : QWidget(parent)
    m_nRows(4)
{
    SetRows(m_nRows);
    m_bStart = false;
}

GamePanelWidget::~GamePanelWidget()
{

}

void GamePanelWidget::SetRows(int row)
{
    if (row < 2 || row > 10) return;

    if (NULL !=

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-07-17 16:47  Huarongdao\
     文件        1033  2019-07-05 16:23  Huarongdao\.qmake.stash
     文件       67646  2019-07-15 15:53  Huarongdao\app.ico
     文件          38  2019-06-10 15:53  Huarongdao\app.rc
     目录           0  2019-07-05 16:23  Huarongdao\debug\
     文件        6126  2019-07-15 11:18  Huarongdao\gamepanelwidget.cpp
     文件        1070  2019-07-05 17:12  Huarongdao\gamepanelwidget.h
     文件        1262  2019-07-17 16:46  Huarongdao\Huarongdao.pro
     文件       23760  2019-07-15 17:22  Huarongdao\Huarongdao.pro.user
     目录           0  2019-07-05 16:58  Huarongdao\images\
     文件      282227  2019-07-05 16:07  Huarongdao\images\background.png
     文件      104922  2019-07-05 16:58  Huarongdao\images\select.png
     文件         145  2019-07-05 16:50  Huarongdao\images.qrc
     文件        1298  2019-07-05 17:10  Huarongdao\levelselectwidget.cpp
     文件         945  2019-07-05 17:07  Huarongdao\levelselectwidget.h
     文件        3483  2019-07-15 10:17  Huarongdao\levelselectwidget.ui
     文件         582  2019-07-17 16:46  Huarongdao\main.cpp
     文件        2600  2019-07-05 17:17  Huarongdao\mainwindow.cpp
     文件         949  2019-07-05 17:08  Huarongdao\mainwindow.h
     文件        3587  2019-07-15 15:58  Huarongdao\mainwindow.ui
     文件       30524  2019-07-17 16:46  Huarongdao\Makefile
     文件       83500  2019-07-17 16:46  Huarongdao\Makefile.Debug
     文件       83688  2019-07-17 16:46  Huarongdao\Makefile.Release
     目录           0  2019-07-17 16:47  Huarongdao\release\

评论

共有 条评论