Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is it possible to set my QMainWindow to be 1024x768?
oh yes setFixedSize(QSize(1024,768)); If you mean set it to a size and dont allow user to resize.