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.
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
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 !
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
Thanks a lot for sharing this awesome tutorial on QTableView and Model View programming in general... Very informative and downright useful...
Love you vids about Qt! good job
Thanks a million this really helped me a lot!!
You explained very clearly..thank you very much...
Super intro!
Thanks a lot.
Greate tutorial. It helps me alot.
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.
Nice QTutorials :P
@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
Great tutorial. Thank You.
it's because they are pointers, when you declare a pointer you access its functions or features with a ->
Thank you for sharing this!
QYourWidget slider, progreesPar what so ever myWidget.
ui->myTable->setCellWidget(mCurrentTableRow,Cellid,myWidget);
QT5 makes it easier.
Very useful, thank you.
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
Thank you for sharing. How to increase the value in the spinbox to thousands?
Is there any problem using QStandardItem insead QModelIndex?
Thank you !
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 !
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
This is very difficult!
How to get data from selection in QTreeView
Can I get the sample codes?
Thanks for the tutorial, but this is too difficult for me as a non-native English speaker.
Pointer == blocking parts of code
Copy past magic XD
Add #include in dialog.h