How to create a table in ui file
Solved
General and Desktop
-
Hi,
Where are the data that you will show in your table coming from ?
-
hi,
the data are stored in QGraphicsPixmapItem::data(int i) and when i click a information button when the item is selected, it opens a dialog(this is for one specific object) and it shows the data
but how can i create a table like this, with the editable spaces?
-
You can use a QTableWidget and disable editing on the items you want read-only.