![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquickfocusframe.h>
Public Member Functions | |
| bool | isValid () const |
Public Attributes | |
| QQuickItem * | target |
| QQuickStyleMargins | margins |
| const qreal | radius = 3 |
Static Public Attributes | |
| static QQuickFocusFrameDescription | Invalid = { nullptr, QQuickStyleMargins(), 0 } |
Definition at line 15 of file qquickfocusframe.h.
|
inline |
Definition at line 19 of file qquickfocusframe.h.
|
static |
Definition at line 25 of file qquickfocusframe.h.
| QQuickStyleMargins QQuickFocusFrameDescription::margins |
Definition at line 17 of file qquickfocusframe.h.
| const qreal QQuickFocusFrameDescription::radius = 3 |
Definition at line 18 of file qquickfocusframe.h.
| QQuickItem* QQuickFocusFrameDescription::target |
Definition at line 16 of file qquickfocusframe.h.