![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdesigner_utils_p.h>
Public Member Functions | |
| PropertySheetStringValue (const QString &value=QString(), bool translatable=true, const QString &disambiguation=QString(), const QString &comment=QString()) | |
| QString | value () const |
| void | setValue (const QString &value) |
| Public Member Functions inherited from qdesigner_internal::PropertySheetTranslatableData | |
| bool | translatable () const |
| void | setTranslatable (bool translatable) |
| QString | disambiguation () const |
| void | setDisambiguation (const QString &d) |
| QString | comment () const |
| void | setComment (const QString &comment) |
| QString | id () const |
| void | setId (const QString &id) |
Friends | |
| bool | comparesEqual (const PropertySheetStringValue &lhs, const PropertySheetStringValue &rhs) noexcept |
Additional Inherited Members | |
| Protected Member Functions inherited from qdesigner_internal::PropertySheetTranslatableData | |
| PropertySheetTranslatableData (bool translatable=true, const QString &disambiguation=QString(), const QString &comment=QString()) | |
Definition at line 361 of file qdesigner_utils_p.h.
| qdesigner_internal::PropertySheetStringValue::PropertySheetStringValue | ( | const QString & | value = QString(), |
| bool | translatable = true, | ||
| const QString & | disambiguation = QString(), | ||
| const QString & | comment = QString() ) |
Definition at line 446 of file qdesigner_utils.cpp.
Definition at line 455 of file qdesigner_utils.cpp.
| QString qdesigner_internal::PropertySheetStringValue::value | ( | ) | const |
Definition at line 450 of file qdesigner_utils.cpp.
|
friend |
Definition at line 371 of file qdesigner_utils_p.h.