summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/mainwindow.ui
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2016-08-09 10:32:17 +0200
committerAndré Hartmann <aha_1980@gmx.de>2016-08-26 09:21:05 +0000
commit5291efbac552b55d1343040f61908fbf71c29243 (patch)
tree09bc9dfbcf681eec9763efb1191c3d60d90c1a5f /examples/serialbus/can/mainwindow.ui
parente62cf39e68055f6a39dfab23ecbdb33f9e5ffc77 (diff)
CAN-Example: Don't wrap long frames in receive window
Change-Id: I5cb5d358bb276050f469a1718f67e906715f9752 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'examples/serialbus/can/mainwindow.ui')
-rw-r--r--examples/serialbus/can/mainwindow.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/serialbus/can/mainwindow.ui b/examples/serialbus/can/mainwindow.ui
index f9d5781..adacbd7 100644
--- a/examples/serialbus/can/mainwindow.ui
+++ b/examples/serialbus/can/mainwindow.ui
@@ -161,6 +161,9 @@ Otherwise, the standard format with 11 bit idenfier is used.</string>
<property name="undoRedoEnabled">
<bool>false</bool>
</property>
+ <property name="lineWrapMode">
+ <enum>QTextEdit::NoWrap</enum>
+ </property>
<property name="readOnly">
<bool>true</bool>
</property>