mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: complete ui update
This commit is contained in:
@@ -476,6 +476,14 @@ void MainWindow::on_updateListGuideLabel_linkActivated(const QString &link)
|
||||
updateWidget->show();
|
||||
}
|
||||
|
||||
void MainWindow::on_offlineStartButton_clicked()
|
||||
{
|
||||
QString username = "offlineUser";
|
||||
QString password = "000000";
|
||||
|
||||
dataParser->createAuthDataOffline(username,password);
|
||||
on_startButton_clicked();
|
||||
}
|
||||
|
||||
void MainWindow::on_exitButton_clicked()
|
||||
{
|
||||
@@ -607,3 +615,4 @@ MainWindow::~MainWindow()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user