D29294: Add support for layers to PagePoolAction.
Carson Black
noreply at phabricator.kde.org
Thu Apr 30 18:02:11 BST 2020
cblack added inline comments.
INLINE COMMENTS
> tst_layers.qml:19-25
> + function initTestCase() {
> + mainWindow.show()
> + }
> +
> + function cleanupTestCase() {
> + mainWindow.close()
> + }
You want to use `when: windowShown`
> tst_layers.qml:27
> +
> + function applicationWindow() { return mainWindow; }
> +
Unused.
> PagePoolAction.qml:63
> + * This is intended for use with PageRow layers to allow PagePoolActions to
> + * push context-specific pages onto the layers stack.
> + */
@since 5.70
@since org.kde.kirigami 2.12
> PagePoolAction.qml:161
> +
> + property QtObject _private: QtObject {
> + id: _private
this isn't how you do private objects, drop `property QtObject _private` and access by ID
REPOSITORY
R169 Kirigami
REVISION DETAIL
https://phabricator.kde.org/D29294
To: masonm, #kirigami, mart
Cc: cblack, mart, plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, ngraham, apol, ahiemstra, davidedmundson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200430/c8e861a8/attachment-0001.html>
More information about the Plasma-devel
mailing list