#include <test_configwidget.h>
Inherits ConfigWidget.
Inheritance diagram for TestConfigWidget:
Public Member Functions | |
TestConfigWidget () | |
virtual | ~TestConfigWidget () |
void | applyConfiguration () |
bool | showConfiguration () |
Show the widget. Nothing to do in this testcase. | |
Protected Member Functions | |
TestConfigWidget (TestConfigWidget const &src) |
of ConfigWidget interface.
Displays a label with "test" on successful creation
Definition at line 34 of file test_configwidget.h.
|
Constructor Definition at line 18 of file test_configwidget.cpp. |
|
Destructor Definition at line 32 of file test_configwidget.cpp. |
|
Copy constructor Definition at line 26 of file test_configwidget.cpp. |
|
apply the configuration. Since this widget has nothing to configure, nothing can be applied Implements ConfigWidget. Definition at line 46 of file test_configwidget.cpp. |