Re: [Interest] QPrinter Support on Android

2013-11-10 Thread Thiago Macieira
On domingo, 10 de novembro de 2013 21:34:08, Joshua Grauman wrote: > Hello all, > > I just tried Qt5.2 for Android and unless I'm missing something I can't > use QPrinter. Now I understand the reason for this, obviously there is no > printer backend on Android. However, when I used Qt 4.x for Andr

Re: [Interest] Qt for SplitView HMI

2013-11-10 Thread Ramakanthreddy Kesireddy
Hi, In the below mail am I am referring to is the single Display unit which shows 2x display streams to Driver and Co-Driver in IVI. In such cases, Does it could be achived using Split View QtQuick Control? If so, how does Qt handle the same? Thanks and Regards, Ramakanth ___

[Interest] QPrinter Support on Android

2013-11-10 Thread Joshua Grauman
Hello all, I just tried Qt5.2 for Android and unless I'm missing something I can't use QPrinter. Now I understand the reason for this, obviously there is no printer backend on Android. However, when I used Qt 4.x for Android using Bogdan's version, I was still able to use QPrinter and friends,

[Interest] Qt for SplitView HMI

2013-11-10 Thread Ramakanthreddy Kesireddy
Hi, I would like to know about Qt Framework deployment for driving a SplitView Display. In such cases where two display streams are feed to one display by Qt… Please let me know if Host processor GPU does the merging of the 2 streams into one display port (or) Two display ports allocated whe

Re: [Interest] QGraphicsView and Drag & Drop

2013-11-10 Thread Igor Mironchik
In the attachement simple app that shows the problem. Try to drag and drop to the view... Hi. I'm doing dropping to the QGraphicsView some data. I successfully receive dragEnterEvent( QDragEnterEvent * event ) and here accept action with event->acceptProposedAction(). But I don't receive d

[Interest] QGraphicsView and Drag & Drop

2013-11-10 Thread Igor Mironchik
Hi. I'm doing dropping to the QGraphicsView some data. I successfully receive dragEnterEvent( QDragEnterEvent * event ) and here accept action with event->acceptProposedAction(). But I don't receive dropEvent on dropping and cursor shows that my view doesn't accept drop. Why? What am I doi

Re: [Interest] Network configuration from qt under linux

2013-11-10 Thread Mandeep Sandhu
On Sun, Nov 10, 2013 at 7:25 AM, wrote: > If your system can be customized, that will be easy. > Install NetworkManager on your system. > And use dbus to communicate with the NetworkManager daemon. We too used NM for configuring network interfaces on our embedded board. We had to cross-compile N

Re: [Interest] Network configuration from qt under linux

2013-11-10 Thread Simone
Hello Nate, This seems interesting. My system can be customized, so there are no problems. Do you have some code for reference or a web tutorial? Thank you Simone > Il giorno 10/nov/2013, alle ore 02:55, nate.y...@gmail.com ha scritto: > > If your system can be customized, that will be easy. >