彻底改版2.0
This commit is contained in:
25
widget/colorwidget/frmcolorwidget.h
Normal file
25
widget/colorwidget/frmcolorwidget.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef FRMCOLORWIDGET_H
|
||||
#define FRMCOLORWIDGET_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class frmColorWidget;
|
||||
}
|
||||
|
||||
class frmColorWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit frmColorWidget(QWidget *parent = 0);
|
||||
~frmColorWidget();
|
||||
|
||||
private slots:
|
||||
void on_pushButton_clicked();
|
||||
|
||||
private:
|
||||
Ui::frmColorWidget *ui;
|
||||
};
|
||||
|
||||
#endif // FRMCOLORWIDGET_H
|
||||
Reference in New Issue
Block a user