Renamed properties so its easier to understand
This commit is contained in:
parent
1658c53393
commit
50e1de1dc1
7 changed files with 34 additions and 33 deletions
|
|
@ -11,9 +11,9 @@ import qs.Widgets
|
|||
NPanel {
|
||||
id: root
|
||||
|
||||
rWidth: 380 * scaling
|
||||
rHeight: 500 * scaling
|
||||
rAnchorRight: true
|
||||
panelWidth: 380 * scaling
|
||||
panelHeight: 500 * scaling
|
||||
panelAnchorRight: true
|
||||
|
||||
panelContent: Rectangle {
|
||||
color: Color.transparent
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ import qs.Widgets
|
|||
NPanel {
|
||||
id: root
|
||||
|
||||
rWidth: 340 * scaling
|
||||
rHeight: 500 * scaling
|
||||
rAnchorRight: true
|
||||
panelWidth: 380 * scaling
|
||||
panelHeight: 500 * scaling
|
||||
panelAnchorRight: true
|
||||
|
||||
property string passwordPromptSsid: ""
|
||||
property string passwordInput: ""
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ import qs.Widgets
|
|||
NPanel {
|
||||
id: root
|
||||
|
||||
rWidth: 340 * scaling
|
||||
rHeight: 320 * scaling
|
||||
rAnchorRight: true
|
||||
panelWidth: 340 * scaling
|
||||
panelHeight: 320 * scaling
|
||||
panelAnchorRight: true
|
||||
|
||||
// Main Column
|
||||
panelContent: ColumnLayout {
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ import qs.Widgets
|
|||
NPanel {
|
||||
id: root
|
||||
|
||||
rWidth: 400 * scaling
|
||||
rHeight: 500 * scaling
|
||||
rAnchorRight: true
|
||||
panelWidth: 380 * scaling
|
||||
panelHeight: 500 * scaling
|
||||
panelAnchorRight: true
|
||||
|
||||
panelContent: Rectangle {
|
||||
id: notificationRect
|
||||
|
|
|
|||
|
|
@ -11,9 +11,9 @@ import qs.Widgets
|
|||
NPanel {
|
||||
id: root
|
||||
|
||||
rWidth: Math.max(screen?.width * 0.5, 1280) * scaling
|
||||
rHeight: Math.max(screen?.height * 0.5, 720) * scaling
|
||||
rAnchorCentered: true
|
||||
panelWidth: Math.max(screen?.width * 0.5, 1280) * scaling
|
||||
panelHeight: Math.max(screen?.height * 0.5, 720) * scaling
|
||||
panelAnchorCentered: true
|
||||
|
||||
// Tabs enumeration, order is NOT relevant
|
||||
enum Tab {
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ import qs.Widgets
|
|||
NPanel {
|
||||
id: panel
|
||||
|
||||
rWidth: 460 * scaling
|
||||
rHeight: 700 * scaling
|
||||
rAnchorRight: true
|
||||
panelWidth: 460 * scaling
|
||||
panelHeight: 700 * scaling
|
||||
panelAnchorRight: true
|
||||
|
||||
panelContent: Item {
|
||||
id: content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue