2017-09-29 09:50:04 +00:00
|
|
|
#ifndef RAISEDBUTTONSETTINGSEDITOR_H
|
|
|
|
#define RAISEDBUTTONSETTINGSEDITOR_H
|
|
|
|
|
2022-02-17 14:22:14 +00:00
|
|
|
#include <qtmaterialraisedbutton.h>
|
2017-09-29 09:50:04 +00:00
|
|
|
#include "flatbuttonsettingseditor.h"
|
|
|
|
|
2022-02-17 14:22:14 +00:00
|
|
|
using namespace md;
|
|
|
|
|
2017-09-29 09:50:04 +00:00
|
|
|
class RaisedButtonSettingsEditor : public FlatButtonSettingsEditor
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
|
|
|
|
public:
|
|
|
|
explicit RaisedButtonSettingsEditor(QWidget *parent = 0);
|
|
|
|
~RaisedButtonSettingsEditor();
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif // RAISEDBUTTONSETTINGSEDITOR_H
|