PDA

View Full Version : Application gets wierd when font is changed...



Neeraj19
3rd October 2008, 08:27
Hii All

I made a application in Qt with lots of dialog and everything. But now as soon as i change the font of the application or size of the font of that application then everything goes weird and the dialogs get misaligned.

Any suggestions...

Thnx in advance

Neeraj

munna
3rd October 2008, 09:32
I would guess that you have not setup the layouts of your forms correctly and that is why you see such behavior.

If you can give some more details, like a screen shot or code snippets we can figure out the cause.