Re: [Development] Qt 5.2 Testing (System tray)

2013-10-14 Thread Weng Xuetian
On Mon, Oct 14, 2013 at 12:05 PM, Thiago Macieira wrote: > On segunda-feira, 14 de outubro de 2013 18:55:56, Jiergir Ogoerg wrote: > > To test qt4 I did "sudo apt-get install libqt4-dev", that is, the libs > that > > come with Ubuntu. I'm not a Qt developer so I hope you guys figure out > why > >

Re: [Development] input method support in Qt5 (linux)

2013-01-25 Thread Weng Xuetian
Hi, (Since I'm not used to one this list, so this reply might not on the thread) I'm a linux input method developer (fcitx) myself. The only problem is, libX11 provides xim implementation, while xcb doesn't, so actually xim for qt5 is a little bit hard to implement. But still there is some reas