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

26
table2z.h Normal file
View File

@@ -0,0 +1,26 @@
#ifndef TABLE2Z_H
#define TABLE2Z_H
#include <QDialog>
namespace Ui {
class table2Z;
}
class table2Z : public QDialog
{
Q_OBJECT
public:
explicit table2Z(QWidget *parent = 0);
~table2Z();
private slots:
void on_lineEdit_returnPressed();
private:
Ui::table2Z *ui;
};
#endif // TABLE2Z_H