mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: remove a few obsolete properties and references
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a11e719f1a
commit
501f8ba6a4
3 changed files with 0 additions and 4 deletions
|
|
@ -12,7 +12,6 @@ Item {
|
||||||
|
|
||||||
property string username: login.text;
|
property string username: login.text;
|
||||||
property string password: password.text;
|
property string password: password.text;
|
||||||
property bool issave: savePassword.checked;
|
|
||||||
|
|
||||||
function saveCredentials() {
|
function saveCredentials() {
|
||||||
manager.cloudUserName = login.text
|
manager.cloudUserName = login.text
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,6 @@ ColumnLayout {
|
||||||
id: startpage
|
id: startpage
|
||||||
width: subsurfaceTheme.columnWidth
|
width: subsurfaceTheme.columnWidth
|
||||||
|
|
||||||
property int buttonWidth: width * 0.9
|
|
||||||
|
|
||||||
function saveCredentials() { cloudCredentials.saveCredentials() }
|
function saveCredentials() { cloudCredentials.saveCredentials() }
|
||||||
|
|
||||||
MobileComponents.Heading {
|
MobileComponents.Heading {
|
||||||
|
|
|
||||||
|
|
@ -259,7 +259,6 @@ MobileComponents.ApplicationWindow {
|
||||||
|
|
||||||
property Item stackView: pageStack
|
property Item stackView: pageStack
|
||||||
initialPage: DiveList {
|
initialPage: DiveList {
|
||||||
anchors.fill: detailsPage
|
|
||||||
id: diveList
|
id: diveList
|
||||||
opacity: 0
|
opacity: 0
|
||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue