colorform.h 275 字节
Newer Older
花狗Fdog's avatar
花狗Fdog 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
#ifndef COLORFORM_H
#define COLORFORM_H

#include <QWidget>

namespace Ui {
class ColorForm;
}

class ColorForm : public QWidget
{
    Q_OBJECT

public:
    explicit ColorForm(QWidget *parent = 0);
    ~ColorForm();

private:
    Ui::ColorForm *ui;
};

#endif // COLORFORM_H