彻底改版2.0
This commit is contained in:
27
control/lightbutton/frmlightbutton.h
Normal file
27
control/lightbutton/frmlightbutton.h
Normal file
@@ -0,0 +1,27 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user