Compare commits
No commits in common. "ad3a275c21698a499bbce85fe04f6facd9a5fa18" and "22cf6cc53e2bc55504cadd785f96d5d56eb42423" have entirely different histories.
ad3a275c21
...
22cf6cc53e
2 changed files with 1 additions and 30 deletions
|
|
@ -26,21 +26,11 @@ ComboBox {
|
||||||
contentItem: StyledText {
|
contentItem: StyledText {
|
||||||
text: delegate.model[control.textRole]
|
text: delegate.model[control.textRole]
|
||||||
color: delegate.highlighted ? palette.highlightedText : palette.buttonText
|
color: delegate.highlighted ? palette.highlightedText : palette.buttonText
|
||||||
Behavior on color {
|
|
||||||
ColorAnimation {
|
|
||||||
duration: Styling.animations.speed.fast
|
|
||||||
}
|
|
||||||
}
|
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
}
|
}
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: delegate.highlighted ? palette.highlight : palette.button
|
color: delegate.highlighted ? palette.highlight : palette.button
|
||||||
Behavior on color {
|
|
||||||
ColorAnimation {
|
|
||||||
duration: Styling.animations.speed.fast
|
|
||||||
}
|
|
||||||
}
|
|
||||||
radius: Styling.theme.radiusSelector
|
radius: Styling.theme.radiusSelector
|
||||||
}
|
}
|
||||||
highlighted: control.highlightedIndex === index
|
highlighted: control.highlightedIndex === index
|
||||||
|
|
@ -51,11 +41,6 @@ ComboBox {
|
||||||
|
|
||||||
text: control.displayText
|
text: control.displayText
|
||||||
color: control.hovered || control.down ? palette.highlightedText : palette.buttonText
|
color: control.hovered || control.down ? palette.highlightedText : palette.buttonText
|
||||||
Behavior on color {
|
|
||||||
ColorAnimation {
|
|
||||||
duration: Styling.animations.speed.fast
|
|
||||||
}
|
|
||||||
}
|
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
|
|
@ -64,11 +49,6 @@ ComboBox {
|
||||||
implicitWidth: 120
|
implicitWidth: 120
|
||||||
implicitHeight: 40
|
implicitHeight: 40
|
||||||
color: control.hovered || control.down ? palette.highlight : palette.button
|
color: control.hovered || control.down ? palette.highlight : palette.button
|
||||||
Behavior on color {
|
|
||||||
ColorAnimation {
|
|
||||||
duration: Styling.animations.speed.fast
|
|
||||||
}
|
|
||||||
}
|
|
||||||
border.color: Styling.theme.base100
|
border.color: Styling.theme.base100
|
||||||
border.width: control.visualFocus ? 2 : 1
|
border.width: control.visualFocus ? 2 : 1
|
||||||
radius: Styling.theme.radiusSelector
|
radius: Styling.theme.radiusSelector
|
||||||
|
|
@ -92,11 +72,6 @@ ComboBox {
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: palette.window
|
color: palette.window
|
||||||
Behavior on color {
|
|
||||||
ColorAnimation {
|
|
||||||
duration: Styling.animations.speed.fast
|
|
||||||
}
|
|
||||||
}
|
|
||||||
bottomLeftRadius: Styling.theme.radiusField
|
bottomLeftRadius: Styling.theme.radiusField
|
||||||
bottomRightRadius: Styling.theme.radiusField
|
bottomRightRadius: Styling.theme.radiusField
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -55,8 +55,6 @@ Singleton {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
component LucideIcons: QtObject {
|
component LucideIcons: QtObject {
|
||||||
readonly property string activity: "\u{E038}"
|
|
||||||
readonly property string audioLines: "\u{E55F}"
|
|
||||||
readonly property string batteryCharging: "\u{E058}"
|
readonly property string batteryCharging: "\u{E058}"
|
||||||
readonly property string batteryFull: "\u{E059}"
|
readonly property string batteryFull: "\u{E059}"
|
||||||
readonly property string batteryMedium: "\u{E05b}"
|
readonly property string batteryMedium: "\u{E05b}"
|
||||||
|
|
@ -73,16 +71,14 @@ Singleton {
|
||||||
readonly property string cpu: "\u{E0ad}"
|
readonly property string cpu: "\u{E0ad}"
|
||||||
readonly property string gpu: "\u{E66f}"
|
readonly property string gpu: "\u{E66f}"
|
||||||
readonly property string hardDrive: "\u{E0f1}"
|
readonly property string hardDrive: "\u{E0f1}"
|
||||||
readonly property string layoutDashboard: "\u{E1C1}"
|
|
||||||
readonly property string memoryStick: "\u{E44a}"
|
readonly property string memoryStick: "\u{E44a}"
|
||||||
readonly property string pause: "\u{E132}"
|
readonly property string pause: "\u{E132}"
|
||||||
readonly property string play: "\u{E140}"
|
readonly property string play: "\u{E140}"
|
||||||
readonly property string search: "\u{E155}"
|
readonly property string search: "\u{E155}"
|
||||||
readonly property string skipBack: "\u{E163}"
|
readonly property string skipBack: "\u{E163}"
|
||||||
readonly property string skipForward: "\u{E164}"
|
readonly property string skipForward: "\u{E164}"
|
||||||
readonly property string square: "\u{E16B}"
|
|
||||||
readonly property string stop: "\u{E132}"
|
readonly property string stop: "\u{E132}"
|
||||||
readonly property string swatchBook: "\u{E5A4}"
|
readonly property string square: "\u{E16B}"
|
||||||
readonly property string wifiOff: "\u{E1af}"
|
readonly property string wifiOff: "\u{E1af}"
|
||||||
readonly property string wifiLow: "\u{E5fd}"
|
readonly property string wifiLow: "\u{E5fd}"
|
||||||
readonly property string wifiHigh: "\u{E5fc}"
|
readonly property string wifiHigh: "\u{E5fc}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue