mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #136] Update "Quick Overview" Section #83
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nolav on GitHub (May 18, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/136
https://github.com/qmlnet/qmlnet#quick-overview
The quick overview example does not work. I am new to using Qml and Qml.Net and I spent a lot of time trying to figure out why the example would throw an exception at:
using (var engine = new QQmlApplicationEngine())It is because the example provided on the front project page is missing the line:
RuntimeManager.DiscoverOrDownloadSuitableQtRuntime();before creating the QQmlApplicationEngine.
I know there is an example repository that is linked from the main page but it is typical for projects to have a quick (hello world style) working example on the front page and then link to examples demonstrating more complex features. I figured if I cant get the most simple example to run then more complex examples would not help me. I think updating the example or removing it and only linking the examples repo would save others a lot of time.
@vadi2 commented on GitHub (May 18, 2019):
I agree. Want to throw in a PR?