summaryrefslogtreecommitdiffstats
path: root/mainwindow.ui
diff options
context:
space:
mode:
authorMartin Talarczyk <talarczyk.martin@fh-swf.de>2015-09-30 00:27:35 +0200
committerMartin Talarczyk <talarczyk.martin@fh-swf.de>2015-09-30 00:30:15 +0200
commit7715c32e8adba7f87048280a171455d72d6069f6 (patch)
treeb3c8ab5f72390091cba9f69130c027e200f1a965 /mainwindow.ui
parent6d70376b66802ee2ace76e816a8c50b91cdc7613 (diff)
downloadsrc-7715c32e8adba7f87048280a171455d72d6069f6.tar.gz
src-7715c32e8adba7f87048280a171455d72d6069f6.zip
Verhindere das leere Schlüssel hinzugefügt werden.
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>