Rename main.py, fix qml path
This commit is contained in:
parent
786be23b6e
commit
1575222c9d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ def main():
|
|||
os.environ["QT_QUICK_CONTROLS_STYLE"] = "org.kde.desktop"
|
||||
|
||||
base_path = os.path.abspath(os.path.dirname(__file__))
|
||||
url = QUrl(f"file://{base_path}/main.qml")
|
||||
url = QUrl(f"file://{base_path}/Main.qml")
|
||||
engine.load(url)
|
||||
|
||||
if len(engine.rootObjects()) == 0:
|
||||
Loading…
Add table
Add a link
Reference in a new issue