feat: 添加ElaWidgetTool库
This commit is contained in:
20
ElaWidgetTools/private/ElaToolBarPrivate.h
Normal file
20
ElaWidgetTools/private/ElaToolBarPrivate.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef ELATOOLBARPRIVATE_H
|
||||
#define ELATOOLBARPRIVATE_H
|
||||
#include <QObject>
|
||||
|
||||
#include "ElaDef.h"
|
||||
class ElaToolBar;
|
||||
class ElaToolBarPrivate : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_D_CREATE(ElaToolBar)
|
||||
public:
|
||||
explicit ElaToolBarPrivate(QObject* parent = nullptr);
|
||||
~ElaToolBarPrivate();
|
||||
|
||||
private:
|
||||
ElaThemeType::ThemeMode _themeMode;
|
||||
int _shadowBorderWidth{6};
|
||||
};
|
||||
|
||||
#endif // ELATOOLBARPRIVATE_H
|
||||
Reference in New Issue
Block a user