Added scrollbars for lists and text fields. Added saving to the path settings for configuration files and the current language. Various UI improvements
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12
|
||||
import QtQuick.Layouts 1.12
|
||||
import QtCharts 2.3
|
||||
|
||||
@@ -169,6 +170,8 @@ ColumnLayout {
|
||||
model: seriesCount
|
||||
delegate: legendDelegate
|
||||
visible: !horizontalLegend
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
ScrollBar.vertical: Controls.ScrollBar {}
|
||||
|
||||
property Controls.ChartView chartItem: chart
|
||||
|
||||
|
||||
Reference in New Issue
Block a user