PDA

View Full Version : Add data to a context menu entry



Joseph Babu
26th April 2016, 09:26
Could we add line edit to a context menu and pass any parameters

anda_skoa
26th April 2016, 11:05
You can set almost arbitrary data to a QAction in a contex menu using QAction::setData().

Cheers,
_