Skip to content

Commit

Permalink
Make outputPlainTextEdit read only
Browse files Browse the repository at this point in the history
  • Loading branch information
xorz57 committed Mar 5, 2024
1 parent 11c6fe9 commit 955491b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
<widget class="QPlainTextEdit" name="inputPlainTextEdit"/>
</item>
<item>
<widget class="QPlainTextEdit" name="outputPlainTextEdit"/>
<widget class="QPlainTextEdit" name="outputPlainTextEdit">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
Expand Down

0 comments on commit 955491b

Please sign in to comment.