| 181 | public: |
| 182 | bigIconButton(const QString &iconPath, const QString &description, int radius, QWidget *parent = nullptr); |
| 183 | void setSelectable(bool sel = true){selectable = sel;} |
| 184 | void setScale(qreal scale); |
| 185 | |
| 186 | signals: |
nothing calls this directly
no outgoing calls
no test coverage detected