PDA

View Full Version : Qt Creator - Delay of whole GUI



@nubis
10th August 2009, 23:04
Hi guys,

i'm new to Qt but already a big fan of this library. I looked at some demonstrations and already played around with Qt Creator. However one thing kind of confuses me. While dragging control objects, using the scroll bar or just clicking somewhere in the user interface of Qt Creator I often have some delay till the desired action comes into place.
For example I want to place a button. While hovering the mouse pointer over the corresponding entry, left clicking and dragging to the working space the "button"-symbol doesn't immediately stay in place after the left mouse button is released - it kind of gets "attached" to the mouse pointer.
After a little while (meaning the delay) the control gets finally placed where I first released the mouse button and I can grab another one.

Any idea?

wysota
11th August 2009, 23:08
Please provide some more info. What OS are you using? Does it happen at every time or only sometimes? etc.

@nubis
16th August 2009, 23:24
I'm using windows x64, quad core, 4gb ram, geforce 8800 gtx. System drive is western digital raptor.
I made a little video which shows the delay. Right at the beginning the pushButton doesn't stay where it should be - after releasing the mouse button.
At the end I select the main.cpp entry. As you can see it actually gets highlighted with some delay.

btw, that fast clicking isn't the problem. If I click that "crazy" inside the Qt creator installed on my notebook, all works fine.


http://www.youtube.com/watch?v=y5D0YRpsyqI


Hope that helps