launcher v1
This commit is contained in:
parent
8504f8ddd2
commit
d71c9604a6
12 changed files with 1608 additions and 4 deletions
11
widgets/LucideIcon.qml
Normal file
11
widgets/LucideIcon.qml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import qs.config
|
||||
import QtQuick
|
||||
|
||||
Text {
|
||||
|
||||
color: Theme.palette.basecontent
|
||||
|
||||
font.family: Theme.lucide.font.family
|
||||
font.pixelSize: Dimensions.gpu.iconSize
|
||||
font.bold: true
|
||||
}
|
||||
8
widgets/StyledTextField.qml
Normal file
8
widgets/StyledTextField.qml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import qs.config
|
||||
import QtQuick.Controls
|
||||
|
||||
TextField {
|
||||
|
||||
color: Theme.palette.basecontent
|
||||
background: null
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue