-
Qt Context menu
Hi,
I need a help regarding Qt Context Menu. how to link the static html to context menu. i.e When we select the "Alert"(Menu Name) in context menu it must load the html page as webview.
Guys please help me..
Thanks in advance
--
Jeyanthi Natarajan
-
Re: Qt Context menu
Connect the QAction::triggered() signal of your menu item to a slot and do whatever you want to your QWebView.
-
Re: Qt Context menu
hi ChrisW67
Thanks for your reply can u give me any sample code, i am new to QT
-
Re: Qt Context menu
You can find examples in the documentation (that one has both types of menus). All it takes is a quick search in Qt Assistant or even Google.