Many many fixes and optimizations. Texture scaling now dramatically improve performances, various shader optimizations, improved static noise and horizontal distortion and more... #184

Merged
Swordfish90 merged 25 commits from refactoring into master 2014-12-14 21:27:41 +01:00
Showing only changes of commit dbdd7f3705 - Show all commits

View File

@ -6,8 +6,8 @@ import QtQuick.Window 2.0
Window{
id: dialogwindow
title: qsTr("About")
width: 450
height: 300
width: 600
height: 400
ColumnLayout{
anchors.fill: parent
@ -64,16 +64,14 @@ Window{
ColumnLayout{
anchors.fill: parent
spacing: 10
Item{
Layout.fillHeight: true
Layout.fillWidth: true
Image{
anchors.fill: parent
Layout.fillWidth: true
Layout.fillHeight: true
anchors.horizontalCenter: parent.horizontalCenter
fillMode: Image.PreserveAspectFit
source: "images/crt256.png"
smooth: true
}
}
Text{
anchors.horizontalCenter: parent.horizontalCenter
horizontalAlignment: Text.AlignHCenter