hey great lesson, keep it up, im studying qt core and gui widget right now with lots of courses and yoyr youtube content is very helpful for beginner thanks alot
@@KDABtv Is it worth doing projects in Qt? I'll appply to some FAANG internships the next two years and i was wondering if it is ok to have some projects in Qt. I've already started creating a small game, with some help, ofcourse.
Hi! Thank you for your series about Qt! I am doing what I can to learn how to design Qt Desktop application. I am little bit stuck and maybe you can give mi some tips.. To the point: - there is a list of vehicles (class vehicle) - each vehicle may contain many measuring "devices" (class devices) - each measuring device may contain many sensors (class sensor) I would like, on the one hand, to be able to browse the structure in the TreeView, and on the other hand, to be able to insert a ListView next to it, which would display a list of e.g. all "class device" devices. What do you think the data model should look like in this case? I've been trying to figure it out for a while now, but I have no idea how to divide it sensibly between two types of views so as not to have to create completely independent implementations and not duplicate data... Thanks!
Hi, Jesper speaking here: That's quite a complicated question to answer. I suggest you look into proxy models. Have a good long look at ua-cam.com/play/PL6CJYn40gN6gf-G-o6syFwGrtq3kItEqI.html where there are quite some videos about the model/view framework. Hope that helps Jesper.
Hi there, Thank you for your interest! The slides shown in the video are part of a training course that we offer. Unfortunately, we are unable to share the slides separately. If you have any other questions or need further information about the course, feel free to let us know.
hey great lesson, keep it up, im studying qt core and gui widget right now with lots of courses and yoyr youtube content is very helpful for beginner thanks alot
Thanks for the feedback! :)
@@KDABtv Is it worth doing projects in Qt? I'll appply to some FAANG internships the next two years and i was wondering if it is ok to have some projects in Qt. I've already started creating a small game, with some help, ofcourse.
This is amazing! Keep going please :)
Thanks! Many more episodes are in the making. Stay tuned! :)
Hi! Thank you for your series about Qt! I am doing what I can to learn how to design Qt Desktop application.
I am little bit stuck and maybe you can give mi some tips..
To the point:
- there is a list of vehicles (class vehicle)
- each vehicle may contain many measuring "devices" (class devices)
- each measuring device may contain many sensors (class sensor)
I would like, on the one hand, to be able to browse the structure in the TreeView, and on the other hand, to be able to insert a ListView next to it, which would display a list of e.g. all "class device" devices.
What do you think the data model should look like in this case? I've been trying to figure it out for a while now, but I have no idea how to divide it sensibly between two types of views so as not to have to create completely independent implementations and not duplicate data...
Thanks!
Hi, Jesper speaking here:
That's quite a complicated question to answer. I suggest you look into proxy models.
Have a good long look at ua-cam.com/play/PL6CJYn40gN6gf-G-o6syFwGrtq3kItEqI.html
where there are quite some videos about the model/view framework.
Hope that helps
Jesper.
great video
Thank you! :)
❤❤❤
would you please share the slides?
Hi there,
Thank you for your interest! The slides shown in the video are part of a training course that we offer. Unfortunately, we are unable to share the slides separately. If you have any other questions or need further information about the course, feel free to let us know.