SARibbon 2.5.1
SARibbon wiki
载入中...
搜索中...
未找到
SARibbonApplicationButton.h
1#ifndef SARIBBONAPPLICATIONBUTTON_H
2#define SARIBBONAPPLICATIONBUTTON_H
3#include <QToolButton>
4#include "SARibbonGlobal.h"
5
11class SA_RIBBON_EXPORT SARibbonApplicationButton : public QToolButton
12{
13 Q_OBJECT
14public:
15 explicit SARibbonApplicationButton(QWidget* parent = nullptr);
16 explicit SARibbonApplicationButton(const QString& text, QWidget* parent = nullptr);
17 explicit SARibbonApplicationButton(const QIcon& icon, const QString& text, QWidget* parent = nullptr);
19};
20
21#endif // SARIBBONAPPLICATIONBUTTON_H
The SARibbonApplicationButton class
Definition SARibbonApplicationButton.h:12