the sql text view should be read only

This commit is contained in:
Peinthor Rene
2013-03-16 20:36:30 +01:00
parent 05da4bfe8e
commit ac9901abc2

View File

@@ -139,7 +139,11 @@
</widget>
</item>
<item>
<widget class="QTextEdit" name="sqlTextEdit"/>
<widget class="QTextEdit" name="sqlTextEdit">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>