1 Star 0 Fork 0

brok1n/qt2048

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.cpp 320 Bytes
一键复制 编辑 原始数据 按行查看 历史
brok1n 提交于 2021-01-30 12:37 . event driven
#include "mainwindow.h"
#include <QApplication>
#include "common.h"
#include <QDesktopWidget>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
//屏幕宽度高度
screen_w = a.desktop()->width();
screen_h = a.desktop()->height();
MainWindow w;
w.show();
return a.exec();
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/brok1n/qt2048.git
[email protected]:brok1n/qt2048.git
brok1n
qt2048
qt2048
master

搜索帮助