# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2015-06-21 11:03:57 # Node ID 27b88715b66e1f356b0928abf079fb4a87ae07f9 # Parent bc2ae264e46abef86654e60afda5e5bbd08f76f4 added tooltips to data format tab elements diff --git a/mainwindow.ui b/mainwindow.ui --- a/mainwindow.ui +++ b/mainwindow.ui @@ -106,6 +106,9 @@ + + unsigned 4 bytes integer + uint32 @@ -113,6 +116,9 @@ + + signed 1 byte integer + int8 @@ -120,6 +126,9 @@ + + unsigned 1 byte integer + uint8 @@ -140,6 +149,9 @@ + + signed 2 bytes integer + int16 @@ -147,6 +159,9 @@ + + signed 4 bytes integer + int32 @@ -154,6 +169,9 @@ + + 4 bytes floating point number + float @@ -161,6 +179,9 @@ + + unsigned 2 bytes integer + uint16 @@ -203,6 +224,9 @@ + + least significant byte first + Little Endian @@ -213,6 +237,9 @@ + + most significant byte first + Big Endian