You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
394 B

#ifndef FRMIMAGESWITCH_H
#define FRMIMAGESWITCH_H
#include <QWidget>
namespace Ui {
class frmImageSwitch;
}
class frmImageSwitch : public QWidget
{
Q_OBJECT
public:
explicit frmImageSwitch(QWidget *parent = 0);
~frmImageSwitch();
private:
Ui::frmImageSwitch *ui;
private slots:
void initForm();
void checkedChanged(bool checked);
};
#endif // FRMIMAGESWITCH_H