1 | // SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd. |
2 | // |
3 | // SPDX-License-Identifier: GPL-3.0-or-later |
4 | |
5 | #ifndef RENAMEPOPUP_H |
6 | #define |
7 | |
8 | #include "common/common.h" |
9 | |
10 | #include <QWidget> |
11 | |
12 | class ; |
13 | class : public QWidget |
14 | { |
15 | Q_OBJECT |
16 | RenamePopupPrivate *const ; |
17 | public: |
18 | static RenamePopup *(); |
19 | explicit (QWidget *parent = nullptr); |
20 | virtual (); |
21 | void (const QString &name); |
22 | QString (); |
23 | virtual int (const QPoint &pos); |
24 | virtual int (); |
25 | |
26 | signals: |
27 | void (const QString &text); |
28 | |
29 | protected: |
30 | virtual void (QShowEvent *event); |
31 | virtual void (QHideEvent *event); |
32 | }; |
33 | |
34 | #endif // RENAMEPOPUP_H |
35 | |