1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>GenomeAssemblyDialog</class> 4 <widget class="QDialog" name="GenomeAssemblyDialog"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>658</width> 10 <height>559</height> 11 </rect> 12 </property> 13 <property name="minimumSize"> 14 <size> 15 <width>530</width> 16 <height>350</height> 17 </size> 18 </property> 19 <property name="windowTitle"> 20 <string>Assemble Genomes</string> 21 </property> 22 <layout class="QVBoxLayout" name="verticalLayout"> 23 <item> 24 <layout class="QHBoxLayout" name="horizontalLayout_3"> 25 <item> 26 <widget class="QLabel" name="label_3"> 27 <property name="toolTip"> 28 <string>Select a method to align short reads.</string> 29 </property> 30 <property name="text"> 31 <string>Assembly method</string> 32 </property> 33 </widget> 34 </item> 35 <item> 36 <widget class="QComboBox" name="methodNamesBox"> 37 <property name="toolTip"> 38 <string>Select required align short reads method</string> 39 </property> 40 </widget> 41 </item> 42 </layout> 43 </item> 44 <item> 45 <spacer name="verticalSpacer"> 46 <property name="orientation"> 47 <enum>Qt::Vertical</enum> 48 </property> 49 <property name="sizeType"> 50 <enum>QSizePolicy::Fixed</enum> 51 </property> 52 <property name="sizeHint" stdset="0"> 53 <size> 54 <width>20</width> 55 <height>15</height> 56 </size> 57 </property> 58 </spacer> 59 </item> 60 <item> 61 <layout class="QGridLayout" name="gridLayout"> 62 <item row="0" column="2"> 63 <widget class="QToolButton" name="setResultDirNameButton"> 64 <property name="text"> 65 <string>...</string> 66 </property> 67 </widget> 68 </item> 69 <item row="0" column="1"> 70 <widget class="QLineEdit" name="resultDirNameEdit"> 71 <property name="readOnly"> 72 <bool>true</bool> 73 </property> 74 </widget> 75 </item> 76 <item row="0" column="0"> 77 <widget class="QLabel" name="label_4"> 78 <property name="toolTip"> 79 <string>File in UGENE database format or SAM format (if the box SAM output check), to write the result of the alignment into. This parameter is <b>required</b>.</string> 80 </property> 81 <property name="text"> 82 <string>Output directory</string> 83 </property> 84 </widget> 85 </item> 86 </layout> 87 </item> 88 <item> 89 <layout class="QHBoxLayout" name="horizontalLayout"> 90 <item> 91 <widget class="QLabel" name="label_5"> 92 <property name="text"> 93 <string>Library</string> 94 </property> 95 </widget> 96 </item> 97 <item> 98 <widget class="QComboBox" name="libraryComboBox"/> 99 </item> 100 <item> 101 <spacer name="horizontalSpacer_2"> 102 <property name="orientation"> 103 <enum>Qt::Horizontal</enum> 104 </property> 105 <property name="sizeHint" stdset="0"> 106 <size> 107 <width>40</width> 108 <height>20</height> 109 </size> 110 </property> 111 </spacer> 112 </item> 113 </layout> 114 </item> 115 <item> 116 <layout class="QGridLayout" name="gridLayout_4"> 117 <item row="1" column="1"> 118 <widget class="QTreeWidget" name="leftReadsTable"> 119 <column> 120 <property name="text"> 121 <string>Path</string> 122 </property> 123 </column> 124 </widget> 125 </item> 126 <item row="1" column="0"> 127 <widget class="QTreeWidget" name="propertiesReadsTable"> 128 <property name="sizePolicy"> 129 <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> 130 <horstretch>0</horstretch> 131 <verstretch>0</verstretch> 132 </sizepolicy> 133 </property> 134 <column> 135 <property name="text"> 136 <string>#</string> 137 </property> 138 </column> 139 <column> 140 <property name="text"> 141 <string>Type</string> 142 </property> 143 </column> 144 <column> 145 <property name="text"> 146 <string>Orientation</string> 147 </property> 148 </column> 149 </widget> 150 </item> 151 <item row="1" column="2"> 152 <widget class="QTreeWidget" name="rightReadsTable"> 153 <column> 154 <property name="text"> 155 <string>Path</string> 156 </property> 157 </column> 158 </widget> 159 </item> 160 <item row="3" column="1"> 161 <layout class="QHBoxLayout" name="horizontalLayout_7"> 162 <item> 163 <widget class="QPushButton" name="addLeftButton"> 164 <property name="text"> 165 <string>Add</string> 166 </property> 167 </widget> 168 </item> 169 <item> 170 <widget class="QPushButton" name="removeLeftButton"> 171 <property name="text"> 172 <string>Remove</string> 173 </property> 174 </widget> 175 </item> 176 <item> 177 <spacer name="horizontalSpacer_7"> 178 <property name="orientation"> 179 <enum>Qt::Horizontal</enum> 180 </property> 181 <property name="sizeHint" stdset="0"> 182 <size> 183 <width>40</width> 184 <height>20</height> 185 </size> 186 </property> 187 </spacer> 188 </item> 189 </layout> 190 </item> 191 <item row="3" column="2"> 192 <layout class="QHBoxLayout" name="horizontalLayout_8"> 193 <item> 194 <widget class="QPushButton" name="addRightButton"> 195 <property name="text"> 196 <string>Add</string> 197 </property> 198 </widget> 199 </item> 200 <item> 201 <widget class="QPushButton" name="removeRightButton"> 202 <property name="text"> 203 <string>Remove</string> 204 </property> 205 </widget> 206 </item> 207 <item> 208 <spacer name="horizontalSpacer_8"> 209 <property name="orientation"> 210 <enum>Qt::Horizontal</enum> 211 </property> 212 <property name="sizeHint" stdset="0"> 213 <size> 214 <width>40</width> 215 <height>20</height> 216 </size> 217 </property> 218 </spacer> 219 </item> 220 </layout> 221 </item> 222 <item row="0" column="0"> 223 <widget class="QLabel" name="label_6"> 224 <property name="text"> 225 <string>Properties</string> 226 </property> 227 </widget> 228 </item> 229 <item row="0" column="1"> 230 <widget class="QLabel" name="label_7"> 231 <property name="text"> 232 <string>Left reads</string> 233 </property> 234 </widget> 235 </item> 236 <item row="0" column="2"> 237 <widget class="QLabel" name="label_8"> 238 <property name="text"> 239 <string>Right reads</string> 240 </property> 241 </widget> 242 </item> 243 </layout> 244 </item> 245 <item> 246 <spacer name="lastSpacer"> 247 <property name="orientation"> 248 <enum>Qt::Vertical</enum> 249 </property> 250 <property name="sizeType"> 251 <enum>QSizePolicy::Fixed</enum> 252 </property> 253 <property name="sizeHint" stdset="0"> 254 <size> 255 <width>20</width> 256 <height>15</height> 257 </size> 258 </property> 259 </spacer> 260 </item> 261 <item> 262 <widget class="QDialogButtonBox" name="buttonBox"> 263 <property name="standardButtons"> 264 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 265 </property> 266 </widget> 267 </item> 268 </layout> 269 </widget> 270 <resources/> 271 <connections> 272 <connection> 273 <sender>buttonBox</sender> 274 <signal>accepted()</signal> 275 <receiver>GenomeAssemblyDialog</receiver> 276 <slot>accept()</slot> 277 <hints> 278 <hint type="sourcelabel"> 279 <x>315</x> 280 <y>554</y> 281 </hint> 282 <hint type="destinationlabel"> 283 <x>309</x> 284 <y>174</y> 285 </hint> 286 </hints> 287 </connection> 288 <connection> 289 <sender>buttonBox</sender> 290 <signal>rejected()</signal> 291 <receiver>GenomeAssemblyDialog</receiver> 292 <slot>reject()</slot> 293 <hints> 294 <hint type="sourcelabel"> 295 <x>315</x> 296 <y>554</y> 297 </hint> 298 <hint type="destinationlabel"> 299 <x>309</x> 300 <y>174</y> 301 </hint> 302 </hints> 303 </connection> 304 </connections> 305</ui> 306