mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
7 lines
100 B
QML
7 lines
100 B
QML
import QtQuick 2.0
|
|
|
|
TextEdit {
|
|
wrapMode: Text.Wrap
|
|
readOnly: true
|
|
selectByMouse: true
|
|
}
|