PDA

View Full Version : Why does my program appear like this?



BeautiCode
22nd March 2015, 07:09
I decided to make my first calculator with Qt, but it looks a little weird:
http://i.imgur.com/Vhl3umP.png
That's how it looks when it's ran in the debugger, but on the design part of the Qt Creator it looks like this(normal):
http://i.imgur.com/lm1w3Vx.png

Edit: Incase you want to ask: "What's the problem here?" It's the white portion on the right side of the first pic.

wysota
22nd March 2015, 08:54
Please provide a minimal compilable example reproducing the problem.