Skip to content
Snippets Groups Projects
formEntry.ui 3.49 KiB
Newer Older
  • Learn to ignore specific revisions
  • mingf2's avatar
    mingf2 committed
    <?xml version="1.0" encoding="UTF-8"?>
    <ui version="4.0">
     <class>FormEntry</class>
     <widget class="QWidget" name="FormEntry">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
        <width>645</width>
        <height>70</height>
       </rect>
      </property>
      <property name="windowTitle">
       <string>Form</string>
      </property>
      <layout class="QGridLayout" name="gridLayout_2">
       <item row="1" column="10">
        <widget class="QLineEdit" name="thresholdInput_2">
         <property name="text">
          <string>thre</string>
         </property>
        </widget>
       </item>
       <item row="1" column="7">
        <widget class="QLineEdit" name="channelNumInput_2">
         <property name="text">
          <string>chNum</string>
         </property>
        </widget>
       </item>
       <item row="0" column="7">
        <widget class="QLineEdit" name="channelNumInput_1">
         <property name="text">
          <string>chNum</string>
         </property>
        </widget>
       </item>
       <item row="1" column="6">
        <widget class="QLineEdit" name="ASICIDInput_2">
         <property name="text">
          <string>asic</string>
         </property>
        </widget>
       </item>
       <item row="1" column="8">
        <widget class="QLineEdit" name="posZInput_2">
         <property name="text">
          <string>z</string>
         </property>
        </widget>
       </item>
       <item row="1" column="9">
        <widget class="QComboBox" name="source_2">
         <item>
          <property name="text">
           <string>LG</string>
          </property>
         </item>
         <item>
          <property name="text">
           <string>HG</string>
          </property>
         </item>
        </widget>
       </item>
       <item row="1" column="11">
        <widget class="QLineEdit" name="caliCoefInput_2">
         <property name="text">
          <string>cali</string>
         </property>
        </widget>
       </item>
       <item row="0" column="0" rowspan="2">
        <widget class="QLabel" name="label">
         <property name="text">
          <string>Index</string>
         </property>
        </widget>
       </item>
       <item row="0" column="6">
        <widget class="QLineEdit" name="ASICIDInput_1">
         <property name="text">
          <string>asic</string>
         </property>
        </widget>
       </item>
       <item row="0" column="4" rowspan="2">
        <widget class="QLineEdit" name="posYInput">
         <property name="text">
          <string>y</string>
         </property>
        </widget>
       </item>
       <item row="0" column="10">
        <widget class="QLineEdit" name="thresholdInput_1">
         <property name="text">
          <string>thre</string>
         </property>
        </widget>
       </item>
       <item row="0" column="8">
        <widget class="QLineEdit" name="posZInput_1">
         <property name="text">
          <string>z</string>
         </property>
        </widget>
       </item>
       <item row="0" column="11">
        <widget class="QLineEdit" name="caliCoefInput_1">
         <property name="text">
          <string>cali</string>
         </property>
        </widget>
       </item>
       <item row="0" column="9">
        <widget class="QComboBox" name="source_1">
         <item>
          <property name="text">
           <string>LG</string>
          </property>
         </item>
         <item>
          <property name="text">
           <string>HG</string>
          </property>
         </item>
        </widget>
       </item>
       <item row="0" column="3" rowspan="2">
        <widget class="QLineEdit" name="posXInput">
         <property name="text">
          <string>x</string>
         </property>
        </widget>
       </item>
       <item row="0" column="1" rowspan="2">
        <widget class="QCheckBox" name="pairOnBox">
         <property name="text">
          <string/>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <resources/>
     <connections/>
    </ui>