Qt-interest Archive, December 2007
Konsole kpart right button mouse click
Message 1 in thread
Good morning.
I have a Konsole as a KPart in my application.
I would like to know if it is possible to have a popup menu on the
right click of the mouse
which is able to give access to some konsole functions as search,
change fonts...
(and which of these functions are available...)
Thanks
Giacomo
--
[ signature omitted ]
Message 2 in thread
On 12.12.07 09:25:05, Giacomo wrote:
> Good morning.
>
> I have a Konsole as a KPart in my application.
> I would like to know if it is possible to have a popup menu on the
> right click of the mouse
> which is able to give access to some konsole functions as search,
> change fonts...
> (and which of these functions are available...)
You've got the wrong list, this post should go to kde-devel. That said,
the context menu would have to come from the kpart itself, i.e. from the
konsole code. If that doesn't happen this is simply not available. Your
own program can only use the functions available in the
TerminalInterface class from kdelibs.
Checking kate from kde4 with embedded konsole: konsole does have a
context menu. And the same is true for kate in kde3.
Andreas
--
[ signature omitted ]