parent
c3b486278a
commit
13bc4b3953
@ -0,0 +1,32 @@
|
||||
#ifndef CANADIAN_HAIRLESS_H
|
||||
#define CANADIAN_HAIRLESS_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class Canadian_hairless;
|
||||
}
|
||||
|
||||
class Canadian_hairless : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit Canadian_hairless(QWidget *parent = 0);
|
||||
~Canadian_hairless();
|
||||
void canadian_book_set_background();
|
||||
|
||||
private slots:
|
||||
void on_back_clicked();
|
||||
void button1();
|
||||
void button2();
|
||||
void button3();
|
||||
void button4();
|
||||
void button5();
|
||||
void button6();
|
||||
|
||||
private:
|
||||
Ui::Canadian_hairless *ui;
|
||||
};
|
||||
|
||||
#endif // CANADIAN_HAIRLESS_H
|
||||
Loading…
Reference in new issue