Skip to content

Commit

Permalink
feat: 新增消息弹窗
Browse files Browse the repository at this point in the history
  • Loading branch information
mhduiy committed Jul 12, 2023
1 parent 76a0633 commit 8c52d52
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/customComponents/MNotificationBox.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//
// Created by mhduiy on 2023/7/13.
//

#include "MNotificationBox.h"
16 changes: 16 additions & 0 deletions src/customComponents/MNotificationBox.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
//
// Created by mhduiy on 2023/7/13.
//

#ifndef SIMPLYTOOLS_MNOTIFICATIONBOX_H
#define SIMPLYTOOLS_MNOTIFICATIONBOX_H



class MNotificationBox {

};



#endif //SIMPLYTOOLS_MNOTIFICATIONBOX_H
Binary file added src/customComponents/res/closeIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c52d52

Please sign in to comment.