Skip to content

Commit

Permalink
[ui] refs #199 - Restore global settings panel
Browse files Browse the repository at this point in the history
... removed after merge in 099f6ca
  • Loading branch information
olemis committed Jan 10, 2020
1 parent ac85984 commit ec9d0e4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/ui/Settings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,21 @@ Page {
}
} // GroupBox (network settings)

GroupBox {
Layout.fillWidth: true
title: qsTr("Global settings")

TextField {
id: textFieldCacheLifeTime
anchors.fill: parent
selectByMouse: true
placeholderText: qsTr("Cache life time")
onTextChanged: {
updateFooterButtonsStatus();
}
}
} // GroupBox (global settings)

GroupBox {
enabled:abm.hasInit()
AddrsBookModel{
Expand Down

0 comments on commit ec9d0e4

Please sign in to comment.