PDA

View Full Version : Help with QTGui



stevoicus
7th November 2016, 10:35
I am creating a GUI using PyQT Designer and i have exported it into code also.

When i run it in the designer or IDLE there is a small box under the cursor(see picture)

Any ideas on how to get rid of that?12206

Killian
7th November 2016, 15:29
I assume you mean Qt Designer. Got nothing to do with Python. ;-)
Why do you "export" your designer-crafted UI to code instead of just loading the *.ui file during run-time?

That box looks weird, could be some sort of broken tooltip or similar. Do you by any chance have code running that manipulates the cursor or makes a widget following mouse position?