2020-06-19 14:21:02 -04:00
|
|
|
import QtQuick 2.13
|
|
|
|
import QtQuick.Controls 2.13
|
|
|
|
import "../imports"
|
|
|
|
|
|
|
|
TextField {
|
2020-07-02 11:14:31 -04:00
|
|
|
font.family: Style.current.fontRegular.name
|
2020-07-22 16:16:06 -04:00
|
|
|
color: Style.current.textColor
|
2020-06-19 14:21:02 -04:00
|
|
|
}
|