native: make login page part of window
This commit is contained in:
parent
525158d5b4
commit
dabf39fa9a
1 changed files with 1 additions and 4 deletions
|
@ -4,7 +4,7 @@ import QtQuick.Controls.Basic
|
|||
|
||||
|
||||
|
||||
Window {
|
||||
Rectangle {
|
||||
|
||||
SystemPalette { id: activeColors; colorGroup: SystemPalette.Active }
|
||||
SystemPalette { id: inactiveColors; colorGroup: SystemPalette.Inactive }
|
||||
|
@ -14,9 +14,6 @@ Window {
|
|||
return root.active ? activeColors : inactiveColors;
|
||||
}
|
||||
|
||||
|
||||
width: 400
|
||||
height: 400
|
||||
visible: true
|
||||
|
||||
signal loginSuccess(string token)
|
||||
|
|
Loading…
Reference in a new issue