| | |
| | | list(APPEND _src style/styleagent_linux.cpp) |
| | | endif() |
| | | else() |
| | | list(APPEND _sync_include_options EXCLUDE "style/\\.+") |
| | | list(APPEND _sync_include_options EXCLUDE "src/core/style/\\.+") |
| | | endif() |
| | | |
| | | qwk_add_library(${PROJECT_NAME} AUTOGEN |
| | |
| | | #endif |
| | | |
| | | Q_SIGNALS: |
| | | void titleBarWidgetChanged(const QQuickItem *item); |
| | | void systemButtonChanged(SystemButton button, const QQuickItem *item); |
| | | void titleBarWidgetChanged(QQuickItem *item); |
| | | void systemButtonChanged(SystemButton button, QQuickItem *item); |
| | | |
| | | protected: |
| | | QuickWindowAgent(QuickWindowAgentPrivate &d, QObject *parent = nullptr); |
| | |
| | | void setHitTestVisible(const QWidget *w, bool visible = true); |
| | | |
| | | Q_SIGNALS: |
| | | void titleBarChanged(const QWidget *w); |
| | | void systemButtonChanged(SystemButton button, const QWidget *w); |
| | | void titleBarChanged(QWidget *w); |
| | | void systemButtonChanged(SystemButton button, QWidget *w); |
| | | |
| | | protected: |
| | | WidgetWindowAgent(WidgetWindowAgentPrivate &d, QObject *parent = nullptr); |