Skip to content
Snippets Groups Projects
strip_test.ui 2.79 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <ui version="4.0">
     <class>MainWindow</class>
     <widget class="QMainWindow" name="MainWindow">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
        <width>800</width>
        <height>600</height>
       </rect>
      </property>
      <property name="windowTitle">
       <string>MainWindow</string>
      </property>
      <widget class="QWidget" name="centralwidget">
       <widget class="caStripPlot" name="castripplot">
        <property name="geometry">
         <rect>
          <x>0</x>
          <y>10</y>
          <width>771</width>
          <height>371</height>
         </rect>
        </property>
        <property name="channels" stdset="0">
         <string>pidaq2:adc:0;pidaq2:adc:1;pidaq2:adc:2;pidaq2:adc:3</string>
        </property>
        <property name="YaxisLimitsMax_1">
         <double>5.000000000000000</double>
        </property>
        <property name="YaxisLimitsMax_2">
         <double>5.000000000000000</double>
        </property>
        <property name="YaxisLimitsMax_3">
         <double>5.000000000000000</double>
        </property>
        <property name="YaxisLimitsMax_4">
         <double>5.000000000000000</double>
        </property>
        <property name="YaxisLimitsMax_5">
         <double>5.000000000000000</double>
        </property>
       </widget>
       <widget class="caApplyNumeric" name="caapplynumeric">
        <property name="geometry">
         <rect>
          <x>20</x>
          <y>460</y>
          <width>160</width>
          <height>70</height>
         </rect>
        </property>
        <property name="channel" stdset="0">
         <string notr="true">pidaq2:setdac:0</string>
        </property>
        <property name="fixedFormat">
         <bool>true</bool>
        </property>
        <property name="maxValue">
         <double>5.000000000000000</double>
        </property>
        <property name="minValue">
         <double>0.000000000000000</double>
        </property>
       </widget>
       <widget class="caApplyNumeric" name="caapplynumeric_2">
        <property name="geometry">
         <rect>
          <x>270</x>
          <y>460</y>
          <width>160</width>
          <height>70</height>
         </rect>
        </property>
        <property name="channel" stdset="0">
         <string notr="true">pidaq2:setdac:1</string>
        </property>
        <property name="fixedFormat">
         <bool>true</bool>
        </property>
        <property name="maxValue">
         <double>5.000000000000000</double>
        </property>
        <property name="minValue">
         <double>0.000000000000000</double>
        </property>
       </widget>
      </widget>
     </widget>
     <customwidgets>
      <customwidget>
       <class>QwtPlot</class>
       <extends>QFrame</extends>
       <header>qwt_plot.h</header>
      </customwidget>
      <customwidget>
       <class>caApplyNumeric</class>
       <extends>QWidget</extends>
       <header>caApplyNumeric</header>
      </customwidget>
      <customwidget>
       <class>caStripPlot</class>
       <extends>QwtPlot</extends>
       <header>caStripPlot</header>
      </customwidget>
     </customwidgets>
     <resources/>
     <connections/>
    </ui>