命名规范

This commit is contained in:
2026-07-29 12:30:40 +08:00
parent f5f1bf9cc7
commit 18edce4838
59 changed files with 1690 additions and 1795 deletions
+5 -5
View File
@@ -1,11 +1,11 @@
#ifndef ExpandInput_H
#define ExpandInput_H
#ifndef Expand_Input_H
#define Expand_Input_H
#include "../Global.h"
#include <QLineEdit>
class ExpandInput : public QLineEdit {
class Expand_Input : public QLineEdit {
public:
explicit ExpandInput(QWidget *parent = nullptr);
QFont mFont;
explicit Expand_Input(QWidget *parent = nullptr);
QFont font;
protected:
void paintEvent(QPaintEvent *event) override;
void resizeEvent(QResizeEvent *event) override;