mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-31 02:01:19 +00:00
Finally added new shiny icon.
This commit is contained in:
parent
2dd4e0d841
commit
058bafe033
@ -4,6 +4,8 @@ TARGET = cool-retro-term
|
||||
DESTDIR = $$OUT_PWD/../
|
||||
SOURCES = main.cpp
|
||||
|
||||
macx:ICON = icons/crt.icns
|
||||
|
||||
RESOURCES += qml/resources.qrc
|
||||
|
||||
#########################################
|
||||
|
BIN
app/icons/crt.icns
Normal file
BIN
app/icons/crt.icns
Normal file
Binary file not shown.
BIN
app/icons/crt128.png
Normal file
BIN
app/icons/crt128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
app/icons/crt256.png
Normal file
BIN
app/icons/crt256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
BIN
app/icons/crt32.png
Normal file
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
BIN
app/icons/crt64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
@ -63,17 +63,23 @@ Window{
|
||||
id: defaultComponent
|
||||
ColumnLayout{
|
||||
anchors.fill: parent
|
||||
anchors.margins: 10
|
||||
spacing: 10
|
||||
Item{
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
Image{
|
||||
anchors.fill: parent
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: "images/crt256.png"
|
||||
smooth: true
|
||||
}
|
||||
}
|
||||
Text{
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
text: shadersettings.version + "\n" +
|
||||
qsTr("Author: ") + "Filippo Scognamiglio\n" +
|
||||
qsTr("Email: ") + "flscogna@gmail.com\n" +
|
||||
qsTr("Email: ") + "flscogna@gmail.com\n" +
|
||||
qsTr("Source: ") + "https://github.com/Swordfish90/cool-retro-term\n"
|
||||
}
|
||||
}
|
||||
|
BIN
app/qml/images/crt256.png
Normal file
BIN
app/qml/images/crt256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
@ -66,5 +66,6 @@
|
||||
<file>CRTMainMenuBar.qml</file>
|
||||
<file>SettingsPerformanceTab.qml</file>
|
||||
<file>TerminalContainer.qml</file>
|
||||
<file>images/crt256.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
Loading…
x
Reference in New Issue
Block a user