Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi... how to add actions to in qlistwidget like menu when i clicked on the reference child actions should roledown...
Use context menu thing something like below @ void ListWidget::customContentsMenu( const QPoint &pos ) { QPoint globalPos = this->mapToGlobal(pos); menu->exec( globalPos ); } @
Regards Irfan omair
[edit : @tags added , please do so for readability, Eddy]
how to add the same thing to dockwidget