mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02:00
add textBlock component
This commit is contained in:
parent
d670f6d321
commit
8480c70571
7
components/TextBlock.qml
Normal file
7
components/TextBlock.qml
Normal file
@ -0,0 +1,7 @@
|
||||
import QtQuick 2.0
|
||||
|
||||
TextEdit {
|
||||
wrapMode: Text.Wrap
|
||||
readOnly: true
|
||||
selectByMouse: true
|
||||
}
|
Loading…
Reference in New Issue
Block a user