Skip to content

Commit

Permalink
massive qml edit
Browse files Browse the repository at this point in the history
  • Loading branch information
arcan1s committed Mar 26, 2024
1 parent 4fcea42 commit 3f20aa8
Show file tree
Hide file tree
Showing 31 changed files with 175 additions and 519 deletions.
284 changes: 0 additions & 284 deletions sensors

This file was deleted.

5 changes: 5 additions & 0 deletions sources/awesome-widget/package/contents/ui/about.qml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ import org.kde.plasma.private.awesomewidget 1.0
KCM.SimpleKCM {
id: aboutPage

// backend
AWActions {
id: awActions
}

AboutTab {
textProvider: awActions
}
Expand Down
28 changes: 14 additions & 14 deletions sources/awesome-widget/package/contents/ui/advanced.qml
Original file line number Diff line number Diff line change
Expand Up @@ -129,32 +129,32 @@ KCM.SimpleKCM {
id: tempUnits
model: [
{
'label': i18n("Celsius"),
'name': "Celsius"
"label": i18n("Celsius"),
"name": "Celsius"
},
{
'label': i18n("Fahrenheit"),
'name': "Fahrenheit"
"label": i18n("Fahrenheit"),
"name": "Fahrenheit"
},
{
'label': i18n("Kelvin"),
'name': "Kelvin"
"label": i18n("Kelvin"),
"name": "Kelvin"
},
{
'label': i18n("Reaumur"),
'name': "Reaumur"
"label": i18n("Reaumur"),
"name": "Reaumur"
},
{
'label': i18n("cm^-1"),
'name': "cm^-1"
"label": i18n("cm^-1"),
"name": "cm^-1"
},
{
'label': i18n("kJ/mol"),
'name': "kJ/mol"
"label": i18n("kJ/mol"),
"name": "kJ/mol"
},
{
'label': i18n("kcal/mol"),
'name': "kcal/mol"
"label": i18n("kcal/mol"),
"name": "kcal/mol"
}
]
text: i18n("Temperature units")
Expand Down
1 change: 0 additions & 1 deletion sources/awesome-widget/package/contents/ui/appearance.qml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ KCM.SimpleKCM {
property alias cfg_textStyleColor: selectStyleColor.value
property string cfg_textStyle: textStyle.value


Column {
id: pageColumn
anchors.fill: parent
Expand Down
Loading

0 comments on commit 3f20aa8

Please sign in to comment.