~ubuntu-branches/ubuntu/wily/openms/wily

« back to all changes in this revision

Viewing changes to include/OpenMS/VISUAL/DIALOGS/UIC/Spectrum1DPrefDialog.ui

  • Committer: Package Import Robot
  • Author(s): Filippo Rusconi
  • Date: 2012-11-12 15:58:12 UTC
  • Revision ID: package-import@ubuntu.com-20121112155812-vr15wtg9b50cuesg
Tags: upstream-1.9.0
ImportĀ upstreamĀ versionĀ 1.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>Spectrum1DPrefDialogTemplate</class>
 
3
 <widget class="QDialog" name="Spectrum1DPrefDialogTemplate" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>374</width>
 
9
    <height>276</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>1D view preferences</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" name="verticalLayout" >
 
16
   <item>
 
17
    <widget class="QGroupBox" name="groupBox" >
 
18
     <property name="title" >
 
19
      <string>1D view settings</string>
 
20
     </property>
 
21
     <layout class="QGridLayout" >
 
22
      <item row="0" column="0" >
 
23
       <widget class="QLabel" name="label" >
 
24
        <property name="text" >
 
25
         <string>Background color:</string>
 
26
        </property>
 
27
       </widget>
 
28
      </item>
 
29
      <item row="0" column="1" >
 
30
       <widget class="OpenMS::ColorSelector" native="1" name="bg_color" >
 
31
        <widget class="QWidget" native="1" name="widget_2" >
 
32
         <property name="geometry" >
 
33
          <rect>
 
34
           <x>130</x>
 
35
           <y>30</y>
 
36
           <width>21</width>
 
37
           <height>20</height>
 
38
          </rect>
 
39
         </property>
 
40
        </widget>
 
41
       </widget>
 
42
      </item>
 
43
      <item row="1" column="0" >
 
44
       <widget class="QLabel" name="label_2" >
 
45
        <property name="text" >
 
46
         <string>Selected peak color:</string>
 
47
        </property>
 
48
       </widget>
 
49
      </item>
 
50
      <item row="1" column="1" >
 
51
       <widget class="OpenMS::ColorSelector" native="1" name="selected_color" />
 
52
      </item>
 
53
      <item row="2" column="0" >
 
54
       <widget class="QLabel" name="label_5" >
 
55
        <property name="toolTip" >
 
56
         <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
 
57
p, li { white-space: pre-wrap; }
 
58
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
 
59
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This setting determines what to do when a data file changes: 'none' -- does nothing, 'ask' -- asks the user whether to update the view, 'update automatically' -- updates without asking&lt;/p>&lt;/body>&lt;/html></string>
 
60
        </property>
 
61
        <property name="text" >
 
62
         <string>Action when file changes:</string>
 
63
        </property>
 
64
       </widget>
 
65
      </item>
 
66
      <item row="2" column="1" >
 
67
       <widget class="QComboBox" name="on_file_change" >
 
68
        <item>
 
69
         <property name="text" >
 
70
          <string>none</string>
 
71
         </property>
 
72
        </item>
 
73
        <item>
 
74
         <property name="text" >
 
75
          <string>ask</string>
 
76
         </property>
 
77
        </item>
 
78
        <item>
 
79
         <property name="text" >
 
80
          <string>update automatically</string>
 
81
         </property>
 
82
        </item>
 
83
       </widget>
 
84
      </item>
 
85
     </layout>
 
86
    </widget>
 
87
   </item>
 
88
   <item>
 
89
    <widget class="QGroupBox" name="groupBox_2" >
 
90
     <property name="title" >
 
91
      <string>Layer settings</string>
 
92
     </property>
 
93
     <layout class="QGridLayout" >
 
94
      <item row="0" column="0" >
 
95
       <widget class="QLabel" name="label_3" >
 
96
        <property name="text" >
 
97
         <string>Peak color:</string>
 
98
        </property>
 
99
       </widget>
 
100
      </item>
 
101
      <item row="0" column="1" >
 
102
       <widget class="OpenMS::ColorSelector" native="1" name="peak_color" />
 
103
      </item>
 
104
      <item row="1" column="0" >
 
105
       <widget class="QLabel" name="label_4" >
 
106
        <property name="text" >
 
107
         <string>Icon color:</string>
 
108
        </property>
 
109
       </widget>
 
110
      </item>
 
111
      <item row="1" column="1" >
 
112
       <widget class="OpenMS::ColorSelector" native="1" name="icon_color" />
 
113
      </item>
 
114
      <item row="2" column="0" >
 
115
       <widget class="QLabel" name="label_6" >
 
116
        <property name="text" >
 
117
         <string>Annotation color:</string>
 
118
        </property>
 
119
       </widget>
 
120
      </item>
 
121
      <item row="2" column="1" >
 
122
       <widget class="OpenMS::ColorSelector" native="1" name="annotation_color" />
 
123
      </item>
 
124
     </layout>
 
125
    </widget>
 
126
   </item>
 
127
   <item>
 
128
    <spacer>
 
129
     <property name="orientation" >
 
130
      <enum>Qt::Vertical</enum>
 
131
     </property>
 
132
     <property name="sizeHint" stdset="0" >
 
133
      <size>
 
134
       <width>356</width>
 
135
       <height>21</height>
 
136
      </size>
 
137
     </property>
 
138
    </spacer>
 
139
   </item>
 
140
   <item>
 
141
    <widget class="QDialogButtonBox" name="buttonBox" >
 
142
     <property name="orientation" >
 
143
      <enum>Qt::Horizontal</enum>
 
144
     </property>
 
145
     <property name="standardButtons" >
 
146
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
147
     </property>
 
148
    </widget>
 
149
   </item>
 
150
  </layout>
 
151
 </widget>
 
152
 <customwidgets>
 
153
  <customwidget>
 
154
   <class>OpenMS::ColorSelector</class>
 
155
   <extends>QWidget</extends>
 
156
   <header>OpenMS/VISUAL/ColorSelector.h</header>
 
157
  </customwidget>
 
158
 </customwidgets>
 
159
 <resources/>
 
160
 <connections>
 
161
  <connection>
 
162
   <sender>buttonBox</sender>
 
163
   <signal>accepted()</signal>
 
164
   <receiver>Spectrum1DPrefDialogTemplate</receiver>
 
165
   <slot>accept()</slot>
 
166
   <hints>
 
167
    <hint type="sourcelabel" >
 
168
     <x>248</x>
 
169
     <y>254</y>
 
170
    </hint>
 
171
    <hint type="destinationlabel" >
 
172
     <x>157</x>
 
173
     <y>274</y>
 
174
    </hint>
 
175
   </hints>
 
176
  </connection>
 
177
  <connection>
 
178
   <sender>buttonBox</sender>
 
179
   <signal>rejected()</signal>
 
180
   <receiver>Spectrum1DPrefDialogTemplate</receiver>
 
181
   <slot>reject()</slot>
 
182
   <hints>
 
183
    <hint type="sourcelabel" >
 
184
     <x>316</x>
 
185
     <y>260</y>
 
186
    </hint>
 
187
    <hint type="destinationlabel" >
 
188
     <x>286</x>
 
189
     <y>274</y>
 
190
    </hint>
 
191
   </hints>
 
192
  </connection>
 
193
 </connections>
 
194
</ui>