命名规范
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#ifndef FrequentShower_H
|
||||
#define FrequentShower_H
|
||||
#ifndef Frequent_Shower_H
|
||||
#define Frequent_Shower_H
|
||||
#include "../Global.h"
|
||||
|
||||
class FrequentShower : public QWidget {
|
||||
class Frequent_Shower : public QWidget {
|
||||
public:
|
||||
explicit FrequentShower(QWidget *parent = nullptr);
|
||||
explicit Frequent_Shower(QWidget *parent = nullptr);
|
||||
void set_frequent(quint64 frequent);
|
||||
int selectIndex = 0;
|
||||
QString mFrequent = "00.000.000.000";
|
||||
int select_index = 0;
|
||||
QString frequent = "00.000.000.000";
|
||||
protected:
|
||||
void paintEvent(QPaintEvent *event) override;
|
||||
void keyPressEvent(QKeyEvent *event) override;
|
||||
|
||||
Reference in New Issue
Block a user