mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 11:56:32 +02:00
8 lines
100 B
QML
8 lines
100 B
QML
|
import QtQuick 2.0
|
||
|
|
||
|
TextEdit {
|
||
|
wrapMode: Text.Wrap
|
||
|
readOnly: true
|
||
|
selectByMouse: true
|
||
|
}
|