命名规范
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user