Version 0.004

This commit is contained in:
LubuWest 2017-05-11 22:15:34 +02:00
commit 438f8a4e4d
64 changed files with 2736 additions and 636 deletions

View file

@ -105,7 +105,7 @@ Rectangle {
anchors.topMargin: 0.5*mm
anchors.right: parent.right
anchors.rightMargin:2*mm
text: qsTr(phototabstatus)
text: fotostab.phototabstatus=="Images"?qsTr("Own Images"):fotostab.phototabstatus
onClicked: {phototabmenu.popup()}
}
Menu {
@ -114,7 +114,7 @@ Rectangle {
text: qsTr("Own Images")
onTriggered: {
fotostab.phototabstatus="Images";
phototabstatusButton.text=qsTr("own images");
// phototabstatusButton.text=qsTr("Own images");
showFotos("")}
}
}