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