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

« back to all changes in this revision

Viewing changes to src/plugins/expert_discovery/src/ui/ExpertDiscoveryControlDialog.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>ExpertDiscoveryControlDialog</class>
 
4
 <widget class="QDialog" name="ExpertDiscoveryControlDialog">
 
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>473</width>
 
13
    <height>87</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>Load Control sequences</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 control sequences</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
    </layout>
 
53
   </item>
 
54
   <item>
 
55
    <spacer name="verticalSpacer">
 
56
     <property name="orientation">
 
57
      <enum>Qt::Vertical</enum>
 
58
     </property>
 
59
     <property name="sizeHint" stdset="0">
 
60
      <size>
 
61
       <width>20</width>
 
62
       <height>5</height>
 
63
      </size>
 
64
     </property>
 
65
    </spacer>
 
66
   </item>
 
67
   <item>
 
68
    <layout class="QHBoxLayout" name="horizontalLayout">
 
69
     <item>
 
70
      <spacer name="horizontalSpacer_1">
 
71
       <property name="orientation">
 
72
        <enum>Qt::Horizontal</enum>
 
73
       </property>
 
74
       <property name="sizeHint" stdset="0">
 
75
        <size>
 
76
         <width>40</width>
 
77
         <height>20</height>
 
78
        </size>
 
79
       </property>
 
80
      </spacer>
 
81
     </item>
 
82
     <item>
 
83
      <widget class="QPushButton" name="startButton">
 
84
       <property name="text">
 
85
        <string>Ok</string>
 
86
       </property>
 
87
       <property name="default">
 
88
        <bool>true</bool>
 
89
       </property>
 
90
      </widget>
 
91
     </item>
 
92
     <item>
 
93
      <widget class="QPushButton" name="cancelButton">
 
94
       <property name="text">
 
95
        <string>Cancel</string>
 
96
       </property>
 
97
      </widget>
 
98
     </item>
 
99
    </layout>
 
100
   </item>
 
101
  </layout>
 
102
 </widget>
 
103
 <tabstops>
 
104
  <tabstop>firstFileEdit</tabstop>
 
105
  <tabstop>openFirstButton</tabstop>
 
106
  <tabstop>startButton</tabstop>
 
107
  <tabstop>cancelButton</tabstop>
 
108
 </tabstops>
 
109
 <resources/>
 
110
 <connections>
 
111
  <connection>
 
112
   <sender>startButton</sender>
 
113
   <signal>clicked()</signal>
 
114
   <receiver>ExpertDiscoveryControlDialog</receiver>
 
115
   <slot>accept()</slot>
 
116
   <hints>
 
117
    <hint type="sourcelabel">
 
118
     <x>416</x>
 
119
     <y>518</y>
 
120
    </hint>
 
121
    <hint type="destinationlabel">
 
122
     <x>273</x>
 
123
     <y>270</y>
 
124
    </hint>
 
125
   </hints>
 
126
  </connection>
 
127
  <connection>
 
128
   <sender>cancelButton</sender>
 
129
   <signal>clicked()</signal>
 
130
   <receiver>ExpertDiscoveryControlDialog</receiver>
 
131
   <slot>reject()</slot>
 
132
   <hints>
 
133
    <hint type="sourcelabel">
 
134
     <x>499</x>
 
135
     <y>518</y>
 
136
    </hint>
 
137
    <hint type="destinationlabel">
 
138
     <x>273</x>
 
139
     <y>270</y>
 
140
    </hint>
 
141
   </hints>
 
142
  </connection>
 
143
 </connections>
 
144
</ui>