Skip to content

Commit

Permalink
Remove rich text property for editbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackINT3 committed Nov 25, 2021
1 parent 26ccbb6 commit 5f7ff79
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
6 changes: 6 additions & 0 deletions src/OpenArk/res/ui/memory-rw.ui
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
<widget class="QTextEdit" name="disasmEdit">
<property name="minimumSize">
Expand All @@ -245,6 +248,9 @@
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</widget>
</item>
Expand Down
11 changes: 10 additions & 1 deletion src/OpenArk/ui/coderkit.ui
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<enum>QTabWidget::West</enum>
</property>
<property name="currentIndex">
<number>3</number>
<number>0</number>
</property>
<widget class="QWidget" name="tabCodePoints">
<property name="sizePolicy">
Expand Down Expand Up @@ -81,6 +81,9 @@
<height>130</height>
</size>
</property>
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item>
<item row="4" column="0">
Expand Down Expand Up @@ -810,6 +813,9 @@
<family>Consolas</family>
</font>
</property>
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
<widget class="QTextEdit" name="disasmEdit">
<property name="font">
Expand All @@ -818,6 +824,9 @@
<pointsize>9</pointsize>
</font>
</property>
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</widget>
</item>
Expand Down
10 changes: 7 additions & 3 deletions src/OpenArk/ui/kernel.ui
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<enum>QTabWidget::West</enum>
</property>
<property name="currentIndex">
<number>1</number>
<number>7</number>
</property>
<widget class="QWidget" name="tabKernelEntry">
<attribute name="title">
Expand Down Expand Up @@ -864,7 +864,7 @@
<item>
<widget class="QTabWidget" name="tabNetwork">
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="tabPort">
<attribute name="title">
Expand Down Expand Up @@ -1009,7 +1009,11 @@
</widget>
</item>
<item>
<widget class="QTextEdit" name="hostsDataEdit"/>
<widget class="QTextEdit" name="hostsDataEdit">
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
Expand Down

0 comments on commit 5f7ff79

Please sign in to comment.