по--идее должен.
                  
                  
                  ```Popup {
                  
                  
                                id: timerButtonPopup
                  
                  
                                x: parent.width / 2;
                  
                  
                                y: parent.height / 2;
                  
                  
                                width: buttonSize
                  
                  
                                height: buttonSize
                  
                  
                                modal: false
                  
                  
                                dim :false;
                  
                  
                                focus: true
                  
                  
                  
                  
                  
                                Rectangle
                  
                  
                                {
                  
                  
                                    width: parent.width;
                  
                  
                                    height: parent.height;
                  
                  
                                    color: "red"
                  
                  
                                }
                  
                  
                  }```Или что-то не так делаю/не досмотрел в документации?
                  
                  
                
anchors.horizontalCenter: parent.horizontalPadding это магия или опечатка?
padding: 0
Обсуждают сегодня