Table with Dynamic Input from user - Qt- C++
-
wrote on 21 Mar 2016, 11:07 last edited by
I want to build (Qt c++) a table with rows than can take input from the user dynamically. The user should also be able to drag and shuffle the order of the rows. Is Qtablewidget the best option?
-
Hi and welcome to devnet,
It depends on what you want to ultimately achieve. Most of the times a custom model is a better choice.
However, as a starting point QTableWidget fills all your described needs.
-
wrote on 22 Mar 2016, 06:05 last edited by
Thanks a lot !! I think I will go with a custom model as it can be better controlled.
-
You're welcome !
Since you're satisfied by the answer, please mark the thread as solved using the "Topic Tool" button so that other forum users may know a solution has been found :)
-
wrote on 25 Mar 2016, 05:12 last edited by
If possible can u share some links which can be of help to accomplish the same
-
@saitej
hi , maybe this is good start read
http://www.informit.com/articles/article.aspx?p=1405547&seqNum=3
1/6