Re: [Interest] Network configuration from qt under linux

2013-11-09 Thread nate . yuan
If your system can be customized, that will be easy. Install NetworkManager on your system. And use dbus to communicate with the NetworkManager daemon. At 2013-11-10 05:26:35,Simone wrote: >Hello, >We developed an application that need to configure all the network >configurations from our GUI.

Re: [Interest] Why QLabel block mouseReleaseEvent when holds rich text?

2013-09-11 Thread nate . yuan
At 2013-09-11 19:35:27,"william.croc...@analog.com" wrote: >On 09/11/2013 07:08 AM, nate.y...@gmail.com wrote: >> Hi guys, >> >> I have a frameless dialog and implement the title bar by myself. I implement the >> mousePressEvent, mouseReleaseEvent and mouseMoveEvent of the dialog, so users >>

Re: [Interest] Why QLabel block mouseReleaseEvent when holds rich text?

2013-09-11 Thread nate . yuan
At 2013-09-11 22:50:03,"Thiago Macieira" wrote: >On quarta-feira, 11 de setembro de 2013 19:08:35, nate.y...@gmail.com wrote: >> Hi guys, >> >> I have a frameless dialog and implement the title bar by myself. I >> implement the mousePressEvent, mouseReleaseEvent and mouseMoveEvent of

[Interest] Why QLabel block mouseReleaseEvent when holds rich text?

2013-09-11 Thread nate . yuan
Hi guys, I have a frameless dialog and implement the title bar by myself. I implement the mousePressEvent, mouseReleaseEvent and mouseMoveEvent of the dialog, so users can drag the dialog. Every thing works fine until I put a QLabel, which holds rich text, on the title bar. The QLabel