Set the window title and icon to actually good things.

HEAD
Simon Quigley 6 years ago
parent c725146010
commit aaf08f05aa

@ -23,7 +23,11 @@
</size>
</property>
<property name="windowTitle">
<string>Form</string>
<string>About Lubuntu</string>
</property>
<property name="windowIcon">
<iconset resource="main.qrc">
<normaloff>:/images/Lubuntu.png</normaloff>:/images/Lubuntu.png</iconset>
</property>
<widget class="QWidget" name="mainform">
<layout class="QGridLayout" name="gridLayout">

Loading…
Cancel
Save