mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-18 00:13:41 +00:00
kf5 update
* implement resizing * implement debug * implement notifications * update interface * correct work with helper
This commit is contained in:
@ -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]")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user