You don't need cell widgets to have custom drag and drop. QTableWidget already offers required facilities. Even more is offered if you use a proper model-view approach (i.e. QTableView nad QAbstractTableModel subclass instead of QTableWidget).
You don't need cell widgets to have custom drag and drop. QTableWidget already offers required facilities. Even more is offered if you use a proper model-view approach (i.e. QTableView nad QAbstractTableModel subclass instead of QTableWidget).
Bookmarks