~ubuntu-branches/debian/jessie/ugene/jessie

« back to all changes in this revision

Viewing changes to src/plugins_3rdparty/uhmmer/src/u_search/ui/HMMSearchDialog.ui

  • Committer: Package Import Robot
  • Author(s): Steffen Moeller
  • Date: 2011-11-02 13:29:07 UTC
  • mfrom: (1.2.1) (3.1.11 natty)
  • Revision ID: package-import@ubuntu.com-20111102132907-o34gwnt0uj5g6hen
Tags: 1.9.8+repack-1
* First release to Debian
  - added README.Debian
  - increased policy version to 3.9.2
  - added URLs for version control system
* Added debug package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>HMMSearchDialog</class>
3
 
 <widget class="QDialog" name="HMMSearchDialog" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>500</width>
9
 
    <height>200</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="sizePolicy" >
13
 
   <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
14
 
    <horstretch>0</horstretch>
15
 
    <verstretch>0</verstretch>
16
 
   </sizepolicy>
17
 
  </property>
18
 
  <property name="minimumSize" >
19
 
   <size>
20
 
    <width>500</width>
21
 
    <height>200</height>
22
 
   </size>
23
 
  </property>
24
 
  <property name="windowTitle" >
25
 
   <string>hmm_search_dialog_title</string>
26
 
  </property>
27
 
  <layout class="QVBoxLayout" name="verticalLayout" >
28
 
   <item>
29
 
    <layout class="QHBoxLayout" name="horizontalLayout_2" >
30
 
     <item>
31
 
      <widget class="QLabel" name="label" >
32
 
       <property name="text" >
33
 
        <string>hmm_file</string>
34
 
       </property>
35
 
      </widget>
36
 
     </item>
37
 
     <item>
38
 
      <widget class="QLineEdit" name="hmmFileEdit" />
39
 
     </item>
40
 
     <item>
41
 
      <widget class="QToolButton" name="hmmFileButton" >
42
 
       <property name="text" >
43
 
        <string>...</string>
44
 
       </property>
45
 
      </widget>
46
 
     </item>
47
 
    </layout>
48
 
   </item>
49
 
   <item>
50
 
    <widget class="QGroupBox" name="expertOptionsBox" >
51
 
     <property name="sizePolicy" >
52
 
      <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
53
 
       <horstretch>0</horstretch>
54
 
       <verstretch>0</verstretch>
55
 
      </sizepolicy>
56
 
     </property>
57
 
     <property name="title" >
58
 
      <string>expert_box_title</string>
59
 
     </property>
60
 
     <property name="checkable" >
61
 
      <bool>true</bool>
62
 
     </property>
63
 
     <property name="checked" >
64
 
      <bool>false</bool>
65
 
     </property>
66
 
     <layout class="QGridLayout" name="gridLayout" >
67
 
      <item row="0" column="0" >
68
 
       <widget class="QLabel" name="label_5" >
69
 
        <property name="toolTip" >
70
 
         <string>results_evalue_cutoff_tip</string>
71
 
        </property>
72
 
        <property name="statusTip" >
73
 
         <string>results_evalue_cutoff_tip</string>
74
 
        </property>
75
 
        <property name="whatsThis" >
76
 
         <string>results_evalue_cutoff_tip</string>
77
 
        </property>
78
 
        <property name="text" >
79
 
         <string>results_evalue_cutoff</string>
80
 
        </property>
81
 
       </widget>
82
 
      </item>
83
 
      <item row="0" column="2" >
84
 
       <spacer name="horizontalSpacer_4" >
85
 
        <property name="orientation" >
86
 
         <enum>Qt::Horizontal</enum>
87
 
        </property>
88
 
        <property name="sizeHint" stdset="0" >
89
 
         <size>
90
 
          <width>319</width>
91
 
          <height>20</height>
92
 
         </size>
93
 
        </property>
94
 
       </spacer>
95
 
      </item>
96
 
      <item row="3" column="2" >
97
 
       <spacer name="horizontalSpacer_3" >
98
 
        <property name="orientation" >
99
 
         <enum>Qt::Horizontal</enum>
100
 
        </property>
101
 
        <property name="sizeHint" stdset="0" >
102
 
         <size>
103
 
          <width>319</width>
104
 
          <height>20</height>
105
 
         </size>
106
 
        </property>
107
 
       </spacer>
108
 
      </item>
109
 
      <item row="3" column="0" >
110
 
       <widget class="QLabel" name="label_4" >
111
 
        <property name="toolTip" >
112
 
         <string>results_score_cutoff_tip</string>
113
 
        </property>
114
 
        <property name="statusTip" >
115
 
         <string>results_score_cutoff_tip</string>
116
 
        </property>
117
 
        <property name="whatsThis" >
118
 
         <string>results_score_cutoff_tip</string>
119
 
        </property>
120
 
        <property name="text" >
121
 
         <string>results_score_cutoff</string>
122
 
        </property>
123
 
       </widget>
124
 
      </item>
125
 
      <item row="3" column="3" >
126
 
       <widget class="QDoubleSpinBox" name="minScoreBox" >
127
 
        <property name="toolTip" >
128
 
         <string>results_score_cutoff_tip</string>
129
 
        </property>
130
 
        <property name="statusTip" >
131
 
         <string>results_score_cutoff_tip</string>
132
 
        </property>
133
 
        <property name="whatsThis" >
134
 
         <string>results_score_cutoff_tip</string>
135
 
        </property>
136
 
        <property name="alignment" >
137
 
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
138
 
        </property>
139
 
        <property name="accelerated" >
140
 
         <bool>false</bool>
141
 
        </property>
142
 
        <property name="decimals" >
143
 
         <number>1</number>
144
 
        </property>
145
 
        <property name="minimum" >
146
 
         <double>-999999999.000000000000000</double>
147
 
        </property>
148
 
        <property name="maximum" >
149
 
         <double>999999999.000000000000000</double>
150
 
        </property>
151
 
        <property name="singleStep" >
152
 
         <double>0.100000000000000</double>
153
 
        </property>
154
 
        <property name="value" >
155
 
         <double>-999999999.000000000000000</double>
156
 
        </property>
157
 
       </widget>
158
 
      </item>
159
 
      <item row="5" column="2" >
160
 
       <spacer name="horizontalSpacer_2" >
161
 
        <property name="orientation" >
162
 
         <enum>Qt::Horizontal</enum>
163
 
        </property>
164
 
        <property name="sizeHint" stdset="0" >
165
 
         <size>
166
 
          <width>319</width>
167
 
          <height>20</height>
168
 
         </size>
169
 
        </property>
170
 
       </spacer>
171
 
      </item>
172
 
      <item row="5" column="3" >
173
 
       <widget class="QSpinBox" name="evalueAsNSeqBox" >
174
 
        <property name="minimumSize" >
175
 
         <size>
176
 
          <width>100</width>
177
 
          <height>0</height>
178
 
         </size>
179
 
        </property>
180
 
        <property name="toolTip" >
181
 
         <string>e_value_as_nsec_tip</string>
182
 
        </property>
183
 
        <property name="statusTip" >
184
 
         <string>e_value_as_nsec_tip</string>
185
 
        </property>
186
 
        <property name="whatsThis" >
187
 
         <string>e_value_as_nsec_tip</string>
188
 
        </property>
189
 
        <property name="alignment" >
190
 
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
191
 
        </property>
192
 
        <property name="maximum" >
193
 
         <number>2000000000</number>
194
 
        </property>
195
 
        <property name="value" >
196
 
         <number>1</number>
197
 
        </property>
198
 
       </widget>
199
 
      </item>
200
 
      <item row="5" column="0" >
201
 
       <widget class="QLabel" name="label_3" >
202
 
        <property name="toolTip" >
203
 
         <string>e_value_as_nsec_tip</string>
204
 
        </property>
205
 
        <property name="statusTip" >
206
 
         <string>e_value_as_nsec_tip</string>
207
 
        </property>
208
 
        <property name="whatsThis" >
209
 
         <string>e_value_as_nsec_tip</string>
210
 
        </property>
211
 
        <property name="text" >
212
 
         <string>e_value_as_n_seq</string>
213
 
        </property>
214
 
       </widget>
215
 
      </item>
216
 
      <item row="0" column="3" >
217
 
       <widget class="QSpinBox" name="domEvalueCuttofBox" >
218
 
        <property name="toolTip" >
219
 
         <string>results_evalue_cutoff_tip</string>
220
 
        </property>
221
 
        <property name="statusTip" >
222
 
         <string>results_evalue_cutoff_tip</string>
223
 
        </property>
224
 
        <property name="whatsThis" >
225
 
         <string>results_evalue_cutoff_tip</string>
226
 
        </property>
227
 
        <property name="alignment" >
228
 
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
229
 
        </property>
230
 
        <property name="suffix" >
231
 
         <string/>
232
 
        </property>
233
 
        <property name="prefix" >
234
 
         <string>1E</string>
235
 
        </property>
236
 
        <property name="minimum" >
237
 
         <number>-99</number>
238
 
        </property>
239
 
        <property name="maximum" >
240
 
         <number>0</number>
241
 
        </property>
242
 
        <property name="value" >
243
 
         <number>-1</number>
244
 
        </property>
245
 
       </widget>
246
 
      </item>
247
 
     </layout>
248
 
    </widget>
249
 
   </item>
250
 
   <item>
251
 
    <spacer name="verticalSpacer" >
252
 
     <property name="orientation" >
253
 
      <enum>Qt::Vertical</enum>
254
 
     </property>
255
 
     <property name="sizeHint" stdset="0" >
256
 
      <size>
257
 
       <width>20</width>
258
 
       <height>3</height>
259
 
      </size>
260
 
     </property>
261
 
    </spacer>
262
 
   </item>
263
 
   <item>
264
 
    <layout class="QHBoxLayout" name="horizontalLayout" >
265
 
     <item>
266
 
      <widget class="QLabel" name="statusLabel" >
267
 
       <property name="text" >
268
 
        <string/>
269
 
       </property>
270
 
      </widget>
271
 
     </item>
272
 
     <item>
273
 
      <spacer name="horizontalSpacer" >
274
 
       <property name="orientation" >
275
 
        <enum>Qt::Horizontal</enum>
276
 
       </property>
277
 
       <property name="sizeHint" stdset="0" >
278
 
        <size>
279
 
         <width>40</width>
280
 
         <height>20</height>
281
 
        </size>
282
 
       </property>
283
 
      </spacer>
284
 
     </item>
285
 
     <item>
286
 
      <widget class="QPushButton" name="okButton" >
287
 
       <property name="text" >
288
 
        <string>ok_button</string>
289
 
       </property>
290
 
      </widget>
291
 
     </item>
292
 
     <item>
293
 
      <widget class="QPushButton" name="cancelButton" >
294
 
       <property name="text" >
295
 
        <string>close_button</string>
296
 
       </property>
297
 
      </widget>
298
 
     </item>
299
 
    </layout>
300
 
   </item>
301
 
  </layout>
302
 
 </widget>
303
 
 <resources/>
304
 
 <connections>
305
 
  <connection>
306
 
   <sender>cancelButton</sender>
307
 
   <signal>clicked()</signal>
308
 
   <receiver>HMMSearchDialog</receiver>
309
 
   <slot>reject()</slot>
310
 
   <hints>
311
 
    <hint type="sourcelabel" >
312
 
     <x>439</x>
313
 
     <y>194</y>
314
 
    </hint>
315
 
    <hint type="destinationlabel" >
316
 
     <x>244</x>
317
 
     <y>108</y>
318
 
    </hint>
319
 
   </hints>
320
 
  </connection>
321
 
 </connections>
322
 
</ui>