Application Opens Small
Unsolved
General and Desktop
-
I notice that when I open my application up, it starts out VERY small. It is a html5 application that opens a URL.
I am VERY new to coding and all of this. This link it goes to is Evernote.
Screenshot: http://imgur.com/FG5vrYb
-
Hi and welcome to devnet,
Can you show how you setup your widgets ?
-
Hi. To be honest I just created it (by clicking create new, of course) then built it. I didn't add anything.
-
Which project did you create exactly ?
-
You can call
QWidget::resize()
inmain.cpp
to make your viewer bigger.