API Documentation
Loading...
Searching...
No Matches
StationSettingsDialog.h
Go to the documentation of this file.
1#pragma once
2#include <NDEVRConfig.h>
3#include <QWidget>
4#if NDEVR_STATION_MODEL
5namespace Ui
6{
7 class StationSettingsUI;
8}
9namespace NDEVR
10{
11 /**--------------------------------------------------------------------------------------------------
12 \brief Allows the user to adjust global settings for StationModel objects.
13 **/
14 class StationSettingsDialog : public QWidget
15 {
16 Q_OBJECT
17 public:
18 StationSettingsDialog(QWidget* parent = nullptr);
19 virtual ~StationSettingsDialog();
20 void resetToDefaults();
21 protected:
22 bool event(QEvent* ev) override;
23 void retranslate();
24 protected:
25 Ui::StationSettingsUI* ui;
26 };
27}
28#endif
Definition ACIColor.h:37
Definition FontEditor.h:6