mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
11 lines
175 B
QML
11 lines
175 B
QML
import QtQuick
|
|
import QtQuick.Controls
|
|
import QtQuick.Controls.Basic
|
|
|
|
TextField {
|
|
font.pixelSize: 18
|
|
palette {
|
|
highlight: "#007aff"
|
|
highlightedText: "white"
|
|
}
|
|
}
|