#include <loggingdialog.h>
Inherits QDialog.
Definition at line 30 of file loggingdialog.h.
◆ LoggingDialog()
LoggingDialog::LoggingDialog |
( |
MainSettings & |
mainSettings, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
|
explicit |
◆ ~LoggingDialog()
LoggingDialog::~LoggingDialog |
( |
| ) |
|
◆ accept
void LoggingDialog::accept |
( |
| ) |
|
|
privateslot |
◆ msgLevelFromIndex()
QtMsgType LoggingDialog::msgLevelFromIndex |
( |
int |
intMsgLevel | ) |
|
|
private |
◆ msgLevelToIndex()
int LoggingDialog::msgLevelToIndex |
( |
const QtMsgType & |
msgLevel | ) |
|
|
private |
◆ on_showFileDialog_clicked
void LoggingDialog::on_showFileDialog_clicked |
( |
bool |
checked | ) |
|
|
privateslot |
Definition at line 51 of file loggingdialog.cpp.
References m_fileName, and ui.
54 QString fileName = QFileDialog::getSaveFileName(
this,
55 tr(
"Save log file"),
".", tr(
"Log Files (*.log)"), 0, QFileDialog::DontUseNativeDialog);
59 qDebug(
"LoggingDialog::on_showFileDialog_clicked: selected: %s", qPrintable(fileName));
61 ui->logFileNameText->setText(fileName);
◆ m_fileName
QString LoggingDialog::m_fileName |
|
private |
◆ m_mainSettings
◆ ui
Ui::LoggingDialog* LoggingDialog::ui |
|
private |
The documentation for this class was generated from the following files: