Hi,
Continuing the same thread for looking for reviewers and commenters :)
Its in! :)
I got QtCloudMessaging API code pushed in to the codereview!
I’m looking for comments and reviewers for it in order to proceed for final
contribution and blog post to Qt technical blog.
You can find best inf
On 07/26/2017 09:15 PM, Phil Bouchard wrote:
On 07/25/2017 08:11 AM, Phil Bouchard wrote:
I didn't have a chance to create documentation yesterday but I will this
week.
I just created a more complex example and it seems to be running
perfectly fine:
class Document
{
auto head = nullptr()
On 07/25/2017 08:11 AM, Phil Bouchard wrote:
I didn't have a chance to create documentation yesterday but I will this
week.
I just created a more complex example and it seems to be running
perfectly fine:
class Document
{
auto head = nullptr();
auto tail = nullptr();
Document()
Hi,
This mail is somewhat lengthy in order to provide background - if you know Qt 3D
already you can skip to "Problem Statement".
# Background:
Qt 3D has a front-end/back-end architecture:
- front-end: developer sets up the scene with objects, input handlers, ...
(runs on the main thread)