mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 23:01:01 -08:00
9 lines
134 B
QML
9 lines
134 B
QML
import QtQuick 2.15
|
|
import QtQuick.Controls 2.15
|
|
|
|
TextField {
|
|
palette {
|
|
highlight: "#007aff"
|
|
highlightedText: "white"
|
|
}
|
|
}
|