1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SequenceReadingModeSelectorDialog</class>
4 <widget class="QDialog" name="SequenceReadingModeSelectorDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>572</width>
10    <height>500</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Sequence Reading Options</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout_2">
17   <item>
18    <widget class="QLabel" name="label">
19     <property name="text">
20      <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
21&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
22p, li { white-space: pre-wrap; }
23&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
24&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The document selected contains multiple sequence instances. &lt;/span&gt;&lt;/p&gt;
25&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
26&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Please select the way UGENE will read these sequences:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
27     </property>
28    </widget>
29   </item>
30   <item>
31    <widget class="QGroupBox" name="groupBox">
32     <property name="title">
33      <string/>
34     </property>
35     <layout class="QVBoxLayout" name="verticalLayout">
36      <item>
37       <widget class="QRadioButton" name="separateRB">
38        <property name="text">
39         <string> As separate sequences in sequence viewer</string>
40        </property>
41        <property name="checked">
42         <bool>true</bool>
43        </property>
44       </widget>
45      </item>
46      <item>
47       <spacer name="verticalSpacer">
48        <property name="orientation">
49         <enum>Qt::Vertical</enum>
50        </property>
51        <property name="sizeType">
52         <enum>QSizePolicy::Fixed</enum>
53        </property>
54        <property name="sizeHint" stdset="0">
55         <size>
56          <width>20</width>
57          <height>20</height>
58         </size>
59        </property>
60       </spacer>
61      </item>
62      <item>
63       <widget class="QRadioButton" name="mergeRB">
64        <property name="text">
65         <string>Merge sequences into a single sequence to show in sequence viewer</string>
66        </property>
67       </widget>
68      </item>
69      <item>
70       <layout class="QHBoxLayout" name="horizontalLayout">
71        <item>
72         <spacer name="horizontalSpacer">
73          <property name="orientation">
74           <enum>Qt::Horizontal</enum>
75          </property>
76          <property name="sizeHint" stdset="0">
77           <size>
78            <width>40</width>
79            <height>20</height>
80           </size>
81          </property>
82         </spacer>
83        </item>
84        <item>
85         <widget class="QLabel" name="mergeSpinLabel">
86          <property name="enabled">
87           <bool>false</bool>
88          </property>
89          <property name="text">
90           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
91&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
92p, li { white-space: pre-wrap; }
93&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
94&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Number of 'unknown' symbols &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-style:italic;&quot;&gt;('N 'for nucleic or 'X' for amino)&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; between parts:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
95          </property>
96         </widget>
97        </item>
98        <item>
99         <widget class="QSpinBox" name="mergeSpinBox">
100          <property name="enabled">
101           <bool>false</bool>
102          </property>
103          <property name="minimumSize">
104           <size>
105            <width>50</width>
106            <height>0</height>
107           </size>
108          </property>
109          <property name="suffix">
110           <string> bases</string>
111          </property>
112          <property name="maximum">
113           <number>1000000</number>
114          </property>
115          <property name="value">
116           <number>10</number>
117          </property>
118         </widget>
119        </item>
120       </layout>
121      </item>
122      <item>
123       <spacer name="verticalSpacer_3">
124        <property name="orientation">
125         <enum>Qt::Vertical</enum>
126        </property>
127        <property name="sizeType">
128         <enum>QSizePolicy::Fixed</enum>
129        </property>
130        <property name="sizeHint" stdset="0">
131         <size>
132          <width>20</width>
133          <height>20</height>
134         </size>
135        </property>
136       </spacer>
137      </item>
138      <item>
139       <widget class="QRadioButton" name="malignmentRB">
140        <property name="text">
141         <string>Join sequences into alignment and open in multiple alignment viewer</string>
142        </property>
143       </widget>
144      </item>
145      <item>
146       <spacer name="verticalSpacer_2">
147        <property name="orientation">
148         <enum>Qt::Vertical</enum>
149        </property>
150        <property name="sizeType">
151         <enum>QSizePolicy::Fixed</enum>
152        </property>
153        <property name="sizeHint" stdset="0">
154         <size>
155          <width>20</width>
156          <height>20</height>
157         </size>
158        </property>
159       </spacer>
160      </item>
161      <item>
162       <widget class="QRadioButton" name="refalignmentRB">
163        <property name="enabled">
164         <bool>false</bool>
165        </property>
166        <property name="text">
167         <string>Map reads to a reference sequence</string>
168        </property>
169       </widget>
170      </item>
171      <item>
172       <spacer name="verticalSpacer_4">
173        <property name="orientation">
174         <enum>Qt::Vertical</enum>
175        </property>
176        <property name="sizeType">
177         <enum>QSizePolicy::Fixed</enum>
178        </property>
179        <property name="sizeHint" stdset="0">
180         <size>
181          <width>20</width>
182          <height>20</height>
183         </size>
184        </property>
185       </spacer>
186      </item>
187     </layout>
188    </widget>
189   </item>
190   <item>
191    <widget class="QLabel" name="label_2">
192     <property name="text">
193      <string>File preview:</string>
194     </property>
195    </widget>
196   </item>
197   <item>
198    <widget class="QPlainTextEdit" name="previewEdit">
199     <property name="readOnly">
200      <bool>true</bool>
201     </property>
202    </widget>
203   </item>
204   <item>
205    <widget class="QDialogButtonBox" name="buttonBox">
206     <property name="orientation">
207      <enum>Qt::Horizontal</enum>
208     </property>
209     <property name="standardButtons">
210      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
211     </property>
212    </widget>
213   </item>
214  </layout>
215 </widget>
216 <resources/>
217 <connections>
218  <connection>
219   <sender>buttonBox</sender>
220   <signal>accepted()</signal>
221   <receiver>SequenceReadingModeSelectorDialog</receiver>
222   <slot>accept()</slot>
223   <hints>
224    <hint type="sourcelabel">
225     <x>248</x>
226     <y>254</y>
227    </hint>
228    <hint type="destinationlabel">
229     <x>157</x>
230     <y>274</y>
231    </hint>
232   </hints>
233  </connection>
234  <connection>
235   <sender>buttonBox</sender>
236   <signal>rejected()</signal>
237   <receiver>SequenceReadingModeSelectorDialog</receiver>
238   <slot>reject()</slot>
239   <hints>
240    <hint type="sourcelabel">
241     <x>316</x>
242     <y>260</y>
243    </hint>
244    <hint type="destinationlabel">
245     <x>286</x>
246     <y>274</y>
247    </hint>
248   </hints>
249  </connection>
250  <connection>
251   <sender>mergeRB</sender>
252   <signal>toggled(bool)</signal>
253   <receiver>mergeSpinBox</receiver>
254   <slot>setEnabled(bool)</slot>
255   <hints>
256    <hint type="sourcelabel">
257     <x>278</x>
258     <y>95</y>
259    </hint>
260    <hint type="destinationlabel">
261     <x>489</x>
262     <y>120</y>
263    </hint>
264   </hints>
265  </connection>
266  <connection>
267   <sender>mergeRB</sender>
268   <signal>toggled(bool)</signal>
269   <receiver>mergeSpinLabel</receiver>
270   <slot>setEnabled(bool)</slot>
271   <hints>
272    <hint type="sourcelabel">
273     <x>278</x>
274     <y>95</y>
275    </hint>
276    <hint type="destinationlabel">
277     <x>253</x>
278     <y>120</y>
279    </hint>
280   </hints>
281  </connection>
282 </connections>
283</ui>
284