about duty roster
-
hello i will do duty(watch) roster program, what can i use to do duty roster for example, qlistwidget or qlistview maybe other thing
-
Your question is too generic to help. May be you can explain on what information you would like to display ? How you would like to display ?
-
for example there is 8 person for guard in this month. think, this night 3 person will be on guard but which person here is solve i will generate a random number and it will say this night 4 7 2 numbers will be on guard and there is many detail, actually what i want to ask is what can i use to model view , should i use qlistview or qlistwidget to do that easily. i dont know am i clearly describe my problem
-
@veysel.olgun
Hi
Would a table widget/view not be more suited?
http://doc.qt.io/qt-5/qtablewidget.html#detailsI imagine it looking similar to
-
it is good it is similar to my problem modelview i will observe http://doc.qt.io/qt-5/qtablewidget.html#details it, and what i need is qtablewidget
thank you all