From b20254cfae16b5578810f20fa4a42b17a8c05deb Mon Sep 17 00:00:00 2001 From: Andre Hartmann Date: Tue, 25 Oct 2016 07:39:48 +0200 Subject: QCanBusFrame::toString(): Add one more space around the length field This limits the three fields CAN-ID, length and data better. SocketCAN's candump does it this way and with this change canbusutil get's more compatible to candump. This function is new in 5.8, so there is no behavior change for existing code outside Qt. Change-Id: Ifc26cb7584a572d7aef91763242e7def909a6083 Reviewed-by: Rolf Eike Beer Reviewed-by: Andreas Wilhelm Reviewed-by: Denis Shienkov Reviewed-by: Alex Blasche --- examples/serialbus/can/mainwindow.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/serialbus/can/mainwindow.ui') diff --git a/examples/serialbus/can/mainwindow.ui b/examples/serialbus/can/mainwindow.ui index 4a3fcf9..b4b8c6c 100644 --- a/examples/serialbus/can/mainwindow.ui +++ b/examples/serialbus/can/mainwindow.ui @@ -143,7 +143,7 @@ Otherwise, the standard format with 11 bit idenfier is used. QFrame::StyledPanel - Timestamp CAN-ID DLC Data + Timestamp CAN-ID DLC Data -- cgit v1.2.3