|
|
|
@ -466,7 +466,7 @@ ApplicationWindow { |
|
|
|
|
Window { |
|
|
|
|
id: popup |
|
|
|
|
visible: false |
|
|
|
|
flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint |
|
|
|
|
//flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint |
|
|
|
|
property var block |
|
|
|
|
width: root.width |
|
|
|
|
height: 300 |
|
|
|
@ -601,7 +601,7 @@ ApplicationWindow { |
|
|
|
|
|
|
|
|
|
Window { |
|
|
|
|
id: addPeerWin |
|
|
|
|
flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint |
|
|
|
|
//flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint |
|
|
|
|
visible: false |
|
|
|
|
minimumWidth: 230 |
|
|
|
|
maximumWidth: 230 |
|
|
|
@ -768,7 +768,7 @@ ApplicationWindow { |
|
|
|
|
// ****************************************** |
|
|
|
|
Window { |
|
|
|
|
id: peerWindow |
|
|
|
|
flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint |
|
|
|
|
//flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint |
|
|
|
|
height: 200 |
|
|
|
|
width: 700 |
|
|
|
|
Rectangle { |
|
|
|
|