Re: [Interest] Keyboard focus with QWidget::createWindowContainer() not working

2014-12-19 Thread Wilhelm
Am 19.12.2014 um 12:37 schrieb Sze Howe Koh: > Hi Wilhelm, > > On 19 December 2014 at 17:33, Wilhelm wrote: >> >> Hi all, >> >> the following example code looks for the WId of a running kate-process >> and embeds the window into my own application. Thats all fine: >> rendering, resizing, mouse-ev

Re: [Interest] Keyboard focus with QWidget::createWindowContainer() not working

2014-12-19 Thread Sze Howe Koh
Hi Wilhelm, On 19 December 2014 at 17:33, Wilhelm wrote: > > Hi all, > > the following example code looks for the WId of a running kate-process > and embeds the window into my own application. Thats all fine: > rendering, resizing, mouse-events (e.g. menus of kate) are all working. > > The only p

[Interest] Keyboard focus with QWidget::createWindowContainer() not working

2014-12-19 Thread Wilhelm
Hi all, the following example code looks for the WId of a running kate-process and embeds the window into my own application. Thats all fine: rendering, resizing, mouse-events (e.g. menus of kate) are all working. The only problem ist keyboard-focus: kate doesn't get the keystrokes! I tried vari