Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable rotation where works perfectly #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion meecast/qt-qml/qml/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Page {
}
}
}
orientationLock: PageOrientation.LockPortrait
Flickable {
anchors.fill: parent
flickableDirection: Flickable.VerticalFlick
Expand Down
1 change: 0 additions & 1 deletion meecast/qt-qml/qml/CityPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Page {
}

}
orientationLock: PageOrientation.LockPortrait
Rectangle{
anchors.fill: parent
anchors.top: title_rect.bottom
Expand Down
1 change: 0 additions & 1 deletion meecast/qt-qml/qml/CountryPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Page {
}

}
orientationLock: PageOrientation.LockPortrait
Rectangle{
anchors.fill: parent
anchors.top: title_rect.bottom
Expand Down
1 change: 0 additions & 1 deletion meecast/qt-qml/qml/LanguagesPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Page {
}

}
orientationLock: PageOrientation.LockPortrait



Expand Down
1 change: 0 additions & 1 deletion meecast/qt-qml/qml/SettingsPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Page {
}*/
}
//FontLoader {id: localFont; source: "fonts/nokia/Nokia Pure/NokiaPureMbLight.ttf"}
orientationLock: PageOrientation.LockPortrait
function openFile(file)
{
var component = Qt.createComponent(file);
Expand Down
1 change: 0 additions & 1 deletion meecast/qt-qml/qml/SourcePage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Page {
}

}
orientationLock: PageOrientation.LockPortrait

Rectangle{
anchors.fill: parent
Expand Down
1 change: 0 additions & 1 deletion meecast/qt-qml/qml/WeatherPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Page {
anchors.right: parent == undefined ? undefined : parent.right
}
}
orientationLock: PageOrientation.LockPortrait
function openFile(file)
{
var component = Qt.createComponent(file);
Expand Down