mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-06 01:42:06 +02:00
8 lines
100 B
QML
8 lines
100 B
QML
|
import QtQuick 2.0
|
||
|
|
||
|
TextEdit {
|
||
|
wrapMode: Text.Wrap
|
||
|
readOnly: true
|
||
|
selectByMouse: true
|
||
|
}
|