Merge branch 'ethersphere-feature/logging' into develop

This commit is contained in:
obscuren
2014-06-26 19:52:23 +02:00
17 changed files with 555 additions and 510 deletions

View File

@@ -319,7 +319,7 @@ ApplicationWindow {
Slider {
id: logLevelSlider
value: 1
value: eth.getLogLevelInt()
anchors {
right: parent.right
top: parent.top
@@ -332,7 +332,7 @@ ApplicationWindow {
}
orientation: Qt.Vertical
maximumValue: 3
maximumValue: 5
stepSize: 1
onValueChanged: {