Changeset - 97cc2a575016
[Not reviewed]
new-reader
0 1 0
Hasan Yavuz Ă–ZDERYA - 9 years ago 2016-06-12 16:34:39
hy@ozderya.net
added tooltip for sync word edit box
1 file changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/framedreadersettings.ui
Show inline comments
 
<?xml version="1.0" encoding="UTF-8"?>
 
<ui version="4.0">
 
 <class>FramedReaderSettings</class>
 
 <widget class="QWidget" name="FramedReaderSettings">
 
  <property name="geometry">
 
   <rect>
 
    <x>0</x>
 
    <y>0</y>
 
    <width>852</width>
 
    <height>222</height>
 
   </rect>
 
  </property>
 
  <property name="windowTitle">
 
   <string>Form</string>
 
  </property>
 
  <layout class="QVBoxLayout" name="verticalLayout">
 
   <property name="spacing">
 
    <number>3</number>
 
   </property>
 
   <property name="leftMargin">
 
    <number>0</number>
 
   </property>
 
   <property name="topMargin">
 
    <number>0</number>
 
   </property>
 
   <property name="rightMargin">
 
    <number>0</number>
 
   </property>
 
   <property name="bottomMargin">
 
    <number>0</number>
 
   </property>
 
   <item>
 
    <layout class="QFormLayout" name="formLayout">
 
     <property name="fieldGrowthPolicy">
 
      <enum>QFormLayout::FieldsStayAtSizeHint</enum>
 
     </property>
 
     <item row="0" column="1">
 
      <widget class="CommandEdit" name="leSyncWord"/>
 
      <widget class="CommandEdit" name="leSyncWord">
 
       <property name="toolTip">
 
        <string>Enter the 'Frame Start' bytes in hexadecimal.</string>
 
       </property>
 
      </widget>
 
     </item>
 
     <item row="1" column="0">
 
      <widget class="QLabel" name="label_2">
 
       <property name="toolTip">
 
        <string>Number of Channels</string>
 
       </property>
 
       <property name="text">
 
        <string># Channels:</string>
 
       </property>
 
      </widget>
 
     </item>
 
     <item row="1" column="1">
 
      <widget class="QSpinBox" name="spNumOfChannels">
 
       <property name="toolTip">
 
        <string>Select number of channels</string>
 
       </property>
 
       <property name="minimum">
 
        <number>1</number>
 
       </property>
 
       <property name="maximum">
 
        <number>32</number>
 
       </property>
 
      </widget>
 
     </item>
 
     <item row="2" column="0">
 
      <widget class="QLabel" name="label_3">
 
       <property name="text">
 
        <string>Frame Size:</string>
 
       </property>
 
      </widget>
 
     </item>
 
     <item row="2" column="1">
 
      <layout class="QHBoxLayout" name="horizontalLayout">
 
       <item>
 
        <widget class="QRadioButton" name="rbFixedSize">
 
         <property name="toolTip">
 
          <string>Frame size is always the same</string>
 
         </property>
 
         <property name="text">
 
          <string>Fixed Size:</string>
 
         </property>
 
        </widget>
 
       </item>
 
       <item>
 
        <widget class="QSpinBox" name="spSize">
 
         <property name="enabled">
 
          <bool>false</bool>
 
         </property>
0 comments (0 inline, 0 general)