Skip to content
Snippets Groups Projects
tandem_run_dialog.ui 10 KiB
Newer Older
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>TandemRunDialog</class>
 <widget class="QWidget" name="TandemRunDialog">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>573</width>
    <height>609</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>X!Tandem run settings</string>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout_2">
   <item>
    <widget class="QGroupBox" name="groupBox_2">
     <property name="title">
      <string>X!Tandem exe</string>
     </property>
     <layout class="QHBoxLayout" name="horizontalLayout_6">
      <item>
       <widget class="QLabel" name="tandem_bin_label">
        <property name="text">
         <string>TextLabel</string>
        </property>
       </widget>
      </item>
      <item>
       <spacer name="horizontalSpacer_4">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="sizeHint" stdset="0">
         <size>
          <width>40</width>
          <height>20</height>
         </size>
        </property>
       </spacer>
      </item>
      <item>
       <widget class="QPushButton" name="pushButton_4">
        <property name="text">
         <string>change</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="groupBox">
     <property name="title">
      <string>Choose presets</string>
     </property>
     <layout class="QHBoxLayout" name="horizontalLayout_7">
       <widget class="QComboBox" name="preset_combobox">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
       </widget>
      <item>
       <spacer name="horizontalSpacer_6">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="sizeHint" stdset="0">
         <size>
          <width>40</width>
          <height>20</height>
         </size>
        </property>
       </spacer>
      </item>
      <item>
       <widget class="QPushButton" name="pushButton_7">
        <property name="text">
         <string>edit</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="choose_files_groupbox">
     <property name="title">
      <string>Choose databases</string>
     </property>
     <layout class="QGridLayout" name="gridLayout_2">
      <item row="0" column="0">
       <widget class="QListView" name="fasta_file_listview"/>
      </item>
      <item row="4" column="0">
       <layout class="QHBoxLayout" name="horizontalLayout_2">
        <item>
         <spacer name="horizontalSpacer_2">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>40</width>
            <height>20</height>
           </size>
          </property>
         </spacer>
        </item>
        <item>
         <widget class="QPushButton" name="clear_list_button">
          <property name="text">
           <string>clear list</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="add_files_button">
          <property name="text">
           <string>add files</string>
          </property>
         </widget>
        </item>
       </layout>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="mzdata_files_groupbox">
     <property name="title">
      <string>Choose MZ data files to identify</string>
     </property>
     <layout class="QVBoxLayout" name="filter_parameter_layout">
      <item>
       <widget class="QListView" name="mz_file_listview"/>
      </item>
      <item>
       <layout class="QHBoxLayout" name="horizontalLayout_5">
        <item>
         <spacer name="horizontalSpacer_3">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>40</width>
            <height>20</height>
           </size>
          </property>
         </spacer>
        </item>
        <item>
         <widget class="QPushButton" name="pushButton_3">
          <property name="text">
           <string>add files</string>
          </property>
         </widget>
        </item>
       </layout>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="output_directory_groupbox">
     <property name="title">
      <string>Output directory</string>
     </property>
     <layout class="QHBoxLayout" name="horizontalLayout_4">
      <item>
       <widget class="QLabel" name="output_directory_label">
        <property name="text">
         <string>TextLabel</string>
        </property>
       </widget>
      </item>
      <item>
       <spacer name="horizontalSpacer_5">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="sizeHint" stdset="0">
         <size>
          <width>40</width>
          <height>20</height>
         </size>
        </property>
       </spacer>
      </item>
      <item>
       <widget class="QPushButton" name="pushButton_5">
        <property name="text">
         <string>choose</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <layout class="QHBoxLayout" name="horizontalLayout">
     <item>
      <widget class="QLabel" name="label">
       <property name="text">
        <string>number of threads</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QSpinBox" name="thread_spin_box">
       <property name="minimum">
        <number>1</number>
       </property>
      </widget>
     </item>
     <item>
      <spacer name="horizontalSpacer">
       <property name="orientation">
        <enum>Qt::Horizontal</enum>
       </property>
       <property name="sizeHint" stdset="0">
        <size>
         <width>40</width>
         <height>20</height>
        </size>
       </property>
      </spacer>
     </item>
     <item>
      <widget class="QPushButton" name="pushButton_2">
       <property name="text">
        <string>Cancel</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QPushButton" name="pushButton">
       <property name="text">
        <string>Run</string>
       </property>
      </widget>
     </item>
    </layout>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections>
  <connection>
   <sender>add_files_button</sender>
   <signal>clicked()</signal>
   <receiver>TandemRunDialog</receiver>
   <slot>chooseFiles()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>550</x>
     <y>310</y>
    </hint>
    <hint type="destinationlabel">
     <x>550</x>
     <y>264</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>pushButton_2</sender>
   <signal>clicked()</signal>
   <receiver>TandemRunDialog</receiver>
   <slot>reject()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>476</x>
     <y>598</y>
    </hint>
    <hint type="destinationlabel">
     <x>568</x>
     <y>234</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>pushButton</sender>
   <signal>clicked()</signal>
   <receiver>TandemRunDialog</receiver>
   <slot>accept()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>562</x>
     <y>598</y>
    </hint>
    <hint type="destinationlabel">
     <x>648</x>
     <y>216</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>clear_list_button</sender>
   <signal>clicked()</signal>
   <receiver>TandemRunDialog</receiver>
   <slot>clearFileList()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>464</x>
     <y>310</y>
    </hint>
    <hint type="destinationlabel">
     <x>606</x>
     <y>468</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>add_files_button</sender>
   <signal>clicked()</signal>
   <receiver>TandemRunDialog</receiver>
   <slot>selectFastaFiles()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>505</x>
     <y>302</y>
    </hint>
    <hint type="destinationlabel">
     <x>630</x>
     <y>331</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>pushButton_3</sender>
   <signal>clicked()</signal>
   <receiver>TandemRunDialog</receiver>
   <slot>selectMzFiles()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>536</x>
     <y>451</y>
    </hint>
    <hint type="destinationlabel">
     <x>613</x>
     <y>450</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>pushButton_5</sender>
   <signal>clicked()</signal>
   <receiver>TandemRunDialog</receiver>
   <slot>selectOutputDirectory()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>531</x>
     <y>537</y>
    </hint>
    <hint type="destinationlabel">
     <x>651</x>
     <y>519</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>preset_combobox</sender>
   <signal>currentIndexChanged(QString)</signal>
   <receiver>TandemRunDialog</receiver>
   <slot>setPresetName(QString)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>64</x>
     <y>149</y>
    </hint>
    <hint type="destinationlabel">
     <x>603</x>
     <y>172</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>pushButton_7</sender>
   <signal>clicked()</signal>
   <receiver>TandemRunDialog</receiver>
   <slot>selectPresetDirectory()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>541</x>
     <y>135</y>
    </hint>
    <hint type="destinationlabel">
     <x>642</x>
     <y>135</y>
    </hint>
   </hints>
  </connection>
 </connections>
 <slots>
  <slot>reject()</slot>
  <slot>accept()</slot>
  <slot>selectFastaFiles()</slot>
  <slot>selectMzFiles()</slot>
  <slot>selectOutputDirectory()</slot>
  <slot>setPresetName(QString)</slot>
  <slot>selectPresetDirectory()</slot>
 </slots>
</ui>