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

« back to all changes in this revision

Viewing changes to src/plugins/expert_discovery/src/ui/ExpertDiscoveryPosNegMrkDialog.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
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>ExpertDiscoveryPosNegMrkDialog</class>
 
4
 <widget class="QDialog" name="ExpertDiscoveryPosNegMrkDialog">
 
5
  <property name="windowModality">
 
6
   <enum>Qt::ApplicationModal</enum>
 
7
  </property>
 
8
  <property name="geometry">
 
9
   <rect>
 
10
    <x>0</x>
 
11
    <y>0</y>
 
12
    <width>476</width>
 
13
    <height>221</height>
 
14
   </rect>
 
15
  </property>
 
16
  <property name="sizePolicy">
 
17
   <sizepolicy hsizetype="Maximum" vsizetype="Minimum">
 
18
    <horstretch>0</horstretch>
 
19
    <verstretch>0</verstretch>
 
20
   </sizepolicy>
 
21
  </property>
 
22
  <property name="windowTitle">
 
23
   <string>Positive and Negative sequences markup</string>
 
24
  </property>
 
25
  <property name="windowIcon">
 
26
   <iconset>
 
27
    <normaloff>:/repeat_finder/repeats_image</normaloff>:/repeat_finder/repeats_image</iconset>
 
28
  </property>
 
29
  <property name="modal">
 
30
   <bool>true</bool>
 
31
  </property>
 
32
  <layout class="QVBoxLayout" name="verticalLayout">
 
33
   <item>
 
34
    <layout class="QGridLayout" name="gridLayout">
 
35
     <item row="0" column="0">
 
36
      <widget class="QLabel" name="label_2">
 
37
       <property name="text">
 
38
        <string>File with positive sequences markup</string>
 
39
       </property>
 
40
      </widget>
 
41
     </item>
 
42
     <item row="0" column="1" colspan="2">
 
43
      <widget class="QLineEdit" name="firstFileEdit"/>
 
44
     </item>
 
45
     <item row="0" column="3">
 
46
      <widget class="QToolButton" name="openFirstButton">
 
47
       <property name="text">
 
48
        <string>...</string>
 
49
       </property>
 
50
      </widget>
 
51
     </item>
 
52
     <item row="1" column="0">
 
53
      <spacer name="verticalSpacer_3">
 
54
       <property name="orientation">
 
55
        <enum>Qt::Vertical</enum>
 
56
       </property>
 
57
       <property name="sizeHint" stdset="0">
 
58
        <size>
 
59
         <width>20</width>
 
60
         <height>18</height>
 
61
        </size>
 
62
       </property>
 
63
      </spacer>
 
64
     </item>
 
65
     <item row="7" column="0">
 
66
      <widget class="QCheckBox" name="oneSequenceCheckBox">
 
67
       <property name="text">
 
68
        <string>Generate description file</string>
 
69
       </property>
 
70
      </widget>
 
71
     </item>
 
72
     <item row="5" column="0">
 
73
      <spacer name="verticalSpacer_2">
 
74
       <property name="orientation">
 
75
        <enum>Qt::Vertical</enum>
 
76
       </property>
 
77
       <property name="sizeHint" stdset="0">
 
78
        <size>
 
79
         <width>20</width>
 
80
         <height>18</height>
 
81
        </size>
 
82
       </property>
 
83
      </spacer>
 
84
     </item>
 
85
     <item row="4" column="3">
 
86
      <widget class="QToolButton" name="openSecondButton">
 
87
       <property name="text">
 
88
        <string>...</string>
 
89
       </property>
 
90
      </widget>
 
91
     </item>
 
92
     <item row="4" column="1" colspan="2">
 
93
      <widget class="QLineEdit" name="secondFileEdit">
 
94
       <property name="enabled">
 
95
        <bool>true</bool>
 
96
       </property>
 
97
      </widget>
 
98
     </item>
 
99
     <item row="4" column="0">
 
100
      <widget class="QLabel" name="label_3">
 
101
       <property name="text">
 
102
        <string>File with negative sequences markup</string>
 
103
       </property>
 
104
      </widget>
 
105
     </item>
 
106
     <item row="8" column="0">
 
107
      <widget class="QLabel" name="label_4">
 
108
       <property name="text">
 
109
        <string>Description file</string>
 
110
       </property>
 
111
      </widget>
 
112
     </item>
 
113
     <item row="8" column="1">
 
114
      <widget class="QLineEdit" name="thirdFileEdit">
 
115
       <property name="enabled">
 
116
        <bool>true</bool>
 
117
       </property>
 
118
      </widget>
 
119
     </item>
 
120
     <item row="8" column="3">
 
121
      <widget class="QToolButton" name="openThirdButton">
 
122
       <property name="text">
 
123
        <string>...</string>
 
124
       </property>
 
125
      </widget>
 
126
     </item>
 
127
     <item row="6" column="0">
 
128
      <widget class="QCheckBox" name="addToCurrentCheck">
 
129
       <property name="text">
 
130
        <string>Append to Current Markup</string>
 
131
       </property>
 
132
       <property name="checked">
 
133
        <bool>true</bool>
 
134
       </property>
 
135
      </widget>
 
136
     </item>
 
137
    </layout>
 
138
   </item>
 
139
   <item>
 
140
    <spacer name="verticalSpacer">
 
141
     <property name="orientation">
 
142
      <enum>Qt::Vertical</enum>
 
143
     </property>
 
144
     <property name="sizeHint" stdset="0">
 
145
      <size>
 
146
       <width>20</width>
 
147
       <height>5</height>
 
148
      </size>
 
149
     </property>
 
150
    </spacer>
 
151
   </item>
 
152
   <item>
 
153
    <layout class="QHBoxLayout" name="horizontalLayout">
 
154
     <item>
 
155
      <spacer name="horizontalSpacer_1">
 
156
       <property name="orientation">
 
157
        <enum>Qt::Horizontal</enum>
 
158
       </property>
 
159
       <property name="sizeHint" stdset="0">
 
160
        <size>
 
161
         <width>40</width>
 
162
         <height>20</height>
 
163
        </size>
 
164
       </property>
 
165
      </spacer>
 
166
     </item>
 
167
     <item>
 
168
      <widget class="QPushButton" name="startButton">
 
169
       <property name="text">
 
170
        <string>Ok</string>
 
171
       </property>
 
172
       <property name="default">
 
173
        <bool>true</bool>
 
174
       </property>
 
175
      </widget>
 
176
     </item>
 
177
     <item>
 
178
      <widget class="QPushButton" name="cancelButton">
 
179
       <property name="text">
 
180
        <string>Cancel</string>
 
181
       </property>
 
182
      </widget>
 
183
     </item>
 
184
    </layout>
 
185
   </item>
 
186
  </layout>
 
187
 </widget>
 
188
 <tabstops>
 
189
  <tabstop>firstFileEdit</tabstop>
 
190
  <tabstop>openFirstButton</tabstop>
 
191
  <tabstop>secondFileEdit</tabstop>
 
192
  <tabstop>openSecondButton</tabstop>
 
193
  <tabstop>startButton</tabstop>
 
194
  <tabstop>cancelButton</tabstop>
 
195
 </tabstops>
 
196
 <resources/>
 
197
 <connections>
 
198
  <connection>
 
199
   <sender>startButton</sender>
 
200
   <signal>clicked()</signal>
 
201
   <receiver>ExpertDiscoveryPosNegMrkDialog</receiver>
 
202
   <slot>accept()</slot>
 
203
   <hints>
 
204
    <hint type="sourcelabel">
 
205
     <x>416</x>
 
206
     <y>518</y>
 
207
    </hint>
 
208
    <hint type="destinationlabel">
 
209
     <x>273</x>
 
210
     <y>270</y>
 
211
    </hint>
 
212
   </hints>
 
213
  </connection>
 
214
  <connection>
 
215
   <sender>cancelButton</sender>
 
216
   <signal>clicked()</signal>
 
217
   <receiver>ExpertDiscoveryPosNegMrkDialog</receiver>
 
218
   <slot>reject()</slot>
 
219
   <hints>
 
220
    <hint type="sourcelabel">
 
221
     <x>499</x>
 
222
     <y>518</y>
 
223
    </hint>
 
224
    <hint type="destinationlabel">
 
225
     <x>273</x>
 
226
     <y>270</y>
 
227
    </hint>
 
228
   </hints>
 
229
  </connection>
 
230
 </connections>
 
231
</ui>