mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
qplaintextedit -> qtextedit (supports qt installations < 4.4)
This commit is contained in:
parent
9f0625723e
commit
ea97c5d16f
@ -220,9 +220,9 @@
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout_11" >
|
||||
<item row="0" column="0" >
|
||||
<widget class="QPlainTextEdit" name="textLog" >
|
||||
<widget class="QTextEdit" name="textLog" >
|
||||
<property name="lineWrapMode" >
|
||||
<enum>QPlainTextEdit::NoWrap</enum>
|
||||
<enum>QTextEdit::NoWrap</enum>
|
||||
</property>
|
||||
<property name="readOnly" >
|
||||
<bool>true</bool>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user