|
SynchroTime
|
The file contains the definition of the constructor and methods of the MainWindow class. More...
#include "mainwindow.h"#include "ui_mainwindow.h"#include "console.h"#include "serialportsettings.h"#include "settingsdialog.h"#include "rtc.h"#include <QMessageBox>#include <QLCDNumber>#include <QLabel>#include <QTime>#include <QTimer>#include <QSettings>#include <QThread>#include <QInputDialog>#include <QFontDialog>
Macros | |
| #define | WAIT_FOR_STREAM 1000 |
| Wait 1s for the stream. More... | |
| #define | SETTINGS_FILE QStringLiteral( "synchroTimeApp.ini" ) |
| The name of the settings file. More... | |
The file contains the definition of the constructor and methods of the MainWindow class.
| #define SETTINGS_FILE QStringLiteral( "synchroTimeApp.ini" ) |
The name of the settings file.
Referenced by MainWindow::readSettings(), and MainWindow::writeSettings().
| #define WAIT_FOR_STREAM 1000 |
Wait 1s for the stream.
Referenced by MainWindow::connectRTC(), MainWindow::disconnectRTC(), and MainWindow::~MainWindow().
1.8.11