feat: add mathModel use

This commit is contained in:
semenov
2025-06-16 09:21:02 +03:00
parent e7b59de7c7
commit a8759fdf1c
141 changed files with 31722 additions and 16433 deletions

View File

@@ -16,16 +16,17 @@ class EntryWidget : public QWidget
public:
explicit EntryWidget(QWidget *parent = nullptr);
void initialize(MainWindow *mainWindow);
void connectionEmptyState();
void AconnectionEmptyState();
void settingsState();
bool isLoginFieldsFill();
ClientAutorization* getAuthData();
ServerSettings* getServerSettings();
void loginIsActive(bool flag);
void settingsWidgetIsActive(bool flag);
void fillSettings(ServerSettings *settings);
~EntryWidget();
void connectionEmptyState();
void fillSettings(ServerSettings *settings);
ServerSettings *getServerSettings();
void isActive(bool flag);
private slots:
void on_loginButton_clicked();