• 大小: 3.6MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-10
  • 语言: 其他
  • 标签: qt  

资源简介

本人在学习qt时收集来的小项目,包括qt 2048小游戏,音乐播放器,扫雷游戏,贪吃蛇,计算器等,亲测可用。能帮助新手快速熟悉qt GUI编程。

资源截图

代码片段和文件信息

#include “Game/Windows/Headers/gamewindow.h“
#include 
#include yleFactory>

void setFusionTheme(void);

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

    return a.exec();
}

/**
 * From : https://gist.github.com/QuantumCD/6245215
 * @brief setFusionTheme
 */
void setFusionTheme(void)
{
    qApp->setstyle(QstyleFactory::create(“Fusion“));

    QPalette darkPalette;
    darkPalette.setColor(QPalette::Window QColor(535353));
    darkPalette.setColor(QPalette::WindowText Qt::white);
    darkPalette.setColor(QPalette::base QColor(252525));
    darkPalette.setColor(QPalette::Alternatebase QColor(535353));
    darkPalette.setColor(QPalette::ToolTipbase Qt::white);
    darkPalette.setColor(QPalette::ToolTipText Qt::white);
    darkPalette.setColor(QPalette::Text Qt::white);
    darkPalette.setColor(QPalette::Button QColor(535353));
    darkPalette.setColor(QPalette::ButtonText Qt::white);
    darkPalette.setColor(QPalette::BrightText Qt::red);
    darkPalette.setColor(QPalette::link QColor(42 130 218));

    darkPalette.setColor(QPalette::Highlight QColor(42 130 218));
    darkPalette.setColor(QPalette::HighlightedText Qt::black);

    qApp->setPalette(darkPalette);
    qApp->setstyleSheet(“QToolTip { color: #ffffff; background-color: #2a82da; border: 1px solid white; }“);
}

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

     文件        312  2016-02-18 12:45  SomeQtGUIExamples\.git\config

     文件         73  2016-02-18 12:21  SomeQtGUIExamples\.git\description

     文件        107  2016-02-25 21:26  SomeQtGUIExamples\.git\FETCH_HEAD

     文件         23  2016-02-18 12:21  SomeQtGUIExamples\.git\HEAD

     文件        177  2016-02-18 12:21  SomeQtGUIExamples\.git\hooks\README.sample

     文件      39566  2016-02-18 12:42  SomeQtGUIExamples\.git\index

     文件        113  2016-02-18 12:21  SomeQtGUIExamples\.git\info\exclude

     文件        341  2016-02-18 12:42  SomeQtGUIExamples\.git\logs\HEAD

     文件        341  2016-02-18 12:42  SomeQtGUIExamples\.git\logs\refs\heads\master

     文件        142  2016-02-18 12:44  SomeQtGUIExamples\.git\logs\refs\remotes\origin\master

     文件        538  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\00\c70027d39a7bf6d88b2f3e86aa37b7b8423cfb

     文件       3545  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\02\61d2048935be3ae506e07dd7263935a760b710

     文件        137  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\03\265828199407a094cad24370b9b871f9606c9a

     文件      43822  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\05\034557f4e0b777ae92bf1c2f9e8891cf419abb

     文件       2080  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\05\605482972f1cc670a2a752991bc97069ec7c86

     文件        273  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\06\72ecb75744c6b3037658e153571574f04d1554

     文件         53  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\06\c15fc132b2237edad52ddf8dac5a84f1723ba8

     文件        371  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\07\524b20ab6de4913ee65fe0cffef8ceafb8a8ef

     文件        267  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\08\be7ab59a944036aa842129400a69cdf4f977f3

     文件        153  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\09\cd614ea990f69c2cc9409d912de0ad9351e3d1

     文件        494  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\0a\3b9036d602493e22a0985d7088ebccf814dab8

     文件       2600  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\0b\1aa7d39cab8ce33cb5f08a664cec762199b517

     文件       2145  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\0d\d45bc401f117b5fd76f550ff912988ccac8a79

     文件        600  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\0d\d88cdb64c69e3bae43194fd695a75b19469c40

     文件        395  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\0e\1c28c76f0847eb7020797ca2e232a1ef2e0957

     文件       4442  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\0e\1c9f03f84de9f9c6c4f486b7ef918318f43737

     文件     560114  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\10\0ad97e25e6f9b160649fc491d94740ed705b16

     文件        428  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\11\427d70f899bd32441bf7e2f877d2ca99410332

     文件       1147  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\12\452de38981eaa7faf1825e5d842fa2177f4d80

     文件        255  2016-02-18 12:42  SomeQtGUIExamples\.git\objects\12\b80eabd39eafa79ff314e50cff33603ecdebd5

............此处省略1035个文件信息

评论

共有 条评论