qt-material-widgets/components/qtmaterialmenu.h

20 lines
367 B
C
Raw Normal View History

2017-10-15 13:40:11 +00:00
#ifndef QTMATERIALMENU_H
#define QTMATERIALMENU_H
#include <QtWidgets/QWidget>
2021-07-02 10:42:28 +00:00
#include "qtmaterial_global.h"
#include "qtmaterial_global.h"
2021-07-02 10:42:28 +00:00
class QT_MATERIAL_EXPORT QtMaterialMenu : public QWidget
{
Q_OBJECT
public:
explicit QtMaterialMenu(QWidget *parent = 0);
protected:
void paintEvent(QPaintEvent *event) override;
};
2017-10-15 13:40:11 +00:00
#endif // QTMATERIALMENU_H