Implemented terminal screen
This commit is contained in:
11
qml/Controls/TextArea.qml
Normal file
11
qml/Controls/TextArea.qml
Normal file
@@ -0,0 +1,11 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12
|
||||
|
||||
import Utils 1.0
|
||||
|
||||
TextArea {
|
||||
color: Palette.textColor
|
||||
selectByMouse: true
|
||||
selectionColor: Palette.alternativeBackgroundColor
|
||||
font.pixelSize: 16
|
||||
}
|
||||
Reference in New Issue
Block a user