@@ -10,26 +10,12 @@
|
||||
<file>resources/graphics/actions/action_winner.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/avatar" >
|
||||
<file>resources/avatar/Chales_Johnson.png</file>
|
||||
<file>resources/avatar/Eli_Hodapp.png</file>
|
||||
<file>resources/avatar/Eli_Hodapp1.png</file>
|
||||
<file>resources/avatar/Hans_Dekker.png</file>
|
||||
<file>resources/avatar/Indigo_Goat.png</file>
|
||||
<file>resources/avatar/Jerry_Daykin.png</file>
|
||||
<file>resources/avatar/Presty.png</file>
|
||||
<file>resources/avatar/The_Marmot.png</file>
|
||||
<file>resources/avatar/William_Holtkamp.png</file>
|
||||
<file>resources/avatar/cr.png</file>
|
||||
<file>resources/avatar/dps.png</file>
|
||||
<file>resources/avatar/ellievanhoutte.png</file>
|
||||
<file>resources/avatar/jarrodtrainique.png</file>
|
||||
<file>resources/avatar/joeltelling.png</file>
|
||||
<file>resources/avatar/loufi.png</file>
|
||||
<file>resources/avatar/riccardodivirgilio.png</file>
|
||||
<file>resources/avatar/riccardodivirgilio1.png</file>
|
||||
<file>resources/avatar/rileyroxx.png</file>
|
||||
<file>resources/avatar/saidanddone.png</file>
|
||||
<file>resources/avatar/scottfeldstein.png</file>
|
||||
<file>resources/avatar/albert_einstein.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>
|
||||
</qresource>
|
||||
<qresource prefix="/cards" >
|
||||
<file>resources/graphics/cards/0.png</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 57 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 46 KiB |
@@ -52,29 +52,15 @@ selectAvatarDialogImpl::selectAvatarDialogImpl(QWidget *parent, ConfigFile *c)
|
||||
// };
|
||||
|
||||
QStringList avatarList;
|
||||
avatarList << ":avatar/resources/avatar/Chales_Johnson.png";
|
||||
avatarList << ":avatar/resources/avatar/Eli_Hodapp.png";
|
||||
avatarList << ":avatar/resources/avatar/Eli_Hodapp1.png";
|
||||
avatarList << ":avatar/resources/avatar/Hans_Dekker.png";
|
||||
avatarList << ":avatar/resources/avatar/Indigo_Goat.png";
|
||||
avatarList << ":avatar/resources/avatar/Jerry_Daykin.png";
|
||||
avatarList << ":avatar/resources/avatar/Presty.png";
|
||||
avatarList << ":avatar/resources/avatar/The_Marmot.png";
|
||||
avatarList << ":avatar/resources/avatar/William_Holtkamp.png";
|
||||
avatarList << ":avatar/resources/avatar/cr.png";
|
||||
avatarList << ":avatar/resources/avatar/dps.png";
|
||||
avatarList << ":avatar/resources/avatar/ellievanhoutte.png";
|
||||
avatarList << ":avatar/resources/avatar/jarrodtrainique.png";
|
||||
avatarList << ":avatar/resources/avatar/joeltelling.png";
|
||||
avatarList << ":avatar/resources/avatar/loufi.png";
|
||||
avatarList << ":avatar/resources/avatar/riccardodivirgilio.png";
|
||||
avatarList << ":avatar/resources/avatar/riccardodivirgilio1.png";
|
||||
avatarList << ":avatar/resources/avatar/rileyroxx.png";
|
||||
avatarList << ":avatar/resources/avatar/saidanddone.png";
|
||||
avatarList << ":avatar/resources/avatar/scottfeldstein.png";
|
||||
avatarList << ":avatar/resources/avatar/albert_einstein.png";
|
||||
avatarList << ":avatar/resources/avatar/goethe.png";
|
||||
avatarList << ":avatar/resources/avatar/linus.png";
|
||||
avatarList << ":avatar/resources/avatar/mozart.png";
|
||||
avatarList << ":avatar/resources/avatar/marc.png";
|
||||
avatarList << ":avatar/resources/avatar/clipart1.png";
|
||||
|
||||
int i;
|
||||
for (i=0; i<20; i++) {
|
||||
for (i=0; i<avatarList.size(); i++) {
|
||||
|
||||
MyAvatarListItem *myItem = new MyAvatarListItem(listWidget);
|
||||
myItem->setIcon(QIcon(QPixmap(avatarList.at(i)).scaled(50,50,Qt::IgnoreAspectRatio,Qt::SmoothTransformation)));
|
||||
|
||||