kf5 update

* implement resizing
* implement debug
* implement notifications
* update interface
* correct work with helper
This commit is contained in:
arcan1s
2015-01-07 07:03:41 +03:00
parent 6ed45fa7a5
commit 54c5e7958a
9 changed files with 141 additions and 74 deletions

View File

@ -27,6 +27,8 @@ Item {
width: childrenRect.width
height: childrenRect.height
property bool debug: NetctlAdds.isDebugEnabled()
Grid {
QtControls.TabView {
QtControls.Tab {
@ -82,4 +84,8 @@ Item {
}
}
}
Component.onCompleted: {
if (debug) console.log("[about::onCompleted]")
}
}