Custom buttons: refactored files structure
This commit is contained in:
parent
598bc48957
commit
807867ef42
6 changed files with 218 additions and 245 deletions
|
|
@ -4,6 +4,7 @@ import QtQuick.Layouts
|
|||
import qs.Commons
|
||||
import qs.Services
|
||||
import qs.Widgets
|
||||
import qs.Modules.SettingsPanel.Extras
|
||||
|
||||
ColumnLayout {
|
||||
id: root
|
||||
|
|
@ -157,7 +158,7 @@ ColumnLayout {
|
|||
spacing: Style.marginM * scaling
|
||||
|
||||
// Left Section
|
||||
NSectionEditor {
|
||||
BarSectionEditor {
|
||||
sectionName: "Left"
|
||||
sectionId: "left"
|
||||
widgetModel: Settings.data.bar.widgets.left
|
||||
|
|
@ -169,7 +170,7 @@ ColumnLayout {
|
|||
}
|
||||
|
||||
// Center Section
|
||||
NSectionEditor {
|
||||
BarSectionEditor {
|
||||
sectionName: "Center"
|
||||
sectionId: "center"
|
||||
widgetModel: Settings.data.bar.widgets.center
|
||||
|
|
@ -181,7 +182,7 @@ ColumnLayout {
|
|||
}
|
||||
|
||||
// Right Section
|
||||
NSectionEditor {
|
||||
BarSectionEditor {
|
||||
sectionName: "Right"
|
||||
sectionId: "right"
|
||||
widgetModel: Settings.data.bar.widgets.right
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue