You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pa-calculator/source/about.h

24 lines
270 B
C++

#ifndef ABOUT_H
#define ABOUT_H
#include <QDialog>
namespace Ui {
class about;
}
class about : public QDialog
{
Q_OBJECT
public:
explicit about(QWidget *parent = nullptr);
~about();
private:
Ui::about *ui;
QPixmap* pixmap;
};
#endif // ABOUT_H