In my QGraphicsScene I would like to have a movable item with n rows and 3 columns. the top row should only contain one big row that covers the three columns below.
Is this possible with qt? I've been looking at QTableView and QTableWidgetItem but I don't really understand the concept of them.