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.
calculate-utils-2.2-install.../src/pagelicense.h

28 lines
314 B

14 years ago
#pragma once
#include "installerpage.h"
class QTextEdit;
class QCheckBox;
class PageLicense : public InstallerPage
{
Q_OBJECT
public:
explicit PageLicense();
14 years ago
void retranslateUi();
protected:
void setupUi();
14 years ago
public slots:
void show();
private:
QTextEdit* m_textLicense;
QCheckBox* m_checkAccept;
14 years ago
};