Set the window title and icon to actually good things.

This commit is contained in:
Simon Quigley 2018-01-15 15:18:35 -06:00
parent c725146010
commit aaf08f05aa

View File

@ -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">