Skip to content

Commit

Permalink
replace placeholder image
Browse files Browse the repository at this point in the history
  • Loading branch information
Renari committed May 17, 2016
1 parent 16d6312 commit 09f8e49
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
Binary file added images/auron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kimari.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lulu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/placeholder.png
Binary file not shown.
Binary file added images/rikku.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/wakka.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/yuna.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/images/placeholder.png</pixmap>
<pixmap resource="resources.qrc">:/images/yuna.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="auronImage">
Expand All @@ -67,7 +67,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/images/placeholder.png</pixmap>
<pixmap resource="resources.qrc">:/images/auron.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="kimariImage">
Expand All @@ -83,7 +83,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/images/placeholder.png</pixmap>
<pixmap resource="resources.qrc">:/images/kimari.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="wakkaImage">
Expand All @@ -99,7 +99,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/images/placeholder.png</pixmap>
<pixmap resource="resources.qrc">:/images/wakka.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="luluImage">
Expand All @@ -115,7 +115,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/images/placeholder.png</pixmap>
<pixmap resource="resources.qrc">:/images/lulu.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="rikkuImage">
Expand All @@ -131,7 +131,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/images/placeholder.png</pixmap>
<pixmap resource="resources.qrc">:/images/rikku.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="yunaText">
Expand Down
9 changes: 7 additions & 2 deletions resources.qrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<RCC>
<qresource prefix="/images">
<file>images/placeholder.png</file>
<qresource prefix="/">
<file>images/auron.png</file>
<file>images/kimari.png</file>
<file>images/lulu.png</file>
<file>images/rikku.png</file>
<file>images/wakka.png</file>
<file>images/yuna.png</file>
</qresource>
</RCC>

0 comments on commit 09f8e49

Please sign in to comment.