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).
I have an .jpg image that I want to place next to my QMainWindow title. how do I do this? Any help would be appreciated.
Try the "windowIcon":http://doc.qt.nokia.com/4.7/qwidget.html#windowIcon-prop property.
Thanks, got it. The correct line is: @wave w; //where wave is my QMainWindow class w.setWindowIcon(QIcon("/image.jpg"));@