Utility class for loading views created with QtDesigner.
More...
#include <synthclone/designerview.h>
|
| virtual void | setCloseEnabled (bool enabled) |
| | Enables/disables closing for this view.
|
| virtual void | setVisible (bool visible) |
| | Sets the visibility of the root widget.
|
| void | closeEnabledChanged (bool enabled) |
| | Emitted when closing is enabled/disabled.
|
| void | closeRequest () |
| | Emitted when a root widget's close button is pressed.
|
| void | visibilityChanged (bool visible) |
| | Emitted when the visibility flag for the view changes.
|
| bool | isCloseEnabled () const |
| | Gets a boolean indicating whether or not closing of this view is enabled.
|
| bool | isVisible () const |
| | Gets a boolean indicating whether or not the view is visible.
|
Utility class for loading views created with QtDesigner.
◆ DesignerView()
| synthclone::DesignerView::DesignerView |
( |
const QString & | path, |
|
|
QObject * | parent = 0 ) |
|
explicitprotected |
Constructs a new DesignerView.
This constructor should not be called directly; instead, subclass constructors should call this constructor.
- Parameters
-
| path | The path to the QtDesigner file. |
| parent | The parent object of the new DesignerView. |
◆ ~DesignerView()
| virtual synthclone::DesignerView::~DesignerView |
( |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following file: