Init
This commit is contained in:
31
meteosred.h
Normal file
31
meteosred.h
Normal file
@@ -0,0 +1,31 @@
|
||||
#ifndef METEOSRED_H
|
||||
#define METEOSRED_H
|
||||
|
||||
#include <QDialog>
|
||||
#include "widget.h"
|
||||
namespace Ui {
|
||||
class meteosred;
|
||||
}
|
||||
|
||||
class meteosred : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit meteosred(QWidget *parent = 0);
|
||||
~meteosred();
|
||||
|
||||
|
||||
private slots:
|
||||
void on_pushButton_2_clicked();
|
||||
|
||||
void on_pushButton_clicked();
|
||||
|
||||
void changeItems();
|
||||
|
||||
void closeEvent(QCloseEvent *event);
|
||||
private:
|
||||
Ui::meteosred *ui;
|
||||
};
|
||||
|
||||
#endif // METEOSRED_H
|
||||
Reference in New Issue
Block a user