1#ifndef WIDGETS_ICONBUTTON_H
2#define WIDGETS_ICONBUTTON_H
6#include <QAbstractButton>
20 explicit IconButton(QWidget *parent =
nullptr);
24 const QPixmap &
pixmap()
const;
36 void assignDataFromActionChangedSignal();
37 void assignDataFromAction(
const QAction *action);
#define QT_UTILITIES_EXPORT
Marks the symbol to be exported by the qtutilities library.