mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 19:17:26 -04:00
8 lines
100 B
QML
8 lines
100 B
QML
import QtQuick 2.0
|
|
|
|
TextEdit {
|
|
wrapMode: Text.Wrap
|
|
readOnly: true
|
|
selectByMouse: true
|
|
}
|