[GH-ISSUE #136] Update "Quick Overview" Section #83

Closed
opened 2026-05-05 11:03:51 -06:00 by gitea-mirror · 1 comment
Owner

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.

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.
Author
Owner

@vadi2 commented on GitHub (May 18, 2019):

I agree. Want to throw in a PR?

<!-- gh-comment-id:493697446 --> @vadi2 commented on GitHub (May 18, 2019): I agree. Want to throw in a PR?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#83
No description provided.