SARibbon
2.5.1
SARibbon wiki
载入中...
搜索中...
未找到
SARibbonApplicationButton.h
1
#ifndef SARIBBONAPPLICATIONBUTTON_H
2
#define SARIBBONAPPLICATIONBUTTON_H
3
#include <QToolButton>
4
#include "SARibbonGlobal.h"
5
11
class
SA_RIBBON_EXPORT
SARibbonApplicationButton
:
public
QToolButton
12
{
13
Q_OBJECT
14
public
:
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
);
18
~SARibbonApplicationButton
();
19
};
20
21
#endif
// SARIBBONAPPLICATIONBUTTON_H
SARibbonApplicationButton
The SARibbonApplicationButton class
Definition
SARibbonApplicationButton.h:12
src
SARibbonBar
SARibbonApplicationButton.h
制作者
1.9.8