![]() |
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 Types | |
| enum | PixmapSource { LanguageResourcePixmap , ResourcePixmap , FilePixmap } |
Public Member Functions | |
| PropertySheetPixmapValue (const QString &path) | |
| PropertySheetPixmapValue () | |
| PixmapSource | pixmapSource (QDesignerFormEditorInterface *core) const |
| QString | path () const |
| void | setPath (const QString &path) |
Static Public Member Functions | |
| static PixmapSource | getPixmapSource (QDesignerFormEditorInterface *core, const QString &path) |
Friends | |
| size_t | qHash (const PropertySheetPixmapValue &p, size_t seed=0) noexcept |
| bool | comparesEqual (const PropertySheetPixmapValue &lhs, const PropertySheetPixmapValue &rhs) noexcept |
Definition at line 212 of file qdesigner_utils_p.h.
| Enumerator | |
|---|---|
| LanguageResourcePixmap | |
| ResourcePixmap | |
| FilePixmap | |
Definition at line 219 of file qdesigner_utils_p.h.
| qdesigner_internal::PropertySheetPixmapValue::PropertySheetPixmapValue | ( | const QString & | path | ) |
Definition at line 264 of file qdesigner_utils.cpp.
|
default |
|
static |
Definition at line 270 of file qdesigner_utils.cpp.
| QString qdesigner_internal::PropertySheetPixmapValue::path | ( | ) | const |
Definition at line 277 of file qdesigner_utils.cpp.
|
inline |
Definition at line 222 of file qdesigner_utils_p.h.
Definition at line 282 of file qdesigner_utils.cpp.
|
friend |
Definition at line 232 of file qdesigner_utils_p.h.
|
friend |
Definition at line 228 of file qdesigner_utils_p.h.