mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: add mathModel use
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user