commit before modify

This commit is contained in:
xueyan hu
2021-12-13 17:01:17 +08:00
parent e3ffa9bd88
commit faa69197f3
10 changed files with 65 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
#ifndef IMAGESWITCH_H
#ifndef IMAGESWITCH_H
#define IMAGESWITCH_H
/**
@@ -48,7 +48,8 @@ public:
ButtonStyle getButtonStyle() const;
QSize sizeHint() const;
QSize minimumSizeHint() const;
signals:
void clicked();
public Q_SLOTS:
//设置是否选中
void setChecked(bool isChecked);