Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
AxesCoordPropertyPage.h
Go to the documentation of this file.
1#pragma once
2#include <QAbstractButton>
4
5namespace sf
6{
7
8namespace Ui
9{
10// Forward definition of auto generated class.
11class AxesCoordPropertyPage;
12}// namespace Ui
13
18{
19 // Macro required for Qt's meta-object system (signals/slots)
20 Q_OBJECT
21
22 public:
27 explicit AxesCoordPropertyPage(QWidget* parent = nullptr);
28
33
34 private:
35 void boxClicked(QAbstractButton* button);
36
37 // Pointer to the UI object generated by the Qt UI compiler (uic)
38 // This object contains all the widgets defined in the .ui file.
39 Ui::AxesCoordPropertyPage* ui;
40};
41
42}// namespace sf
The AxesCoordPropertyPage class represents a custom dialog window.
Definition AxesCoordPropertyPage.h:18
~AxesCoordPropertyPage() override
Destructor for the AxesCoordPropertyPage class.
AxesCoordPropertyPage(QWidget *parent=nullptr)
Constructor for the AxesCoordPropertyPage class.
Widget to create a page in a PropertySheet dialog.
Definition PropertyPage.h:16
Definition ApplicationPropertyPage.h:7
Definition Application.h:10