命名规范

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
+6 -6
View File
@@ -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;