Move things around and deal with the resource file.

HEAD
Simon Quigley 6 years ago
parent 619f3a9598
commit 7a3a7a4cbb

@ -0,0 +1,17 @@
More details are available here: http://phab.lubuntu.me/T16
About Lubuntu
Copyright 2018 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

@ -0,0 +1 @@
Lubuntu.png

@ -0,0 +1 @@
Lubuntu.png

@ -0,0 +1 @@
Lubuntu.png

@ -0,0 +1 @@
Lubuntu.png

@ -0,0 +1,9 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>images/Lubuntu.png</file>
<file>images/graphics.png</file>
<file>images/cpu.png</file>
<file>images/memory.png</file>
<file>images/storage.png</file>
</qresource>
</RCC>

@ -1,20 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2018 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<ui version="4.0">
<class>mainform</class>
<widget class="QWidget" name="mainform">
@ -61,7 +45,7 @@
</size>
</property>
<property name="text">
<string>&lt;img src=&quot;Lubuntu.png&quot; height=&quot;32&quot; width=&quot;32&quot; /&gt;</string>
<string>&lt;img src=&quot;:/images/graphics.png&quot; height=&quot;32&quot; width=&quot;32&quot; /&gt;</string>
</property>
</widget>
</item>
@ -110,7 +94,7 @@
</size>
</property>
<property name="text">
<string>&lt;img src=&quot;Lubuntu.png&quot; height=&quot;32&quot; width=&quot;32&quot; /&gt;</string>
<string>&lt;img src=&quot;:/images/memory.png&quot; height=&quot;32&quot; width=&quot;32&quot; /&gt;</string>
</property>
</widget>
</item>
@ -159,7 +143,7 @@
</size>
</property>
<property name="text">
<string>&lt;img src=&quot;Lubuntu.png&quot; height=&quot;32&quot; width=&quot;32&quot; /&gt;</string>
<string>&lt;img src=&quot;:/images/cpu.png&quot; height=&quot;32&quot; width=&quot;32&quot; /&gt;</string>
</property>
</widget>
</item>
@ -208,7 +192,7 @@
</size>
</property>
<property name="text">
<string>&lt;img src=&quot;Lubuntu.png&quot; height=&quot;32&quot; width=&quot;32&quot; /&gt;</string>
<string>&lt;img src=&quot;:/images/storage.png&quot; height=&quot;32&quot; width=&quot;32&quot; /&gt;</string>
</property>
</widget>
</item>
@ -287,7 +271,7 @@
</size>
</property>
<property name="text">
<string>&lt;img src=&quot;Lubuntu.png&quot; height=&quot;64&quot; width=&quot;64&quot; /&gt;</string>
<string>&lt;img src=&quot;:/images/Lubuntu.png&quot; height=&quot;64&quot; width=&quot;64&quot; /&gt;</string>
</property>
</widget>
</item>
@ -437,6 +421,8 @@
</item>
</layout>
</widget>
<resources/>
<resources>
<include location="main.qrc"/>
</resources>
<connections/>
</ui>

Loading…
Cancel
Save