mirror of
https://github.com/Snigdha-OS/snigdhaos-sddm-config.git
synced 2025-09-20 14:04:56 +02:00
🚀 feat: add input functionalities
This commit is contained in:
15
Input.qml
Normal file
15
Input.qml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import QtQuick 2.15
|
||||||
|
import QtQuick.Layouts 1.15
|
||||||
|
import QtQuick.Controls 2.15
|
||||||
|
|
||||||
|
TextField {
|
||||||
|
placeholderTextColor: config.color
|
||||||
|
palette.text: config.color
|
||||||
|
font.pointSize: config.fontSize
|
||||||
|
font.family: config.font
|
||||||
|
width: parent.width
|
||||||
|
background: Rectangle {
|
||||||
|
color: "#6495ed"
|
||||||
|
radius: 5
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user