summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/mainwindow.ui
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2016-05-01 10:16:58 +0200
committerAndré Hartmann <aha_1980@gmx.de>2016-05-02 16:16:17 +0000
commitac052a4c15a2bdfa551ae7dfb8d2885e960eb94c (patch)
tree54b6d07050d95be1e6676103b78bb39653caca8a /examples/serialbus/can/mainwindow.ui
parent8723c9c9687ef91ef25d5740125c3c03872a1c34 (diff)
CAN-Example: Improve description of Extended Frame Format box
In the same step, adjust the checkbox object name to the other one. Change-Id: Ie1b6e729fc0c345a1167c3fff4c506e8bc73c0b5 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'examples/serialbus/can/mainwindow.ui')
-rw-r--r--examples/serialbus/can/mainwindow.ui9
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/serialbus/can/mainwindow.ui b/examples/serialbus/can/mainwindow.ui
index 4aefa83..cd3eec7 100644
--- a/examples/serialbus/can/mainwindow.ui
+++ b/examples/serialbus/can/mainwindow.ui
@@ -82,9 +82,14 @@
</widget>
</item>
<item row="1" column="3">
- <widget class="QCheckBox" name="EFF">
+ <widget class="QCheckBox" name="effBox">
+ <property name="toolTip">
+ <string>Allow extended frames with 29 bit identifier.
+Otherwise, the standard format with 11 bit idenfier is used.</string>
+ </property>
<property name="text">
- <string>EFF</string>
+ <string>Extended Frame
+(29 bit identifier)</string>
</property>
</widget>
</item>