TableView and DelegateChooser by Shawn Rutledge, The Qt Company @QtWS18

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ค. 2024
  • Crowd-favorite class TableView returns under a new guise! Shawn gives a quick introduction into the new Qt Quick TableView, compares model-view relationships, shows off a couple of sweet demos and a walkthrough of qps refactoring, and closes off with an overview of our future plans. Enjoy!
    Try Qt for free at www.qt.io/download/
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 4

  • @avtem
    @avtem 4 ปีที่แล้ว

    Awesome video!

  • @sudarshandeshmukh5954
    @sudarshandeshmukh5954 3 ปีที่แล้ว

    How can I add horizontal scroll bar for specific columns in QML table view component and some columns should be fixed?

  • @Alex-kr7zr
    @Alex-kr7zr 3 ปีที่แล้ว

    Ah, that was the good old time when one could go to a conference in person.

  • @yamielabreu
    @yamielabreu 2 ปีที่แล้ว

    Very nice presentation. I ended up here after traying to use the TableView of Controls 2 and I have to say that it looks to me that the API of this control has not evolve too much since Qt 5.12 and we are now on Qt 5.15, I have not looked at Qt 6 yet. It will be nice to have the planned features added to this control. It looks to me know more clear how to use the TableView from Controls 2 after seen this video, thanks!. It is difficult to use this control out of the box, you need to create the header yourself, you need to use a Proxy Model and other stuffs. If I can give you an advise, first try to improve the API of TreeView as was planned since Qt 5.12, second improve the documentation of this control and third provide an example on the Qt examples of how to use it. At the moment it takes a lot of effort to start using it. If you follow the examples available you will end up using the TableView from Controls 1 that has know issues as presented here, but also it will be deprecated on Qt 6.