SynchroTime
Macros
mainwindow.cpp File Reference

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>
Include dependency graph for mainwindow.cpp:

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...
 

Detailed Description

The file contains the definition of the constructor and methods of the MainWindow class.

Macro Definition Documentation

#define SETTINGS_FILE   QStringLiteral( "synchroTimeApp.ini" )

The name of the settings file.

Referenced by MainWindow::readSettings(), and MainWindow::writeSettings().

#define WAIT_FOR_STREAM   1000