mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: monitor list
This commit is contained in:
@@ -68,7 +68,7 @@ void MainWindow::createObjects()
|
||||
recognizeSystem = new RecognizeSystem;
|
||||
recognizeSystem->moveToThread(connectionThread);
|
||||
|
||||
screenChecker = new ScreenChecker(dataParser,ui->displayWidget);
|
||||
screenChecker = new ScreenChecker(dataParser,ui->displayLayout);
|
||||
externalExecuter = new ExternalExecuter;
|
||||
|
||||
hashComparer = new HashComparer(dataParser);
|
||||
@@ -187,6 +187,7 @@ void MainWindow::checkLoginResult(ServerAuthorization *serverAuth)
|
||||
|
||||
dataParser->createAuthData(serverAuth);
|
||||
ui->loginWidget->hide();
|
||||
ui->LanguageWidget->hide();
|
||||
|
||||
}
|
||||
else {
|
||||
@@ -407,15 +408,8 @@ void MainWindow::keyPressEvent(QKeyEvent *event)
|
||||
|
||||
void MainWindow::painting()
|
||||
{
|
||||
// QPixmap background(":/resource/SSJ-100.jpg");
|
||||
// QColor color(77,77,77,255);
|
||||
// background.scaled(this->size(),Qt::IgnoreAspectRatio);
|
||||
// QPalette palette;
|
||||
// palette.setBrush(QPalette::Window,background);
|
||||
// palette.dark();
|
||||
// this->setPalette(palette);
|
||||
|
||||
QFontDatabase::addApplicationFont(":/Fonts/Kanit Cyrillic.ttf");
|
||||
QFontDatabase::addApplicationFont(":/Fonts/HelveticaNeue-Medium.ttf");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user