|
|
|
@ -624,9 +624,10 @@ ApplicationWindow {
@@ -624,9 +624,10 @@ ApplicationWindow {
|
|
|
|
|
//------------------------------------------------------------------------- |
|
|
|
|
//-- Indicator Popups |
|
|
|
|
|
|
|
|
|
function showIndicatorPopup(item, dropItem) { |
|
|
|
|
function showIndicatorPopup(item, dropItem, dim = true) { |
|
|
|
|
indicatorPopup.currentIndicator = dropItem |
|
|
|
|
indicatorPopup.currentItem = item |
|
|
|
|
indicatorPopup.dim = dim |
|
|
|
|
indicatorPopup.open() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -641,6 +642,7 @@ ApplicationWindow {
@@ -641,6 +642,7 @@ ApplicationWindow {
|
|
|
|
|
padding: ScreenTools.defaultFontPixelWidth * 0.75 |
|
|
|
|
modal: true |
|
|
|
|
focus: true |
|
|
|
|
dim: false |
|
|
|
|
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside |
|
|
|
|
property var currentItem: null |
|
|
|
|
property var currentIndicator: null |
|
|
|
|