Move QML Python stuff to its own subfolder
This commit is contained in:
@@ -9,7 +9,7 @@ Python {
|
||||
property bool startupAnyAccountsSaved: false
|
||||
property var pendingCoroutines: ({})
|
||||
|
||||
property PythonEventHandlers eventHandlers: PythonEventHandlers {}
|
||||
property EventHandlers eventHandlers: EventHandlers {}
|
||||
|
||||
|
||||
function newQmlFuture() {
|
@@ -1,6 +1,7 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12
|
||||
import "Base"
|
||||
import "PythonBridge"
|
||||
|
||||
ApplicationWindow {
|
||||
id: window
|
||||
|
Reference in New Issue
Block a user