Re: [Interest] My experience porting to Qt5 (on OS X)

2012-09-02 Thread Stephen Chu
The issue I find most problematic is this: It interrupt the flow of tabbing through the fields and cause some submitting issues when using QDataWidgetMapper. Also I get this message every time a QComboBox is clicked: void QWidgetPrivate::se

Re: [Interest] My experience porting to Qt5 (on OS X)

2012-09-02 Thread Till Oliver Knoll
Hello Thiago, Am 02.09.2012 um 15:59 schrieb Thiago Macieira : > On domingo, 2 de setembro de 2012 13.38.33, Till Oliver Knoll wrote: >> - ... > > Can you also create tasks for the above issues? First and foremost I'd like to emphasise again here how easy it was porting my - admittedly rather

Re: [Interest] My experience porting to Qt5 (on OS X)

2012-09-02 Thread Thiago Macieira
On domingo, 2 de setembro de 2012 13.38.33, Till Oliver Knoll wrote: > - It seems that touch events are not recognised anymore by my > QGraphicsSceneView > > - Lots of rendering artifacts (mostly seems like a "refresh" problem: > old pixel "blocks" remain on the screen until a repaint is enforced,

Re: [Interest] fromWinHICON missing from Qt 5

2012-09-02 Thread Thiago Macieira
On domingo, 2 de setembro de 2012 22.23.01, Joseph Crowell wrote: > QPixmap QPixmap::fromWinHICON( HICON ); Is there a reason this has been > removed? Yes, the QPixmap API is platform-independent, completely. The equivalent fromWinHBITMAP, fromMacCGImageRef, fromSymbianCFbsBitmap, fromSymbianRSgIm

[Interest] fromWinHICON missing from Qt 5

2012-09-02 Thread Joseph Crowell
QPixmap QPixmap::fromWinHICON( HICON ); Is there a reason this has been removed? If so, is there any another method which results in the same return values from a windows resource dll? I had a project which loaded windows icons in a list by pulling the correct icon from QFileInfo which is of ty

[Interest] My experience porting to Qt5 (on OS X)

2012-09-02 Thread Till Oliver Knoll
Hi, I installed the Qt 5 beta 1 yesterday for the first time and started porting my application (a small "visual effects editor" consisting of a couple of libraries and executable - so nothing big). The effor was indeed very painless: in my case I mainly had to adjust a few #include ( -> ) and

Re: [Interest] [Qt5 Beta] qmake: *.ui files not generated (uic not called)? [SOLVED]

2012-09-02 Thread Richard Moore
On 2 September 2012 11:44, Till Oliver Knoll wrote: > Am 01.09.12 12:24, schrieb Till Oliver Knoll: >> Am 01.09.2012 um 11:54 schrieb Till Oliver Knoll >> : > However I *think* I found the solution: I daringly added 'widgets' (I > simply guessed!) to the QT configuration, as in: > >QT += core

Re: [Interest] [Qt5 Beta] qmake: *.ui files not generated (uic not called)? [SOLVED]

2012-09-02 Thread Till Oliver Knoll
Am 01.09.12 12:24, schrieb Till Oliver Knoll: > Am 01.09.2012 um 11:54 schrieb Till Oliver Knoll > : > >> ... >> >> Any ideas? Is "FORMS" not the proper keyword here (anymore)? > > I have yet to check the generated Makefiles > ... So I quickly generated a new GUI Widgets project with the (old) Q