Swiftray  1.0
new-machine-dialog.h
Go to the documentation of this file.
1 #ifndef NEWMACHINEDIALOG_H
2 #define NEWMACHINEDIALOG_H
3 
4 #include <QDialog>
7 
8 namespace Ui {
9  class NewMachineDialog;
10 }
11 
12 class NewMachineDialog : public QDialog, BaseContainer {
13 Q_OBJECT
14 
15 public:
16  explicit NewMachineDialog(QWidget *parent = nullptr);
17 
19 
21 
22 private:
23 
24  void loadSettings() override;
25 
26  void registerEvents() override;
27 
28  Ui::NewMachineDialog *ui;
29 };
30 
31 #endif // NEWMACHINEDIALOG_H
A class template for widget containers.
Definition: base-container.h:7
Definition: new-machine-dialog.h:12
~NewMachineDialog()
Definition: new-machine-dialog.cpp:38
MachineSettings::MachineSet machine() const
Definition: new-machine-dialog.cpp:33
NewMachineDialog(QWidget *parent=nullptr)
Definition: new-machine-dialog.cpp:6
Definition: layer-list-item.h:7
Definition: machine-settings.h:16