2021-10-14 13:25:39 +00:00
|
|
|
import QtQuick 2.13
|
|
|
|
|
|
|
|
import utils 1.0
|
|
|
|
|
|
|
|
TextEdit {
|
2022-09-15 15:23:51 +00:00
|
|
|
font.family: Style.current.baseFont.name
|
2021-10-14 13:25:39 +00:00
|
|
|
color: Style.current.textColor
|
|
|
|
selectedTextColor: Style.current.textColor
|
|
|
|
selectionColor: Style.current.primarySelectionColor
|
|
|
|
}
|