summaryrefslogtreecommitdiffstats
path: root/mainwindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui5
1 files changed, 4 insertions, 1 deletions
diff --git a/mainwindow.ui b/mainwindow.ui
index c51c77c..30c22a3 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -39,6 +39,9 @@
<property name="echoMode">
<enum>QLineEdit::Normal</enum>
</property>
+ <property name="readOnly">
+ <bool>true</bool>
+ </property>
</widget>
</item>
<item>
@@ -54,7 +57,7 @@
<item>
<widget class="QTextEdit" name="textEditPreview">
<property name="readOnly">
- <bool>false</bool>
+ <bool>true</bool>
</property>
</widget>
</item>