Replace QML clipboard hack by proper new Clipboard
This commit is contained in:
@@ -35,17 +35,9 @@ ApplicationWindow {
|
||||
property var theme: null
|
||||
|
||||
readonly property alias py: py
|
||||
readonly property alias pseudoClipboard: pseudoClipboard
|
||||
|
||||
Python { id: py }
|
||||
|
||||
TextEdit {
|
||||
id: pseudoClipboard
|
||||
visible: false
|
||||
readOnly: true
|
||||
textFormat: Text.PlainText
|
||||
}
|
||||
|
||||
HLoader {
|
||||
anchors.fill: parent
|
||||
source: py.ready ? "" : "LoadingScreen.qml"
|
||||
|
||||
Reference in New Issue
Block a user