QSettingsDialog  1.0.0
A Qt library to easily create a settings dialog for user configurable settings
List of all members
InvalidTargetLayoutException Class Reference

An exception that is thrown if you try to add an element to a QSettingsLayout that does not accept this kind of element. More...

#include <exceptions.h>

+ Inheritance diagram for InvalidTargetLayoutException:

Additional Inherited Members

- Public Member Functions inherited from QtException
 QtException (const QString &what=QString(), int code=0)
 Creates a new QtException from an error messsage and an error code.
 
QString qWhat () const
 Returns the error string of the exception.
 
int code () const
 Returns the error code of the exception.
 
const char * what () const noexcept final
 Returns the error string of the exception as charactar array.
 

Detailed Description

An exception that is thrown if you try to add an element to a QSettingsLayout that does not accept this kind of element.


The documentation for this class was generated from the following file: