Skip to content

Commit

Permalink
[view] refs #298 - Remove initial implementation of log level Combo Box
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiD2ta committed Jan 23, 2020
1 parent 4ef8650 commit 1651c5f
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions src/ui/Settings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -345,26 +345,7 @@ Page {
}
}
}
// RowLayout {
// Layout.fillWidth: true

// text: qsTr("Log level")
// font.bold: true
// Label {
// color: Material.accent
// }

// id: logLevelOption
// ComboBox{
// // When an item is selected, update the backend.
// onActivated: logLevel.modifier = qsTr(logLevelOption.currentValue)

// // // Set the initial currentIndex to the value stored in the backend.
// // Component.onCompleted: currentIndex = indexOfValue(logLevel.old)
// }
// model:["debug", "info", "warn", "error", "fatal", "panic"]
//}
} // ColumnLayout
}

ButtonGroup {
property int select:checkedButton.pos
Expand Down

0 comments on commit 1651c5f

Please sign in to comment.