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.

28 lines
393 B

#ifndef FRMLIGHTBUTTON_H
#define FRMLIGHTBUTTON_H
#include <QWidget>
namespace Ui {
class frmLightButton;
}
class frmLightButton : public QWidget
{
Q_OBJECT
public:
explicit frmLightButton(QWidget *parent = 0);
~frmLightButton();
private:
Ui::frmLightButton *ui;
int type;
private slots:
void initForm();
void updateValue();
};
#endif // FRMLIGHTBUTTON_H