Skip to content

Commit

Permalink
Pressing TAB should change focus
Browse files Browse the repository at this point in the history
  • Loading branch information
xorz57 committed Mar 5, 2024
1 parent cf496e6 commit 1ea6c49
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPlainTextEdit" name="inputPlainTextEdit"/>
<widget class="QPlainTextEdit" name="inputPlainTextEdit">
<property name="tabChangesFocus">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="outputPlainTextEdit">
<property name="tabChangesFocus">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
Expand Down

0 comments on commit 1ea6c49

Please sign in to comment.