Line 660... |
Line 660... |
660 |
connect(this, &MainWindow::sigAskPassword, this, &MainWindow::askPassword);
|
660 |
connect(this, &MainWindow::sigAskPassword, this, &MainWindow::askPassword);
|
661 |
connect(this, &MainWindow::sigFileDialog, this, &MainWindow::fileDialog);
|
661 |
connect(this, &MainWindow::sigFileDialog, this, &MainWindow::fileDialog);
|
662 |
connect(this, &MainWindow::sigStartWait, this, &MainWindow::startWait);
|
662 |
connect(this, &MainWindow::sigStartWait, this, &MainWindow::startWait);
|
663 |
connect(this, &MainWindow::sigStopWait, this, &MainWindow::stopWait);
|
663 |
connect(this, &MainWindow::sigStopWait, this, &MainWindow::stopWait);
|
664 |
connect(this, &MainWindow::sigPageFinished, this, &MainWindow::pageFinished);
|
664 |
connect(this, &MainWindow::sigPageFinished, this, &MainWindow::pageFinished);
|
- |
|
665 |
connect(this, &MainWindow::sigInitializeIntercom, this, &MainWindow::initializeIntercom);
|
- |
|
666 |
connect(this, &MainWindow::sigIntercomStart, this, &MainWindow::intercomStart);
|
- |
|
667 |
connect(this, &MainWindow::sigIntercomStop, this, &MainWindow::intercomStop);
|
- |
|
668 |
connect(this, &MainWindow::sigIntercomSpkLevel, this, &MainWindow::intercomSpkLevel);
|
- |
|
669 |
connect(this, &MainWindow::sigIintercomMicLevel, this, &MainWindow::intercomMicLevel);
|
- |
|
670 |
connect(this, &MainWindow::sigIntercomMicMute, this, &MainWindow::intercomMicMute);
|
665 |
connect(qApp, &QGuiApplication::applicationStateChanged, this, &MainWindow::onAppStateChanged);
|
671 |
connect(qApp, &QGuiApplication::applicationStateChanged, this, &MainWindow::onAppStateChanged);
|
666 |
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
|
672 |
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
|
667 |
QScreen *screen = QGuiApplication::primaryScreen();
|
673 |
QScreen *screen = QGuiApplication::primaryScreen();
|
668 |
connect(screen, &QScreen::orientationChanged, this, &MainWindow::onScreenOrientationChanged);
|
674 |
connect(screen, &QScreen::orientationChanged, this, &MainWindow::onScreenOrientationChanged);
|
669 |
connect(this, &MainWindow::sigActivateSettings, this, &MainWindow::activateSettings);
|
675 |
connect(this, &MainWindow::sigActivateSettings, this, &MainWindow::activateSettings);
|