This repository has been archived on 2022-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
modern-linbo-gui/headers/linboosselectbutton.h

15 lines
290 B
C++

#ifndef LINBOOSSELECTBUTTON_H
#define LINBOOSSELECTBUTTON_H
#include <QObject>
#include "qmodernpushbutton.h"
class LinboOsSelectButton : public QModernPushButton
{
Q_OBJECT
public:
LinboOsSelectButton(QString icon, QWidget* parent = nullptr);
};
#endif // LINBOOSSELECTBUTTON_H