2 Star 1 Fork 1

ssda/LVGLBuilder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
LVGLFontDialog.h 593 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef LVGLFONTDIALOG_H
#define LVGLFONTDIALOG_H
#include <QDialog>
namespace Ui {
class LVGLFontDialog;
}
class LVGLFontDialog : public QDialog
{
Q_OBJECT
public:
explicit LVGLFontDialog(QWidget *parent = nullptr);
~LVGLFontDialog();
QString selectedFontPath() const;
uint8_t selectedFontSize() const;
uint8_t selectedBPP() const;
private slots:
void on_button_select_clicked();
void on_list_font_currentTextChanged(const QString &currentText);
private:
Ui::LVGLFontDialog *m_ui;
QHash<QString, int> m_index;
QHash<QString, QString> m_name;
};
#endif // LVGLFONTDIALOG_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shaoshunda/LVGLBuilder.git
git@gitee.com:shaoshunda/LVGLBuilder.git
shaoshunda
LVGLBuilder
LVGLBuilder
master

搜索帮助