first commit
This commit is contained in:
19
project/fm_viewer/ui/rm_popup_content_background.h
Normal file
19
project/fm_viewer/ui/rm_popup_content_background.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef RM_POPUP_CONTENT_BACKGROUND_H
|
||||
#define RM_POPUP_CONTENT_BACKGROUND_H
|
||||
|
||||
#include "../rm_include.h"
|
||||
//#include <QWidget>
|
||||
|
||||
class RMPopupContentBackground : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit RMPopupContentBackground(QWidget *parent = nullptr);
|
||||
private:
|
||||
void paintEvent(QPaintEvent *pe);
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
};
|
||||
|
||||
#endif // RM_POPUP_CONTENT_BACKGROUND_H
|
||||
Reference in New Issue
Block a user