new avatars

This commit is contained in:
doitux
2007-06-09 20:45:04 +00:00
parent f6673698a5
commit f655d2f01c
14 changed files with 31 additions and 9 deletions
+1 -1
View File
@@ -6102,7 +6102,7 @@
<x>0</x>
<y>0</y>
<width>1006</width>
<height>30</height>
<height>29</height>
</rect>
</property>
<widget class="QMenu" name="menuView" >
+12 -1
View File
@@ -10,13 +10,24 @@
<file>resources/graphics/actions/action_winner.png</file>
</qresource>
<qresource prefix="/avatar" >
<file>resources/avatar/Catherine_russia.png</file>
<file>resources/avatar/Columbus.png</file>
<file>resources/avatar/Elisabeth1.png</file>
<file>resources/avatar/George_Washington.png</file>
<file>resources/avatar/James_Watt.png</file>
<file>resources/avatar/Louis_XIV.png</file>
<file>resources/avatar/Martin_Luther_King.png</file>
<file>resources/avatar/Napoleon.png</file>
<file>resources/avatar/PopeInnocentX.png</file>
<file>resources/avatar/Pope_Clement_VII.png</file>
<file>resources/avatar/Sissi.png</file>
<file>resources/avatar/albert_einstein.png</file>
<file>resources/avatar/bach.png</file>
<file>resources/avatar/clipart1.png</file>
<file>resources/avatar/goethe.png</file>
<file>resources/avatar/linus.png</file>
<file>resources/avatar/marc.png</file>
<file>resources/avatar/mozart.png</file>
<file>resources/avatar/bach.png</file>
</qresource>
<qresource prefix="/cards" >
<file>resources/graphics/cards/0.png</file>
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

@@ -52,14 +52,25 @@ selectAvatarDialogImpl::selectAvatarDialogImpl(QWidget *parent, ConfigFile *c)
// };
QStringList avatarList;
avatarList << ":avatar/resources/avatar/albert_einstein.png";
avatarList << ":avatar/resources/avatar/linus.png";
avatarList << ":avatar/resources/avatar/mozart.png";
avatarList << ":avatar/resources/avatar/bach.png";
avatarList << ":avatar/resources/avatar/goethe.png";
avatarList << ":avatar/resources/avatar/marc.png";
avatarList << ":avatar/resources/avatar/clipart1.png";
avatarList << ":avatar/resources/avatar/Catherine_russia.png";
avatarList << ":avatar/resources/avatar/Columbus.png";
avatarList << ":avatar/resources/avatar/Elisabeth1.png";
avatarList << ":avatar/resources/avatar/George_Washington.png";
avatarList << ":avatar/resources/avatar/James_Watt.png";
avatarList << ":avatar/resources/avatar/Louis_XIV.png";
avatarList << ":avatar/resources/avatar/Martin_Luther_King.png";
avatarList << ":avatar/resources/avatar/Napoleon.png";
avatarList << ":avatar/resources/avatar/PopeInnocentX.png";
avatarList << ":avatar/resources/avatar/Pope_Clement_VII.png";
avatarList << ":avatar/resources/avatar/Sissi.png";
avatarList << ":avatar/resources/avatar/albert_einstein.png";
avatarList << ":avatar/resources/avatar/bach.png";
avatarList << ":avatar/resources/avatar/clipart1.png";
avatarList << ":avatar/resources/avatar/goethe.png";
avatarList << ":avatar/resources/avatar/linus.png";
avatarList << ":avatar/resources/avatar/marc.png";
avatarList << ":avatar/resources/avatar/mozart.png";
int i;
for (i=0; i<avatarList.size(); i++) {