1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-31 10:11:20 +00:00

Finally added new shiny icon.

This commit is contained in:
Filippo Scognamiglio 2014-10-11 14:54:41 +02:00
parent 2dd4e0d841
commit 058bafe033
9 changed files with 11 additions and 2 deletions

View File

@ -4,6 +4,8 @@ TARGET = cool-retro-term
DESTDIR = $$OUT_PWD/../ DESTDIR = $$OUT_PWD/../
SOURCES = main.cpp SOURCES = main.cpp
macx:ICON = icons/crt.icns
RESOURCES += qml/resources.qrc RESOURCES += qml/resources.qrc
######################################### #########################################

BIN
app/icons/crt.icns Normal file

Binary file not shown.

BIN
app/icons/crt128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
app/icons/crt256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
app/icons/crt32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

BIN
app/icons/crt64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -63,10 +63,16 @@ Window{
id: defaultComponent id: defaultComponent
ColumnLayout{ ColumnLayout{
anchors.fill: parent anchors.fill: parent
anchors.margins: 10
spacing: 10 spacing: 10
Item{ Item{
Layout.fillHeight: true Layout.fillHeight: true
Layout.fillWidth: true
Image{
anchors.fill: parent
fillMode: Image.PreserveAspectFit
source: "images/crt256.png"
smooth: true
}
} }
Text{ Text{
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter

BIN
app/qml/images/crt256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -66,5 +66,6 @@
<file>CRTMainMenuBar.qml</file> <file>CRTMainMenuBar.qml</file>
<file>SettingsPerformanceTab.qml</file> <file>SettingsPerformanceTab.qml</file>
<file>TerminalContainer.qml</file> <file>TerminalContainer.qml</file>
<file>images/crt256.png</file>
</qresource> </qresource>
</RCC> </RCC>