[Interest] Lighthouse iOS OpenGL framebuffer object problem

2012-01-25 Thread Wuerfel, Hannes
Hi, I've tried the uikit from qt4.8 this week and got it finally running on simulator and device. I've already red the post on http://labs.qt.nokia.com/2011/08/09/update-on-uikit-lighthouse-platform/ . I've succesfully built the qt opengl es 2 example for the simulator but the QtGL Widget stay

[Interest] moving treeview ::branch to right

2012-01-25 Thread Jason H
I'd like to move the branch indicator ([+], [-]) to the right side so the text is always aligned to the left edge. I've tried: QTreeView::branch {     subcontrol-position: right center; } But this does not move it. What's the right Qt CSS for this? Thanks __

Re: [Interest] [Qt-interest] Calling qRegisterMetaType on static initialization

2012-01-25 Thread Thiago Macieira
On Tuesday, 24 de January de 2012 22.21.42, Till Oliver Knoll wrote: > p.s. Btw the last time I asked a question in the c++ comp group (really > years ago) related to "shared libs" I was told: "That's not part of the C++ > standard, dude - go read the man pages of your compiler/linker!" The C++ st

Re: [Interest] [Qt-interest] Calling qRegisterMetaType on static initialization

2012-01-25 Thread Till Oliver Knoll
Am 21.01.2012 um 15:06 schrieb Karl Krach : > "Static member variables are initialized before the 'real program' > (main()) starts" - right? IIRC when it comes to static variables defined in shared libraries: "It depends" - on the compiler/platform being used. I think that was also the main

Re: [Interest] Problems with Drag and Drop in Windows 7

2012-01-25 Thread Samuel Gaist
In my case they are reached. Are you building your application in debug or release mode ? In release mode, it won't break. Furthermore a line like int n = 0; is likely to get optimized out. If you want to have the correct behavior, do as said in the documentation with the acceptProposedAction(

Re: [Interest] Problems with Drag and Drop in Windows 7

2012-01-25 Thread norulez
But the main problem is that the breakpoint in the functions aren't reached. Make a breakpoint on a line (int n = 0;) in the code and run in debug mode Am 25.01.2012 um 16:48 schrieb Samuel Gaist : > > On 25 janv. 2012, at 15:44, NoRulez wrote: > >> Hello again, >> >> I've attached a small an

Re: [Interest] Problems with Drag and Drop in Windows 7

2012-01-25 Thread Samuel Gaist
On 25 janv. 2012, at 15:44, NoRulez wrote: > Hello again, > > I've attached a small and simple example, which doesn't work. > > Maybe someone could help > > Thanks in advance > Best Regards > > ___ > Interest mailing list > Interest@qt-project.org >

Re: [Interest] UIKit setup

2012-01-25 Thread Jon Ander Peñalba
El 25 de enero de 2012 16:21, escribió: > > I've pushed a few patches to staging for the current 4.8 development > branch, which fix these issues (and use the 5.0 SDK by default), these > should arrive shortly upstream. You can get them from the repository ( > http://qt.gitorious.org/qt/qt/trees/4

Re: [Interest] UIKit setup

2012-01-25 Thread eike.ziller
Hi, On 25 Jan 2012, at 15:29, ext Jon Ander Peñalba wrote: > Hi, > > My employee is interested in using Qt for some of it's iPhone and iPad apps > and I'm trying to test how much is supported. src/plugins/platforms/uikit/README already states some things which are supposed to work / might wor

Re: [Interest] UIKit setup

2012-01-25 Thread Jon Ander Peñalba
El 25 de enero de 2012 16:03, Raul Metsma escribió: > If you use recent xcode 4.2 or 4.3 you have to fix gcc in mkspecs > change it gcc4.2 to gcc Thank you, everything is working now :) ___ Interest mailing list Interest@qt-project.org http://lists.qt

Re: [Interest] UIKit setup

2012-01-25 Thread Raul Metsma
If you use recent xcode 4.2 or 4.3 you have to fix gcc in mkspecs change it gcc4.2 to gcc Raul Metsma On 25.01.2012, at 16:29, Jon Ander Peñalba wrote: > Hi, > > My employee is interested in using Qt for some of it's iPhone and iPad apps > and I'm trying to test how much is supported. > The pr

[Interest] Problems with Drag and Drop in Windows 7

2012-01-25 Thread NoRulez
Hello again,I've attached a small and simple example, which doesn't work.Maybe someone could helpThanks in advanceBest Regards DragDropExample.rar Description: Binary data ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mai

[Interest] UIKit setup

2012-01-25 Thread Jon Ander Peñalba
Hi, My employee is interested in using Qt for some of it's iPhone and iPad apps and I'm trying to test how much is supported. The problem is I've haven't been able to even compile it. This are the exact steps I've followed (Qt is downloaded to qt-everywhere-opensource-src-4.8.0): mkdir qt-lighth

[Interest] Problems with Drag and Drop in Windows 7

2012-01-25 Thread NoRulez
Hello @all,I tried to compile and run the example which is listed here: http://developer.qt.nokia.com/wiki/Drag_and_Drop_of_fileshttps://www.gitorious.org/qtdevnet-wiki-mvc/qtdevnet-dropfilesMy Problem now is that I can't drop any files into the MDI Area.I already tried to create a simple applicati