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>
</rect>
</property>
<property name="windowTitle">
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<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"/>
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
</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>
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<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">
</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>
</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>
</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>
</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">
</hint>
<hint type="destinationlabel">
<x>606</x>
<y>468</y>
</hint>
</hints>
</connection>
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<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>