This commit is contained in:
2025-07-02 07:45:34 +03:00
parent a4135d45d8
commit 1fee25a38c
121 changed files with 16425 additions and 0 deletions

31
vvodsectugol.h Normal file
View File

@@ -0,0 +1,31 @@
#ifndef VVODSECTUGOL_H
#define VVODSECTUGOL_H
#include <QDialog>
#include "widget.h"
namespace Ui {
class vvodSectUgol;
}
class vvodSectUgol : public QDialog
{
Q_OBJECT
public:
explicit vvodSectUgol(QWidget *parent = 0);
~vvodSectUgol();
private slots:
void on_pushButton_3_clicked();
void on_pushButton_2_clicked();
void on_pushButton_clicked();
void closeEvent(QCloseEvent *event);
private:
Ui::vvodSectUgol *ui;
};
#endif // VVODSECTUGOL_H