forked from Public/monero-gui
add textBlock component
This commit is contained in:
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
|
||||||
|
}
|
||||||
1
qml.qrc
1
qml.qrc
@@ -140,5 +140,6 @@
|
|||||||
<file>components/QRCodeScanner.qml</file>
|
<file>components/QRCodeScanner.qml</file>
|
||||||
<file>components/Notifier.qml</file>
|
<file>components/Notifier.qml</file>
|
||||||
<file>components/MobileHeader.qml</file>
|
<file>components/MobileHeader.qml</file>
|
||||||
|
<file>components/TextBlock.qml</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|||||||
Reference in New Issue
Block a user