#include <VP1ExpertSettings.h>
Definition at line 25 of file VP1ExpertSettings.h.
◆ VP1ExpertSettings()
VP1ExpertSettings::VP1ExpertSettings |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
Definition at line 43 of file VP1ExpertSettings.cxx.
52 #if defined BUILDVP1LIGHT
77 m_buttonBox =
new QDialogButtonBox(QDialogButtonBox::Ok);
82 QVBoxLayout *mainLayout =
new QVBoxLayout;
85 setLayout(mainLayout);
87 this->setWindowTitle(tr(
"VP1 Settings"));
◆ checkBoxState()
bool VP1ExpertSettings::checkBoxState |
( |
| ) |
|
|
private |
◆ closeEvent()
void VP1ExpertSettings::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
private |
Definition at line 92 of file VP1ExpertSettings.cxx.
95 #if defined BUILDVP1LIGHT
104 #if defined BUILDVP1LIGHT
116 #if defined BUILDVP1LIGHT
118 QCheckBox *cb =
new QCheckBox(
"Don't ask again.");
119 msgBox.setWindowTitle(
"Settings");
120 msgBox.setText(
"Some settings may require a restart of VP1.");
121 msgBox.setIcon(QMessageBox::Icon::Information);
122 msgBox.setCheckBox(cb);
125 cb->setChecked(
true);
129 if(cb->checkState()==Qt::Unchecked){
◆ keyPressEvent()
void VP1ExpertSettings::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
private |
◆ setAuthLog
void VP1ExpertSettings::setAuthLog |
( |
const QString & |
path | ) |
|
|
slot |
◆ setExpertSetting()
void VP1ExpertSettings::setExpertSetting |
( |
const QString & |
type, |
|
|
const QString & |
name |
|
) |
| |
|
private |
◆ setFileSelectDir
void VP1ExpertSettings::setFileSelectDir |
( |
const QString & |
path | ) |
|
|
slot |
◆ setPluginPath
void VP1ExpertSettings::setPluginPath |
( |
const QString & |
path | ) |
|
|
slot |
◆ setScreenshotDir
void VP1ExpertSettings::setScreenshotDir |
( |
const QString & |
path | ) |
|
|
slot |
◆ m_authLog
QString VP1ExpertSettings::m_authLog |
|
private |
◆ m_buttonBox
QDialogButtonBox* VP1ExpertSettings::m_buttonBox |
|
private |
◆ m_fileSelectDir
QString VP1ExpertSettings::m_fileSelectDir |
|
private |
◆ m_okButton
QPushButton* VP1ExpertSettings::m_okButton |
|
private |
◆ m_pluginPath
QString VP1ExpertSettings::m_pluginPath |
|
private |
◆ m_screenshotDir
QString VP1ExpertSettings::m_screenshotDir |
|
private |
◆ m_tabWidget
QTabWidget* VP1ExpertSettings::m_tabWidget |
|
private |
The documentation for this class was generated from the following files: