4 Star 36 Fork 14

ITVENTI科技/WorkXP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.cpp 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
huanglingzhi 提交于 2020-06-29 18:07 +08:00 . Let's roll
#include "mainwindow.h"
#include "thememanager.h"
#include "preferences.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
QGuiApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
Preferences::instance();
ThemeManager::instance();
MainWindow w;
w.showMaximized();
w.init();
w.newFile(true);
return a.exec();
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/itventi/workxp.git
git@gitee.com:itventi/workxp.git
itventi
workxp
WorkXP
master

搜索帮助