-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature for window handling in freamless mode #376
base: develop
Are you sure you want to change the base?
Conversation
add/update conponents: Storage.qml : storage global data cross over all app sessions Resizer.qml : right-bottom icon for resizing window size ActionBar.qml : add window draging(pos) double-click(normal/fullscreen) the feature is enabled when ApplicationWindows.clientSideDecorations set be true
feature for window handling in freamless mode
@ibeliever isn't this managed in the plugin c++ code? |
@ricardomv Not really. Yes, we do use Qt's client-side window decorations. But what this is adding support for is combining the window decorations and the toolbar into one common toolbar. |
oh when i saw the resize code i thought it was for the window edge resize. |
@@ -6,6 +6,7 @@ ApplicationWindow { | |||
id: demo | |||
|
|||
title: "Material for QtQuick Demo" | |||
clientSideDecorations : true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't think this should be the default behavior and the indentation is wrong use 4 spaces instead of tabs
first, sorry for the HUGE delay of the padding works. now i have a problem about what is the best practice to pick up the work. i came up with two solutions :
what should i do? |
# Conflicts: # src/qmldir # src/window/ActionBar.qml # src/window/ApplicationWindow.qml should be always staying with the upstream !
add/update components:
Storage.qml : store global data cross over app sessions
Resizer.qml : right-bottom icon for resizing window size
ActionBar.qml : add window draging(pos) double-click(normal/fullscreen)
the feature is enabled when ApplicationWindows.clientSideDecorations set be true