[Interest] QtNetwork in iOS application

2012-06-18 Thread Thomas Sondergaard
Is it possible to use QtCore and QtNetwork in an iphone application with a standard UIKit GUI? I'm thinking particularly about the eventloop and events and async I/O with QNetworkAccessManager. How can I integrate the Qt and UIKit eventloops? Thanks, Thomas ___

Re: [Interest] Catching selection in QTreeView

2012-06-18 Thread Andreas Pakulat
Hi, On Tue, Jun 19, 2012 at 8:32 AM, Waitman Gobble wrote: > > Hi, > > I am having an issue with the QTreeView and Key Bindings. It seems when > the selection changes from a keyboard event, it does not fire the function > bound to the signal. The mouse button causes the function to run as > desir

[Interest] Catching selection in QTreeView

2012-06-18 Thread Waitman Gobble
Hi, I am having an issue with the QTreeView and Key Bindings. It seems when the selection changes from a keyboard event, it does not fire the function bound to the signal. The mouse button causes the function to run as desired. Perhaps I'm missing a setting in the documentation? http://qt-

Re: [Interest] Porting Qt app to windows

2012-06-18 Thread Chasc
On Sun, 2012-06-03 at 00:47 +0300, Nikos Chantziaras wrote: > On 01/06/12 14:49, Chasc wrote: > > I have recently developed a C++ desktop application in Linux using Qt > > Creator and have successfully opened the project in the Windows version > > of Qt Creator. The app runs successfully in the win

Re: [Interest] [OT] Re: Is Nokia officially done with Qt?

2012-06-18 Thread Lorn Potter
On 19/06/2012, at 5:58 AM, Jason H wrote: > Just to put this out there. Cutie sounds like a joint project between Witty > (Wt) and Qt. > > The original Qt fork was called Harmony (defunct, and never came to fruition). Harmony was not a fork of the code, but a reimplementation of the API, due t

Re: [Interest] [OT] Re: Is Nokia officially done with Qt?

2012-06-18 Thread Jason H
Just to put this out there. Cutie sounds like a joint project between Witty (Wt) and Qt. The original Qt fork was called Harmony(defunct, and never came to fruition). And to answer the ultimate question: "No", but all other questions are unanswerable at this point. _

[Interest] QtSDK recent, no OviNotificationSession support?

2012-06-18 Thread Sivan Greenberg
Hi All, I'm trying to desperately use the Qt support for OVI notifications, but trying to use the QML Notif example gives 'unknown' element when trying to use OviNotificationSession {...} in QML. this exmaple has the += ovinotification in the .pro file so I'm lost. Help appreciated! -- -Sivan

Re: [Interest] Where do all the non-branch files live?

2012-06-18 Thread Stephen Chu
On 6/18/12 2:30 PM, Konstantin Tokarev wrote: > > > 18.06.2012, 22:26, "Stephen Chu" : >> On 6/18/12 2:22 PM, Robin Burchell wrote: >> >>> On Mon, Jun 18, 2012 at 8:11 PM, Stephen Chu wrote: When I clone Qt 5 from gitorious, sub-modules like qtbase are not in any branch:

Re: [Interest] Where do all the non-branch files live?

2012-06-18 Thread Konstantin Tokarev
18.06.2012, 22:26, "Stephen Chu" : > On 6/18/12 2:22 PM, Robin Burchell wrote: > >>  On Mon, Jun 18, 2012 at 8:11 PM, Stephen Chu wrote: >>>  When I clone Qt 5 from gitorious, sub-modules like qtbase are not in any >>>  branch: >>> >>>  stephen-chus-mac-pro:qtbase stephenchu$ git branch >>>  * (

Re: [Interest] Where do all the non-branch files live?

2012-06-18 Thread Stephen Chu
On 6/18/12 2:22 PM, Robin Burchell wrote: > On Mon, Jun 18, 2012 at 8:11 PM, Stephen Chu wrote: >> When I clone Qt 5 from gitorious, sub-modules like qtbase are not in any >> branch: >> >> stephen-chus-mac-pro:qtbase stephenchu$ git branch >> * (no branch) >>master >> >> Where are these non-br

Re: [Interest] Where do all the non-branch files live?

2012-06-18 Thread Robin Burchell
On Mon, Jun 18, 2012 at 8:11 PM, Stephen Chu wrote: > When I clone Qt 5 from gitorious, sub-modules like qtbase are not in any > branch: > > stephen-chus-mac-pro:qtbase stephenchu$ git branch > * (no branch) >   master > > Where are these non-branch files on gitorious? How do they get there? You'

[Interest] Where do all the non-branch files live?

2012-06-18 Thread Stephen Chu
When I clone Qt 5 from gitorious, sub-modules like qtbase are not in any branch: stephen-chus-mac-pro:qtbase stephenchu$ git branch * (no branch) master Where are these non-branch files on gitorious? How do they get there? ___ Interest mailing list

Re: [Interest] QTableView does not scroll to fully display selected row

2012-06-18 Thread K. Frank
Hi Oliver! On Mon, Jun 18, 2012 at 2:30 AM, Till Oliver Knoll wrote: > Am 18.06.2012 um 05:09 schrieb "K. Frank" : >> ... >> I am using 4.8.0-rc1 on 64-bit windows 7, > > Any particular reason why you are using a Release Candidate version? The reason -- although maybe not a good reason -- is tha

[Interest] Qt with latest MinGW

2012-06-18 Thread Alexander Carôt
Hello all, I installed the latest Qt-SDK für Win via the online installer. I noticed that this version uses MinGW with g++ in version 4.4.0. For some reason I want to use a different version. Just in case (in order to probably save time) I wanted to ask a question: I belive the only way to do