Replace QML clipboard hack by proper new Clipboard

This commit is contained in:
miruka
2019-10-25 08:42:04 -04:00
parent 30823a9bf5
commit 6aac5a9edb
4 changed files with 5 additions and 22 deletions

View File

@@ -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"