[Interest] How to use a QML component from another subproject

2013-09-21 Thread baneyue
Hi all: I'm trying to use QML in my project, but i has some trouble using QtCreator. Here's the project structure: MyProject | MyProject.pro (TEMPLATE = subdirs) | MainWindow | MainWindow.pro

Re: [Interest] QUdpSocket broken?

2013-09-21 Thread Samuel Gaist
On 12 sept. 2013, at 04:01, Thiago Macieira wrote: > All that worked in Qt 4 continues to work in Qt 5. GPS wasn't part of Qt 4 > (that was Mobility and most of it only supported the Nokia platforms); 3D > wasn't part of Qt 4 either (Mobility again). Qt Quick 1 continues to work > exactly like

Re: [Interest] GDB debugging not working in QtCreator 2.8.1/Qt 5.1.1/GDB 7.5/TI SDK 6.0

2013-09-21 Thread William Zeng
You need to check whether it contains gdb optimazation flag in the compiler argument, such as -O3. If yes, replace it with -O0 and then try again. BR William Zeng ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/lis

Re: [Interest] QMap significantly slower than QMap

2013-09-21 Thread Giuseppe D'Angelo
On 21 September 2013 14:47, Etienne Sandré-Chardonnal wrote: > I'm experiencing this issue : a 64-bit int QMap slows my app comparing to a > 32-bit int one. I'm compiling with GCC-MinGW64, so a 64-bit compiler. > Shouldn't it be as fast? The QMap is not very large (maybe 1000 elements) > and I hav

[Interest] QMap significantly slower than QMap

2013-09-21 Thread Etienne Sandré-Chardonnal
Hi, I'm experiencing this issue : a 64-bit int QMap slows my app comparing to a 32-bit int one. I'm compiling with GCC-MinGW64, so a 64-bit compiler. Shouldn't it be as fast? The QMap is not very large (maybe 1000 elements) and I have much bigger structures in my app, so the memory size should not