1 Star 0 Fork 15

sspemail/LVGLBuilder

forked from zhangheyang/LVGLBuilder 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
LVGLDialog.cpp 312 Bytes
一键复制 编辑 原始数据 按行查看 历史
CURTLab 提交于 2019-12-25 14:59 . Use LVGLCore and added bin image export
#include "LVGLDialog.h"
#include "LVGLCore.h"
LVGLDialog::LVGLDialog(QWidget *parent) : QDialog(parent)
{
setWindowTitle(QString("LVGL [%1x%2]").arg(lvgl.width()).arg(lvgl.height()));
setFixedSize(lvgl.size());
setSizeGripEnabled(false);
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sspemail/LVGLBuilder.git
git@gitee.com:sspemail/LVGLBuilder.git
sspemail
LVGLBuilder
LVGLBuilder
master

搜索帮助