3#include <NDEVR/String.h>
9 class QCustomStackedWidget;
11 class TranslationCombo;
14 class FileAndFolderSettingsDialog;
17 class NDEVRActivationDialog;
47 QWidget* m_first_page =
nullptr;
60 QBoxLayout* m_main_layout =
nullptr;
65 NDEVRActivationDialog* m_activation_dialog =
nullptr;
Allows the user to adjust default folders or whether or not the software uses project folders or proj...
Definition FileAndFolderSettingsDialog.h:19
A widget that shows a raster image or icon.
Definition ImageView.h:43
Shown after a new installation on a device, allowing the user to familiarize themselves with the envi...
Definition InitialSetupDialog.h:23
QSize minimumSizeHint() const override
void addWidget(QWidget *widget)
QSize sizeHint() const override
void setupActivationTab()
bool m_language_changed
Definition InitialSetupDialog.h:66
InitialSetupDialog(WindowManager *manager, QWidget *parent=nullptr)
void removeWidget(QWidget *widget)
void setVisible(bool visible) override
Displays translated text. No user interaction functionality is provided. The visual appearance of the...
Definition QCustomLabel.h:46
Provides possible translations via a combobox to allow the user to select a language for the software...
Definition TranslationCombo.h:12
A dialog which can be used to set various units for different unit categories, such as selecting the ...
Definition UnitsDialog.h:53
Manages all windows and logic surrounding dialogs and views for displaying and managing any environme...
Definition WindowManager.h:68