Navigator2Go
2.0
Manage your local Ocean Navigator installation.
|
Dialog window to view THREDDS log files. More...
#include <dialogthreddslogs.h>
Public Member Functions | |
DialogTHREDDSLogs (const QString &threddsLogFolder, QWidget *parent=nullptr) | |
Private Slots | |
void | on_pushButtonOpenLogFolder_clicked () |
void | on_comboBoxLogFiles_currentIndexChanged (const QString &arg1) |
void | on_pushButtonReloadLogFile_clicked () |
Private Member Functions | |
void | loadLogFile (const QString &filename) |
Loads a given log file into the UI. | |
Private Attributes | |
Ui::DialogTHREDDSLogs * | m_ui {nullptr} |
QTimer | m_reloadLogFileTimer {this} |
Timer to reload the current log file. | |
const QString | m_logFolder |
Folder containing THREDDS log files. | |
Dialog window to view THREDDS log files.