C++ Qt 50 - QItemDelegate - delegates in a QTableview

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

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

  • @maxx666mayhem
    @maxx666mayhem 8 ปีที่แล้ว +3

    Thanks a lot for sharing this awesome tutorial on QTableView and Model View programming in general... Very informative and downright useful...

  • @vastutnestoyalo
    @vastutnestoyalo 8 ปีที่แล้ว +1

    Thank you for your tutorial videos, I'm finally starting making sense of Qt reference documents.
    I have a question concerning delegates:
    I use a QComboBox delegate for a QString cell and I'm able to get the current item data into the combo box correctly.
    But how do I populate it with the remaining lines from a given list?
    Do I just pass the list and the current index to the editor get data function?
    It doesn't feel like a 'correct' MVC-based solution.

  • @jeremiroivas1628
    @jeremiroivas1628 10 ปีที่แล้ว +2

    QYourWidget slider, progreesPar what so ever myWidget.
    ui->myTable->setCellWidget(mCurrentTableRow,Cellid,myWidget);
    QT5 makes it easier.

  • @DJTrancenergy
    @DJTrancenergy 12 ปีที่แล้ว

    it's because they are pointers, when you declare a pointer you access its functions or features with a ->

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

    Thank you.
    I have a question: How can we set the icon (or button like spin/combobox) always display in cell instead of clicking.
    You know we have to click to the cell, spin button will show

  • @stijnbegeman306
    @stijnbegeman306 11 ปีที่แล้ว

    Love you vids about Qt! good job

  • @ashifta3700
    @ashifta3700 11 ปีที่แล้ว

    You explained very clearly..thank you very much...

  • @tranduythanhbk
    @tranduythanhbk 11 ปีที่แล้ว

    Greate tutorial. It helps me alot.

  • @dangtrungnam2809
    @dangtrungnam2809 8 ปีที่แล้ว

    Thank you for sharing. How to increase the value in the spinbox to thousands?

  • @VoidRealms
    @VoidRealms  13 ปีที่แล้ว

    @DerCrossi honestly I dont know :) The book I learned from did it the way I explained in the tutorial, will have to look into it

  • @rosvvd
    @rosvvd 14 ปีที่แล้ว

    Super intro!
    Thanks a lot.

  • @劉桂輔
    @劉桂輔 11 ปีที่แล้ว

    Good job,commander,it's very helpful to me.
    I guess that QStyleItemDelegate is similar to this demo,
    but if you could demonstrate here , it's very thankful !

  • @segmentation-fault-p7w
    @segmentation-fault-p7w 9 ปีที่แล้ว +1

    Thanks a million this really helped me a lot!!

  • @andrejagrujic9810
    @andrejagrujic9810 6 ปีที่แล้ว

    Is there any problem using QStandardItem insead QModelIndex?

  • @StefanoZuinisi
    @StefanoZuinisi 6 ปีที่แล้ว +1

    Hi, i'm following this tutorial to learning Qt (i'm using Qt creator 4.6) anyone can tell me where is in Qt creator 4.6 the option showed at 5.32, i mean the ones who tells Qt the inheritance. Tnx

  • @sebastiankupis4448
    @sebastiankupis4448 8 ปีที่แล้ว

    Great tutorial. Thank You.

  • @junderfitting8717
    @junderfitting8717 2 ปีที่แล้ว +1

    Add #include in dialog.h

  • @SetMyLife
    @SetMyLife 11 ปีที่แล้ว

    Very useful, thank you.

  • @GeorgeBentes
    @GeorgeBentes 9 ปีที่แล้ว +6

    This is very difficult!

  • @jeyfus
    @jeyfus 9 ปีที่แล้ว

    Thank you for sharing this!

  • @ivanfeli
    @ivanfeli 13 ปีที่แล้ว

    Nice QTutorials :P

  • @MrPongjun
    @MrPongjun 12 ปีที่แล้ว

    How to get data from selection in QTreeView

  • @闫刚-g6z
    @闫刚-g6z 10 ปีที่แล้ว

    Can I get the sample codes?

  • @mcqueenalexander8322
    @mcqueenalexander8322 11 ปีที่แล้ว

    Thank you !

  • @bbyt_se
    @bbyt_se ปีที่แล้ว

    Thanks for the tutorial, but this is too difficult for me as a non-native English speaker.

  • @SuperWatru
    @SuperWatru 12 ปีที่แล้ว

    Pointer == blocking parts of code

  • @maxon887
    @maxon887 11 ปีที่แล้ว

    Copy past magic XD