1 Star 0 Fork 2

KongJun/noter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
NotebookListComboBox.h 453 Bytes
一键复制 编辑 原始数据 按行查看 历史
KongJun 提交于 2020-12-28 16:40 . feat: add menu for notebookListComboBox
#ifndef __NOTEBOOKLISTCOMBOBOX_H__
#define __NOTEBOOKLISTCOMBOBOX_H__
#include <QComboBox>
#include <QMenu>
class NotebookListComboBox : public QComboBox
{
Q_OBJECT
public:
NotebookListComboBox (QWidget *parent = nullptr);
private:
QMenu *m_menu;
signals:
void removeNotebookSignal(const QString &notebook);
void importNotebookSignal();
void newNotebookSignal();
};
#endif /* end of include guard: __NOTEBOOKLISTCOMBOBOX_H__ */
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/kongjun18/noter.git
git@gitee.com:kongjun18/noter.git
kongjun18
noter
noter
master

搜索帮助