mirror of
https://github.com/lubuntu-team/lubuntu-about.git
synced 2025-05-20 05:11:29 +00:00
Move things around and deal with the resource file.
This commit is contained in:
parent
619f3a9598
commit
7a3a7a4cbb
17
README
Normal file
17
README
Normal file
@ -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 |
1
images/cpu.png
Symbolic link
1
images/cpu.png
Symbolic link
@ -0,0 +1 @@
|
||||
Lubuntu.png
|
1
images/graphics.png
Symbolic link
1
images/graphics.png
Symbolic link
@ -0,0 +1 @@
|
||||
Lubuntu.png
|
1
images/memory.png
Symbolic link
1
images/memory.png
Symbolic link
@ -0,0 +1 @@
|
||||
Lubuntu.png
|
1
images/storage.png
Symbolic link
1
images/storage.png
Symbolic link
@ -0,0 +1 @@
|
||||
Lubuntu.png
|
9
main.qrc
Normal file
9
main.qrc
Normal file
@ -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>
|
30
main.ui
30
main.ui
@ -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><img src="Lubuntu.png" height="32" width="32" /></string>
|
||||
<string><img src=":/images/graphics.png" height="32" width="32" /></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -110,7 +94,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><img src="Lubuntu.png" height="32" width="32" /></string>
|
||||
<string><img src=":/images/memory.png" height="32" width="32" /></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -159,7 +143,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><img src="Lubuntu.png" height="32" width="32" /></string>
|
||||
<string><img src=":/images/cpu.png" height="32" width="32" /></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -208,7 +192,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><img src="Lubuntu.png" height="32" width="32" /></string>
|
||||
<string><img src=":/images/storage.png" height="32" width="32" /></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -287,7 +271,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><img src="Lubuntu.png" height="64" width="64" /></string>
|
||||
<string><img src=":/images/Lubuntu.png" height="64" width="64" /></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -437,6 +421,8 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="main.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
Loading…
x
Reference in New Issue
Block a user