Changeset - 9aa76c6c912d
[Not reviewed]
new-reader
0 1 0
Hasan Yavuz Ă–ZDERYA - 9 years ago 2016-06-12 16:47:39
hy@ozderya.net
added tooltips for reader selections
1 file changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/dataformatpanel.ui
Show inline comments
 
@@ -15,29 +15,38 @@
 
  </property>
 
  <layout class="QHBoxLayout" name="horizontalLayout">
 
   <item>
 
    <layout class="QVBoxLayout" name="vlRadioButtons">
 
     <item>
 
      <widget class="QRadioButton" name="rbBinary">
 
       <property name="toolTip">
 
        <string>Data is sent as consecutive samples in binary form. Syncing can be a problem.</string>
 
       </property>
 
       <property name="text">
 
        <string>Simple Binary</string>
 
       </property>
 
       <property name="checked">
 
        <bool>true</bool>
 
       </property>
 
      </widget>
 
     </item>
 
     <item>
 
      <widget class="QRadioButton" name="rbAscii">
 
       <property name="toolTip">
 
        <string>Data is sent in the form of ASCII text as comma seperated values. Easy to implement.</string>
 
       </property>
 
       <property name="text">
 
        <string>ASCII</string>
 
       </property>
 
      </widget>
 
     </item>
 
     <item>
 
      <widget class="QRadioButton" name="rbFramed">
 
       <property name="toolTip">
 
        <string>Define a custom binary frame. Powerful.</string>
 
       </property>
 
       <property name="text">
 
        <string>Custom Frame</string>
 
       </property>
 
      </widget>
 
     </item>
 
     <item>
0 comments (0 inline, 0 general)