2020-06-25 02:01:13 +00:00
|
|
|
import QtQuick 2.13
|
|
|
|
import QtQuick.Controls 2.13
|
2021-09-28 15:04:06 +00:00
|
|
|
|
|
|
|
import utils 1.0
|
2020-06-25 02:01:13 +00:00
|
|
|
|
|
|
|
TextArea {
|
2020-07-02 15:14:31 +00:00
|
|
|
font.family: Style.current.fontRegular.name
|
2020-07-22 20:16:06 +00:00
|
|
|
color: Style.current.textColor
|
2021-01-14 15:11:10 +00:00
|
|
|
selectionColor: Style.current.primarySelectionColor
|
2020-06-25 02:01:13 +00:00
|
|
|
}
|