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.

26 lines
315 B

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