This commit is contained in:
krivoshein
2024-12-20 16:20:55 +03:00
parent bc1f864815
commit 5e32b53f1b
47 changed files with 1050 additions and 475 deletions

View File

@@ -19,9 +19,11 @@ public:
};
QString getLogin() {return login;};
QListWidget* getListWidget() {return listWidget;};
int getIndexTab() {return indexTab;};
void addMsgWidgetLocal(QString text);
void addMsgWidgetRemote(QString text);
private:
QString login = "";
int indexTab = 0;