diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-09-04 17:15:46 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-09-04 17:15:46 +0200 |
| commit | ece743e22a66efa227a2a7b2749caebee0c6bc97 (patch) | |
| tree | 0792e48d5ec82a6d5c221963938fc63671cb36b3 /components/TextBlock.qml | |
| parent | d0f3194574ab4a7b163d43b57011d807bfc3e0a4 (diff) | |
| parent | f7c883a6c318583219dace5f88eaef0cf4bda81b (diff) | |
| download | monzero-gui-ece743e22a66efa227a2a7b2749caebee0c6bc97.tar.gz monzero-gui-ece743e22a66efa227a2a7b2749caebee0c6bc97.tar.xz monzero-gui-ece743e22a66efa227a2a7b2749caebee0c6bc97.zip | |
Merge pull request #834
f7c883a Settings: add wallet creation height and log file paths (Jaquee)
31f318a add wallet creation height getter (Jaquee)
94c92ba add daemon/wallet log path getters (Jaquee)
8480c70 add textBlock component (Jaquee)
Diffstat (limited to 'components/TextBlock.qml')
| -rw-r--r-- | components/TextBlock.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/components/TextBlock.qml b/components/TextBlock.qml new file mode 100644 index 00000000..7c36088a --- /dev/null +++ b/components/TextBlock.qml @@ -0,0 +1,7 @@ +import QtQuick 2.0 + +TextEdit { + wrapMode: Text.Wrap + readOnly: true + selectByMouse: true +} |
