DtkDeclarative
DTK Declarative module
|
Public 成员函数 | |
DQuickWindow (QWindow *parent=nullptr) | |
DQuickWindowAttached * | attached () const |
DQuickWindow::windowAttached 用于获取窗口的附加属性对象, 可以设置通过这个对象设置窗口的圆角、边框等属性值。 | |
静态 Public 成员函数 | |
static DQuickWindowAttached * | qmlAttachedProperties (QObject *object) |
DQuickWindow::qmlAttachedProperties 用于创建窗口的附加属性对象, 在 QML 中使用附加属性时,会自动调用此函数。 | |