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
|
||||
}
|
||||
@@ -19,3 +19,4 @@ LinkLabel 1.0 LinkLabel.qml
|
||||
TabButton 1.0 TabButton.qml
|
||||
TabBar 1.0 TabBar.qml
|
||||
ChartView 1.0 ChartView.qml
|
||||
TextArea 1.0 TextArea.qml
|
||||
|
||||
Reference in New Issue
Block a user