I guess what you need is QListWidget. The items can be moved within the list, you will only need to set some property.
Have a look at QListWidgetand QListWidgetItem
I guess what you need is QListWidget. The items can be moved within the list, you will only need to set some property.
Have a look at QListWidgetand QListWidgetItem
I want to draw rectangles with moveable edge, I think it is used for item . Any other class can be used like QSplitter or QDockWidget. I want to know that can we move widget in QSplitter . I can able to resize the widget in Qsplitter but not able to shift or move up and down
Use QGraphicsView
I have draw rectangles using paintEvent but not able to move the edge and also not able to shift up and down.
Bookmarks