Init
This commit is contained in:
32
errorsza.h
Normal file
32
errorsza.h
Normal file
@@ -0,0 +1,32 @@
|
||||
#ifndef ERRORSZA_H
|
||||
#define ERRORSZA_H
|
||||
|
||||
#include <QDialog>
|
||||
#include "widget.h"
|
||||
|
||||
namespace Ui {
|
||||
class errorsZA;
|
||||
}
|
||||
|
||||
class errorsZA : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit errorsZA(QWidget *parent = 0);
|
||||
~errorsZA();
|
||||
|
||||
private slots:
|
||||
void on_pushButton_2_clicked();
|
||||
|
||||
void on_pushButton_clicked();
|
||||
|
||||
private:
|
||||
void closeEvent(QCloseEvent *event);
|
||||
Ui::errorsZA *ui;
|
||||
int errZAhor[9];
|
||||
int errZAver[7];
|
||||
int errZAdB;
|
||||
};
|
||||
|
||||
#endif // ERRORSZA_H
|
||||
Reference in New Issue
Block a user