InspectorBase.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Form implementation generated from reading ui file 'InspectorBase.ui'
3 **
4 ** Created by User Interface Compiler
5 **
6 ** WARNING! All changes made in this file will be lost!
7 ****************************************************************************/
8 
9 #include "InspectorBase.h"
10 
11 #include <qvariant.h>
12 #include <AxisWidget.h>
13 #include <qpushbutton.h>
14 #include <qtabwidget.h>
15 #include <qwidget.h>
16 #include <qgroupbox.h>
17 #include <qlabel.h>
18 #include <qcombobox.h>
19 #include <qlineedit.h>
20 #include <qwidgetstack.h>
21 #include <qbuttongroup.h>
22 #include <qradiobutton.h>
23 #include <qcheckbox.h>
24 #include <qslider.h>
25 #include <qframe.h>
26 #include <qscrollbar.h>
27 #include <qheader.h>
28 #include <qlistview.h>
29 #include <qlayout.h>
30 #include <qtooltip.h>
31 #include <qwhatsthis.h>
32 #include <qimage.h>
33 #include <qpixmap.h>
34 
35 static const char* const image0_data[] = {
36 "48 48 9 1",
37 ". c None",
38 "e c #0000ff",
39 "# c #4a4852",
40 "a c #4a485a",
41 "c c #4a4c5a",
42 "b c #524c5a",
43 "g c #bdbaac",
44 "f c #ff0000",
45 "d c #ffffff",
46 "................................................",
47 "....#..............a#....a..#...#a.a............",
48 "..b..#...............#.a.#..c.b....ac...........",
49 ".............................a..................",
50 "................................................",
51 "..#a............................................",
52 ".#.....dddd.dddddddddddddddd.ddddddddddddddddd..",
53 "...a...ddddddddddddddddddddddddddddddddddddddd..",
54 ".......ddddddddddddddddddddddddddddddddddddddd..",
55 ".......dddddddddd..ddddddddddddddddddddddddddd..",
56 ".......dddddddddd..ddeeeeeeeeeeddddeeeeeeeeeed..",
57 ".......dddddddddd..ddddeeeeeeddddddddeeeeeeddd..",
58 "....b..dddddddddd..dddddeeeeddddddddddeeeedddd..",
59 ".a.....dddddddddd..dddddeeeeddddddddddeeeedddd..",
60 ".......dddddddddd..dddddeeeeddddddddddeeeedddd..",
61 ".......dddddddddd..dddddeeeeddddddddddeeeedddd..",
62 ".........dddddddd..dddddeeeeddddddddddeeeedd....",
63 ".......dddddddddd..dddddeeeeddddddddddeeeedddd..",
64 ".......dddddddddd..dddddeeeeddddddddddeeeedddd..",
65 ".......ddddddddd...dddddeeeeddddddddddeeeedddd..",
66 "...#...ddddddddd.f.dddddeeeeddddddddddeeeedddd..",
67 "....#..ddddddddd.f.dddddeeeeeeeeeeeeeeeeeedddd..",
68 ".......ddddddddd.f.dddddeeeeddddddddddeeeedddd..",
69 ".......ddddddddd.f.dddddeeeeddddddddddeeeedddd..",
70 ".......ddddddddd.f.dddddeeeeddddddddddeeeedddd..",
71 ".......ddddddddd.f.dddddeeeeddddddddddeeeedddd..",
72 ".......ddddddddd.f.dddddeeeeddddddddddeeeedddd..",
73 ".......ddddddddd.f.dddddeeeeddddddddddeeeedddd..",
74 ".a.#...ddddddddd.f..ddddeeeeddddddddddeeeedddd..",
75 ".........ddddddd.ff.ddddeeeeddddddddddeeeedddd..",
76 ".......ddddddddd.ff.ddddeeeeddddddddddeeeedd....",
77 ".......ddddddddd.ff.ddddeeeeddddddddddeeeedddd..",
78 ".......ddddddddd.ff.dddeeeeeeddddddddeeeeeeddd..",
79 ".......ddddddddd.ff.deeeeeeeeeeddddeeeeeeeeeed..",
80 ".......dddddddd..ff.dddddddddddddddddddddddddd..",
81 ".a.....dddddddd.fff..ddddddddddddddddddddddddd..",
82 ".......dddddddd.ffff.ddddddddddddddddddddddddd..",
83 ".......ddddddd..ffff.dddddd.dddddddddddddddddd..",
84 ".......ddddddd.fffff..ddddd.dddddddddddddd.ddd..",
85 ".......dddddd..ffffff..dddd..dddd.ddddd..d.ddd..",
86 ".......dddd...fffffff..d..d....dd..dd.d..d.d.d..",
87 ".......dd....fffffffff.......g...............d..",
88 ".#..............................................",
89 ".....a........#.......#.#..............a.a......",
90 "...#.a..........................................",
91 "................................................",
92 "................................................",
93 "................................................"};
94 
95 
96 /*
97  * Constructs a InspectorBase as a child of 'parent', with the
98  * name 'name' and widget flags set to 'f'.
99  *
100  * The dialog will by default be modeless, unless you set 'modal' to
101  * TRUE to construct a modal dialog.
102  */
103 InspectorBase::InspectorBase( QWidget* parent, const char* name, bool modal, WFlags fl )
104  : QDialog( parent, name, modal, fl ),
105  image0( (const char **) image0_data )
106 {
107  if ( !name )
108  setName( "InspectorBase" );
109  setBackgroundOrigin( QDialog::AncestorOrigin );
110  setIcon( image0 );
111 
112  m_plot_tab = new QTabWidget( this, "m_plot_tab" );
113  m_plot_tab->setGeometry( QRect( -1, 0, 430, 630 ) );
114  m_plot_tab->setTabShape( QTabWidget::Rounded );
115 
116  dataTab = new QWidget( m_plot_tab, "dataTab" );
117 
118  m_new_plot_box = new QGroupBox( dataTab, "m_new_plot_box" );
119  m_new_plot_box->setEnabled( TRUE );
120  m_new_plot_box->setGeometry( QRect( 10, 0, 378, 300 ) );
121 
122  QWidget* privateLayoutWidget = new QWidget( m_new_plot_box, "layout100" );
123  privateLayoutWidget->setGeometry( QRect( 3, 19, 370, 234 ) );
124  layout100 = new QVBoxLayout( privateLayoutWidget, 11, 6, "layout100");
125 
126  layout46 = new QHBoxLayout( 0, 0, 6, "layout46");
127 
128  TextLabel1_3_2 = new QLabel( privateLayoutWidget, "TextLabel1_3_2" );
129  TextLabel1_3_2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)1, 0, 0, TextLabel1_3_2->sizePolicy().hasHeightForWidth() ) );
130  TextLabel1_3_2->setMaximumSize( QSize( 78, 32767 ) );
131  TextLabel1_3_2->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
132  layout46->addWidget( TextLabel1_3_2 );
133 
134  m_all_ntuples = new QComboBox( FALSE, privateLayoutWidget, "m_all_ntuples" );
135  m_all_ntuples->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, m_all_ntuples->sizePolicy().hasHeightForWidth() ) );
136  m_all_ntuples->setMaximumSize( QSize( 32767, 26 ) );
137  m_all_ntuples->setEditable( TRUE );
138  m_all_ntuples->setInsertionPolicy( QComboBox::AtCurrent );
139  layout46->addWidget( m_all_ntuples );
140  layout100->addLayout( layout46 );
141 
142  layout47 = new QHBoxLayout( 0, 0, 6, "layout47");
143 
144  label_2 = new QLabel( privateLayoutWidget, "label_2" );
145  label_2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)1, 0, 0, label_2->sizePolicy().hasHeightForWidth() ) );
146  label_2->setMaximumSize( QSize( 78, 32767 ) );
147  label_2->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
148  layout47->addWidget( label_2 );
149 
150  m_availPlotTypes = new QComboBox( FALSE, privateLayoutWidget, "m_availPlotTypes" );
151  m_availPlotTypes->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, m_availPlotTypes->sizePolicy().hasHeightForWidth() ) );
152  m_availPlotTypes->setMaximumSize( QSize( 32767, 26 ) );
154  layout47->addWidget( m_availPlotTypes );
155  layout100->addLayout( layout47 );
156 
157  layout41 = new QHBoxLayout( 0, 0, 6, "layout41");
158 
159  new_binding_0 = new QLabel( privateLayoutWidget, "new_binding_0" );
160  new_binding_0->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)1, 0, 0, new_binding_0->sizePolicy().hasHeightForWidth() ) );
161  new_binding_0->setMaximumSize( QSize( 106, 32767 ) );
162  new_binding_0->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
163  layout41->addWidget( new_binding_0 );
164 
165  new_combo_0 = new QComboBox( FALSE, privateLayoutWidget, "new_combo_0" );
166  new_combo_0->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, new_combo_0->sizePolicy().hasHeightForWidth() ) );
167  new_combo_0->setMaximumSize( QSize( 32767, 26 ) );
168  layout41->addWidget( new_combo_0 );
169  layout100->addLayout( layout41 );
170 
171  layout42 = new QHBoxLayout( 0, 0, 6, "layout42");
172 
173  new_binding_1 = new QLabel( privateLayoutWidget, "new_binding_1" );
174  new_binding_1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)1, 0, 0, new_binding_1->sizePolicy().hasHeightForWidth() ) );
175  new_binding_1->setMaximumSize( QSize( 106, 32767 ) );
176  new_binding_1->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
177  layout42->addWidget( new_binding_1 );
178 
179  new_combo_1 = new QComboBox( FALSE, privateLayoutWidget, "new_combo_1" );
180  new_combo_1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, new_combo_1->sizePolicy().hasHeightForWidth() ) );
181  new_combo_1->setMaximumSize( QSize( 32767, 26 ) );
182  layout42->addWidget( new_combo_1 );
183  layout100->addLayout( layout42 );
184 
185  layout43 = new QHBoxLayout( 0, 0, 6, "layout43");
186 
187  new_binding_2 = new QLabel( privateLayoutWidget, "new_binding_2" );
188  new_binding_2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)1, 0, 0, new_binding_2->sizePolicy().hasHeightForWidth() ) );
189  new_binding_2->setMaximumSize( QSize( 106, 32767 ) );
190  new_binding_2->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
191  layout43->addWidget( new_binding_2 );
192 
193  new_combo_2 = new QComboBox( FALSE, privateLayoutWidget, "new_combo_2" );
194  new_combo_2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, new_combo_2->sizePolicy().hasHeightForWidth() ) );
195  new_combo_2->setMaximumSize( QSize( 32767, 26 ) );
196  layout43->addWidget( new_combo_2 );
197  layout100->addLayout( layout43 );
198 
199  layout44 = new QHBoxLayout( 0, 0, 6, "layout44");
200 
201  new_binding_3 = new QLabel( privateLayoutWidget, "new_binding_3" );
202  new_binding_3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)1, 0, 0, new_binding_3->sizePolicy().hasHeightForWidth() ) );
203  new_binding_3->setMaximumSize( QSize( 106, 32767 ) );
204  new_binding_3->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
205  layout44->addWidget( new_binding_3 );
206 
207  new_combo_3 = new QComboBox( FALSE, privateLayoutWidget, "new_combo_3" );
208  new_combo_3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, new_combo_3->sizePolicy().hasHeightForWidth() ) );
209  new_combo_3->setMaximumSize( QSize( 32767, 26 ) );
210  layout44->addWidget( new_combo_3 );
211  layout100->addLayout( layout44 );
212 
213  layout44_2 = new QHBoxLayout( 0, 0, 6, "layout44_2");
214 
215  new_binding_4 = new QLabel( privateLayoutWidget, "new_binding_4" );
216  new_binding_4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)1, 0, 0, new_binding_4->sizePolicy().hasHeightForWidth() ) );
217  new_binding_4->setMaximumSize( QSize( 106, 32767 ) );
218  new_binding_4->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
219  layout44_2->addWidget( new_binding_4 );
220 
221  new_combo_4 = new QComboBox( FALSE, privateLayoutWidget, "new_combo_4" );
222  new_combo_4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, new_combo_4->sizePolicy().hasHeightForWidth() ) );
223  new_combo_4->setMaximumSize( QSize( 32767, 26 ) );
224  layout44_2->addWidget( new_combo_4 );
225  layout100->addLayout( layout44_2 );
226 
227  newPlotButton = new QPushButton( m_new_plot_box, "newPlotButton" );
228  newPlotButton->setEnabled( FALSE );
229  newPlotButton->setGeometry( QRect( 11, 261, 113, 28 ) );
230  newPlotButton->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)0, 0, 0, newPlotButton->sizePolicy().hasHeightForWidth() ) );
231  newPlotButton->setMinimumSize( QSize( 0, 24 ) );
232  newPlotButton->setAutoDefault( FALSE );
233 
234  m_addDataRepButton = new QPushButton( m_new_plot_box, "m_addDataRepButton" );
235  m_addDataRepButton->setGeometry( QRect( 130, 261, 112, 28 ) );
236  m_addDataRepButton->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)0, 0, 0, m_addDataRepButton->sizePolicy().hasHeightForWidth() ) );
237  m_addDataRepButton->setMinimumSize( QSize( 0, 25 ) );
239 
240  currentPlot = new QGroupBox( dataTab, "currentPlot" );
241  currentPlot->setGeometry( QRect( 10, 305, 378, 290 ) );
242  currentPlot->setFrameShape( QGroupBox::GroupBoxPanel );
243  currentPlot->setFrameShadow( QGroupBox::Sunken );
244 
245  QWidget* privateLayoutWidget_2 = new QWidget( currentPlot, "layout102" );
246  privateLayoutWidget_2->setGeometry( QRect( 3, 15, 370, 231 ) );
247  layout102 = new QVBoxLayout( privateLayoutWidget_2, 11, 6, "layout102");
248 
249  layout48 = new QHBoxLayout( 0, 0, 6, "layout48");
250 
251  TextLabel1_3 = new QLabel( privateLayoutWidget_2, "TextLabel1_3" );
252  TextLabel1_3->setMaximumSize( QSize( 78, 32767 ) );
253  TextLabel1_3->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
254  layout48->addWidget( TextLabel1_3 );
255 
256  m_sel_ntuple_name = new QComboBox( FALSE, privateLayoutWidget_2, "m_sel_ntuple_name" );
257  m_sel_ntuple_name->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, m_sel_ntuple_name->sizePolicy().hasHeightForWidth() ) );
258  m_sel_ntuple_name->setMaximumSize( QSize( 32767, 26 ) );
259  layout48->addWidget( m_sel_ntuple_name );
260  layout102->addLayout( layout48 );
261 
262  layout49 = new QHBoxLayout( 0, 0, 6, "layout49");
263 
264  label = new QLabel( privateLayoutWidget_2, "label" );
265  label->setMaximumSize( QSize( 78, 32767 ) );
266  label->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
267  layout49->addWidget( label );
268 
269  m_dataRepNameText = new QLineEdit( privateLayoutWidget_2, "m_dataRepNameText" );
270  m_dataRepNameText->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, m_dataRepNameText->sizePolicy().hasHeightForWidth() ) );
271  m_dataRepNameText->setMaximumSize( QSize( 32767, 26 ) );
273  layout49->addWidget( m_dataRepNameText );
274  layout102->addLayout( layout49 );
275 
276  layout39 = new QHBoxLayout( 0, 0, 6, "layout39");
277 
278  sel_binding_0 = new QLabel( privateLayoutWidget_2, "sel_binding_0" );
279  sel_binding_0->setMaximumSize( QSize( 106, 32767 ) );
280  sel_binding_0->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
281  layout39->addWidget( sel_binding_0 );
282 
283  sel_combo_0 = new QComboBox( FALSE, privateLayoutWidget_2, "sel_combo_0" );
284  sel_combo_0->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, sel_combo_0->sizePolicy().hasHeightForWidth() ) );
285  sel_combo_0->setMaximumSize( QSize( 32767, 26 ) );
286  layout39->addWidget( sel_combo_0 );
287  layout102->addLayout( layout39 );
288 
289  layout40 = new QHBoxLayout( 0, 0, 6, "layout40");
290 
291  sel_binding_1 = new QLabel( privateLayoutWidget_2, "sel_binding_1" );
292  sel_binding_1->setMaximumSize( QSize( 106, 32767 ) );
293  sel_binding_1->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
294  layout40->addWidget( sel_binding_1 );
295 
296  sel_combo_1 = new QComboBox( FALSE, privateLayoutWidget_2, "sel_combo_1" );
297  sel_combo_1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, sel_combo_1->sizePolicy().hasHeightForWidth() ) );
298  sel_combo_1->setMaximumSize( QSize( 32767, 26 ) );
299  layout40->addWidget( sel_combo_1 );
300  layout102->addLayout( layout40 );
301 
302  layout41_2 = new QHBoxLayout( 0, 0, 6, "layout41_2");
303 
304  sel_binding_2 = new QLabel( privateLayoutWidget_2, "sel_binding_2" );
305  sel_binding_2->setMaximumSize( QSize( 106, 32767 ) );
306  sel_binding_2->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
307  layout41_2->addWidget( sel_binding_2 );
308 
309  sel_combo_2 = new QComboBox( FALSE, privateLayoutWidget_2, "sel_combo_2" );
310  sel_combo_2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, sel_combo_2->sizePolicy().hasHeightForWidth() ) );
311  sel_combo_2->setMaximumSize( QSize( 32767, 26 ) );
312  layout41_2->addWidget( sel_combo_2 );
313  layout102->addLayout( layout41_2 );
314 
315  layout42_2 = new QHBoxLayout( 0, 0, 6, "layout42_2");
316 
317  sel_binding_3 = new QLabel( privateLayoutWidget_2, "sel_binding_3" );
318  sel_binding_3->setMaximumSize( QSize( 106, 32767 ) );
319  sel_binding_3->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
320  layout42_2->addWidget( sel_binding_3 );
321 
322  sel_combo_3 = new QComboBox( FALSE, privateLayoutWidget_2, "sel_combo_3" );
323  sel_combo_3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, sel_combo_3->sizePolicy().hasHeightForWidth() ) );
324  sel_combo_3->setMaximumSize( QSize( 32767, 26 ) );
325  layout42_2->addWidget( sel_combo_3 );
326  layout102->addLayout( layout42_2 );
327 
328  layout42_2_2 = new QHBoxLayout( 0, 0, 6, "layout42_2_2");
329 
330  sel_binding_4 = new QLabel( privateLayoutWidget_2, "sel_binding_4" );
331  sel_binding_4->setMaximumSize( QSize( 106, 32767 ) );
332  sel_binding_4->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
333  layout42_2_2->addWidget( sel_binding_4 );
334 
335  sel_combo_4 = new QComboBox( FALSE, privateLayoutWidget_2, "sel_combo_4" );
336  sel_combo_4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, sel_combo_4->sizePolicy().hasHeightForWidth() ) );
337  sel_combo_4->setMaximumSize( QSize( 32767, 26 ) );
338  layout42_2_2->addWidget( sel_combo_4 );
339  layout102->addLayout( layout42_2_2 );
340 
341  m_data_create = new QPushButton( currentPlot, "m_data_create" );
342  m_data_create->setGeometry( QRect( 10, 255, 110, 31 ) );
343  m_data_create->setMinimumSize( QSize( 0, 25 ) );
344  m_data_create->setAutoDefault( FALSE );
345 
346  m_removeDatarep = new QPushButton( currentPlot, "m_removeDatarep" );
347  m_removeDatarep->setGeometry( QRect( 136, 256, 121, 28 ) );
348  m_removeDatarep->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)0, 0, 0, m_removeDatarep->sizePolicy().hasHeightForWidth() ) );
349  m_removeDatarep->setMinimumSize( QSize( 0, 25 ) );
351 
352  m_diffdatarep = new QPushButton( currentPlot, "m_diffdatarep" );
353  m_diffdatarep->setGeometry( QRect( 270, 255, 101, 31 ) );
355 
356  plotTab_2 = new QWidget( m_plot_tab, "plotTab_2" );
357 
358  m_plot_title = new QGroupBox( plotTab_2, "m_plot_title" );
359  m_plot_title->setGeometry( QRect( 190, 20, 198, 100 ) );
360  m_plot_title->setFrameShadow( QGroupBox::Sunken );
361 
362  QWidget* privateLayoutWidget_3 = new QWidget( m_plot_title, "layout33_2" );
363  privateLayoutWidget_3->setGeometry( QRect( 10, 20, 180, 75 ) );
364  layout33_2 = new QVBoxLayout( privateLayoutWidget_3, 11, 6, "layout33_2");
365 
366  m_titleText = new QLineEdit( privateLayoutWidget_3, "m_titleText" );
367  m_titleText->setMaximumSize( QSize( 32767, 26 ) );
368  layout33_2->addWidget( m_titleText );
369 
370  m_editTitleFont = new QPushButton( privateLayoutWidget_3, "m_editTitleFont" );
372  layout33_2->addWidget( m_editTitleFont );
373 
374  m_plot_symbols = new QGroupBox( plotTab_2, "m_plot_symbols" );
375  m_plot_symbols->setGeometry( QRect( 4, 20, 180, 460 ) );
376 
377  m_point_stack = new QWidgetStack( m_plot_symbols, "m_point_stack" );
378  m_point_stack->setGeometry( QRect( 5, 191, 150, 264 ) );
379  m_point_stack->setMinimumSize( QSize( 150, 250 ) );
380 
381  page = new QWidget( m_point_stack, "page" );
382 
383  m_symbol_group = new QButtonGroup( page, "m_symbol_group" );
384  m_symbol_group->setGeometry( QRect( 8, 7, 135, 304 ) );
385  m_symbol_group->setMinimumSize( QSize( 135, 0 ) );
386  m_symbol_group->setMaximumSize( QSize( 135, 32767 ) );
387  m_symbol_group->setFrameShape( QButtonGroup::NoFrame );
388  m_symbol_group->setExclusive( TRUE );
389  m_symbol_group->setColumnLayout(0, Qt::Vertical );
390  m_symbol_group->layout()->setSpacing( 6 );
391  m_symbol_group->layout()->setMargin( 11 );
393  m_symbol_groupLayout->setAlignment( Qt::AlignTop );
394 
395  triangle = new QRadioButton( m_symbol_group, "triangle" );
396  m_symbol_groupLayout->addWidget( triangle );
397 
398  filledTriangle = new QRadioButton( m_symbol_group, "filledTriangle" );
399  m_symbol_groupLayout->addWidget( filledTriangle );
400 
401  rectangle = new QRadioButton( m_symbol_group, "rectangle" );
402  m_symbol_groupLayout->addWidget( rectangle );
403 
404  filledRectangle = new QRadioButton( m_symbol_group, "filledRectangle" );
406 
407  circle = new QRadioButton( m_symbol_group, "circle" );
408  m_symbol_groupLayout->addWidget( circle );
409 
410  filledCircle = new QRadioButton( m_symbol_group, "filledCircle" );
411  m_symbol_groupLayout->addWidget( filledCircle );
412 
413  plus = new QRadioButton( m_symbol_group, "plus" );
414  m_symbol_groupLayout->addWidget( plus );
415 
416  cross = new QRadioButton( m_symbol_group, "cross" );
417  m_symbol_groupLayout->addWidget( cross );
419 
420  page_2 = new QWidget( m_point_stack, "page_2" );
421 
422  m_line_group = new QButtonGroup( page_2, "m_line_group" );
423  m_line_group->setGeometry( QRect( 10, 10, 135, 196 ) );
424  m_line_group->setMinimumSize( QSize( 135, 0 ) );
425  m_line_group->setFrameShape( QButtonGroup::NoFrame );
426  m_line_group->setFrameShadow( QButtonGroup::Sunken );
427  m_line_group->setExclusive( TRUE );
428  m_line_group->setColumnLayout(0, Qt::Vertical );
429  m_line_group->layout()->setSpacing( 6 );
430  m_line_group->layout()->setMargin( 11 );
431  m_line_groupLayout = new QVBoxLayout( m_line_group->layout() );
432  m_line_groupLayout->setAlignment( Qt::AlignTop );
433 
434  radioButton27 = new QRadioButton( m_line_group, "radioButton27" );
435  radioButton27->setChecked( TRUE );
436  m_line_groupLayout->addWidget( radioButton27 );
437 
438  radioButton27_2 = new QRadioButton( m_line_group, "radioButton27_2" );
439  m_line_groupLayout->addWidget( radioButton27_2 );
440 
441  radioButton27_2_2 = new QRadioButton( m_line_group, "radioButton27_2_2" );
443 
444  radioButton27_2_2_2 = new QRadioButton( m_line_group, "radioButton27_2_2_2" );
446 
447  radioButton27_2_2_2_2 = new QRadioButton( m_line_group, "radioButton27_2_2_2_2" );
449 
450  radioButton27_2_2_2_2_2 = new QRadioButton( m_line_group, "radioButton27_2_2_2_2_2" );
453 
454  QWidget* privateLayoutWidget_4 = new QWidget( m_plot_symbols, "layout36" );
455  privateLayoutWidget_4->setGeometry( QRect( 10, 20, 161, 60 ) );
456  layout36 = new QVBoxLayout( privateLayoutWidget_4, 11, 0, "layout36");
457 
458  textLabel1_2 = new QLabel( privateLayoutWidget_4, "textLabel1_2" );
459  layout36->addWidget( textLabel1_2 );
460 
461  m_pointRepComboBox = new QComboBox( FALSE, privateLayoutWidget_4, "m_pointRepComboBox" );
462  m_pointRepComboBox->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, m_pointRepComboBox->sizePolicy().hasHeightForWidth() ) );
463  layout36->addWidget( m_pointRepComboBox );
464 
465  QWidget* privateLayoutWidget_5 = new QWidget( m_plot_symbols, "m_value_layout" );
466  privateLayoutWidget_5->setGeometry( QRect( 11, 81, 159, 60 ) );
467  m_value_layout = new QVBoxLayout( privateLayoutWidget_5, 11, 0, "m_value_layout");
468 
469  textLabel1_2_2 = new QLabel( privateLayoutWidget_5, "textLabel1_2_2" );
470  m_value_layout->addWidget( textLabel1_2_2 );
471 
472  m_value_combo = new QComboBox( FALSE, privateLayoutWidget_5, "m_value_combo" );
473  m_value_combo->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, 0, 0, m_value_combo->sizePolicy().hasHeightForWidth() ) );
474  m_value_layout->addWidget( m_value_combo );
475 
476  QWidget* privateLayoutWidget_6 = new QWidget( m_plot_symbols, "layout33" );
477  privateLayoutWidget_6->setGeometry( QRect( 10, 150, 90, 32 ) );
478  layout33 = new QHBoxLayout( privateLayoutWidget_6, 11, 6, "layout33");
479 
480  TextLabel1 = new QLabel( privateLayoutWidget_6, "TextLabel1" );
481  layout33->addWidget( TextLabel1 );
482 
483  m_symbolPointSize = new QLineEdit( privateLayoutWidget_6, "m_symbolPointSize" );
484  m_symbolPointSize->setMinimumSize( QSize( 0, 20 ) );
485  m_symbolPointSize->setMaximumSize( QSize( 32767, 30 ) );
486  m_symbolPointSize->setFrameShape( QLineEdit::LineEditPanel );
487  m_symbolPointSize->setFrameShadow( QLineEdit::Sunken );
488  layout33->addWidget( m_symbolPointSize );
489 
490  QWidget* privateLayoutWidget_7 = new QWidget( plotTab_2, "m_color_layout" );
491  privateLayoutWidget_7->setGeometry( QRect( 190, 190, 198, 32 ) );
492  m_color_layout = new QHBoxLayout( privateLayoutWidget_7, 0, 6, "m_color_layout");
493 
494  m_plot_color = new QPushButton( privateLayoutWidget_7, "m_plot_color" );
495  m_plot_color->setAutoDefault( FALSE );
496  m_color_layout->addWidget( m_plot_color );
497 
498  m_selectedColor = new QPushButton( privateLayoutWidget_7, "m_selectedColor" );
499  m_selectedColor->setMaximumSize( QSize( 30, 30 ) );
500  m_selectedColor->setPaletteBackgroundColor( QColor( 0, 0, 0 ) );
501  m_color_layout->addWidget( m_selectedColor );
502 
503  m_errorBars = new QCheckBox( plotTab_2, "m_errorBars" );
504  m_errorBars->setGeometry( QRect( 190, 130, 84, 21 ) );
505 
506  m_boxedge = new QCheckBox( plotTab_2, "m_boxedge" );
507  m_boxedge->setGeometry( QRect( 190, 160, 130, 21 ) );
508 
509  m_grid = new QCheckBox( plotTab_2, "m_grid" );
510  m_grid->setGeometry( QRect( 290, 130, 84, 21 ) );
511 
512  m_slider_control = new QGroupBox( plotTab_2, "m_slider_control" );
513  m_slider_control->setGeometry( QRect( 186, 227, 196, 350 ) );
514 
515  QWidget* privateLayoutWidget_8 = new QWidget( m_slider_control, "layout77" );
516  privateLayoutWidget_8->setGeometry( QRect( 4, 19, 188, 161 ) );
517  layout77 = new QVBoxLayout( privateLayoutWidget_8, 11, 0, "layout77");
518 
519  layout38 = new QVBoxLayout( 0, 0, 6, "layout38");
520 
521  brk_label = new QLabel( privateLayoutWidget_8, "brk_label" );
522  layout38->addWidget( brk_label );
523 
524  brk_pt = new QSlider( privateLayoutWidget_8, "brk_pt" );
525  brk_pt->setMaximumSize( QSize( 32767, 20 ) );
526  brk_pt->setPageStep( 1 );
527  brk_pt->setValue( 50 );
528  brk_pt->setOrientation( QSlider::Horizontal );
529  layout38->addWidget( brk_pt );
530  layout77->addLayout( layout38 );
531 
532  layout37_2 = new QVBoxLayout( 0, 0, 6, "layout37_2");
533 
534  flatlabel = new QLabel( privateLayoutWidget_8, "flatlabel" );
535  layout37_2->addWidget( flatlabel );
536 
537  flat_width = new QSlider( privateLayoutWidget_8, "flat_width" );
538  flat_width->setMaximumSize( QSize( 32767, 20 ) );
539  flat_width->setPageStep( 1 );
540  flat_width->setValue( 0 );
541  flat_width->setOrientation( QSlider::Horizontal );
542  layout37_2->addWidget( flat_width );
543  layout77->addLayout( layout37_2 );
544 
545  layout37_2_2 = new QVBoxLayout( 0, 0, 6, "layout37_2_2");
546 
547  colorlabel = new QLabel( privateLayoutWidget_8, "colorlabel" );
548  layout37_2_2->addWidget( colorlabel );
549 
550  color_scale = new QSlider( privateLayoutWidget_8, "color_scale" );
551  color_scale->setMaximumSize( QSize( 32767, 20 ) );
552  color_scale->setMaxValue( 99 );
553  color_scale->setPageStep( 1 );
554  color_scale->setValue( 0 );
555  color_scale->setOrientation( QSlider::Horizontal );
556  layout37_2_2->addWidget( color_scale );
557  layout77->addLayout( layout37_2_2 );
558 
559  edit_model = new QPushButton( m_slider_control, "edit_model" );
560  edit_model->setGeometry( QRect( 12, 227, 84, 30 ) );
561  edit_model->setMaximumSize( QSize( 84, 41 ) );
562  edit_model->setAutoDefault( FALSE );
563 
564  new_model = new QPushButton( m_slider_control, "new_model" );
565  new_model->setGeometry( QRect( 13, 264, 84, 30 ) );
566  new_model->setMaximumSize( QSize( 84, 40 ) );
567  new_model->setAutoDefault( FALSE );
568 
569  delete_model = new QPushButton( m_slider_control, "delete_model" );
570  delete_model->setGeometry( QRect( 14, 305, 84, 30 ) );
571  delete_model->setMaximumSize( QSize( 84, 41 ) );
572  delete_model->setAutoDefault( FALSE );
573 
574  reset_slider = new QPushButton( m_slider_control, "reset_slider" );
575  reset_slider->setGeometry( QRect( 120, 190, 62, 30 ) );
576  reset_slider->setMaximumSize( QSize( 62, 41 ) );
577  reset_slider->setAutoDefault( FALSE );
578 
579  m_interval_group = new QGroupBox( plotTab_2, "m_interval_group" );
580  m_interval_group->setGeometry( QRect( 5, 495, 178, 80 ) );
581 
582  QWidget* privateLayoutWidget_9 = new QWidget( m_interval_group, "Layout40_2" );
583  privateLayoutWidget_9->setGeometry( QRect( 18, 40, 140, 24 ) );
584  Layout40_2 = new QHBoxLayout( privateLayoutWidget_9, 0, 6, "Layout40_2");
585 
586  TextLabel1_4 = new QLabel( privateLayoutWidget_9, "TextLabel1_4" );
587  Layout40_2->addWidget( TextLabel1_4 );
588 
589  m_interval_le = new QLineEdit( privateLayoutWidget_9, "m_interval_le" );
590  Layout40_2->addWidget( m_interval_le );
591 
592  m_interval_cb = new QCheckBox( m_interval_group, "m_interval_cb" );
593  m_interval_cb->setGeometry( QRect( 18, 16, 100, 20 ) );
595 
596  axisTab = new QWidget( m_plot_tab, "axisTab" );
597 
598  m_axis_group_box = new QGroupBox( axisTab, "m_axis_group_box" );
599  m_axis_group_box->setGeometry( QRect( 10, 10, 370, 411 ) );
600 
601  axis_button_group = new QButtonGroup( m_axis_group_box, "axis_button_group" );
602  axis_button_group->setGeometry( QRect( 10, 20, 235, 30 ) );
603  axis_button_group->setFrameShape( QButtonGroup::NoFrame );
604  axis_button_group->setAlignment( int( QButtonGroup::AlignHCenter ) );
606 
607  radioButton39 = new QRadioButton( axis_button_group, "radioButton39" );
608  radioButton39->setEnabled( TRUE );
609  radioButton39->setGeometry( QRect( 80, 0, 65, 30 ) );
610  radioButton39->setMinimumSize( QSize( 65, 0 ) );
611  radioButton39->setChecked( FALSE );
613 
614  radioButton38 = new QRadioButton( axis_button_group, "radioButton38" );
615  radioButton38->setEnabled( TRUE );
616  radioButton38->setGeometry( QRect( 10, 0, 65, 30 ) );
617  radioButton38->setMinimumSize( QSize( 60, 0 ) );
618  radioButton38->setChecked( TRUE );
620 
621  radioButton40 = new QRadioButton( axis_button_group, "radioButton40" );
622  radioButton40->setEnabled( TRUE );
623  radioButton40->setGeometry( QRect( 150, 0, 65, 30 ) );
624  radioButton40->setMinimumSize( QSize( 65, 0 ) );
625  radioButton40->setChecked( FALSE );
627 
628  m_axis_frame = new QFrame( m_axis_group_box, "m_axis_frame" );
629  m_axis_frame->setEnabled( TRUE );
630  m_axis_frame->setGeometry( QRect( 10, 81, 356, 256 ) );
631  m_axis_frame->setFrameShape( QFrame::StyledPanel );
632  m_axis_frame->setFrameShadow( QFrame::Plain );
634 
635  QWidget* privateLayoutWidget_10 = new QWidget( m_axis_frame, "layout37" );
636  privateLayoutWidget_10->setGeometry( QRect( 0, 180, 350, 76 ) );
637  layout37 = new QHBoxLayout( privateLayoutWidget_10, 11, 6, "layout37");
638 
639  layout33_3 = new QVBoxLayout( 0, 0, 6, "layout33_3");
640 
641  TextLabel1_2_3 = new QLabel( privateLayoutWidget_10, "TextLabel1_2_3" );
642  layout33_3->addWidget( TextLabel1_2_3 );
643 
644  TextLabel1_2_4 = new QLabel( privateLayoutWidget_10, "TextLabel1_2_4" );
645  layout33_3->addWidget( TextLabel1_2_4 );
646  layout37->addLayout( layout33_3 );
647 
648  layout36_2 = new QHBoxLayout( 0, 0, 6, "layout36_2");
649 
650  layout34 = new QVBoxLayout( 0, 0, 6, "layout34");
651 
652  m_width_text = new QLineEdit( privateLayoutWidget_10, "m_width_text" );
653  m_width_text->setMinimumSize( QSize( 0, 26 ) );
654  m_width_text->setMaximumSize( QSize( 32767, 26 ) );
655  m_width_text->setFrameShape( QLineEdit::LineEditPanel );
656  m_width_text->setFrameShadow( QLineEdit::Sunken );
657  layout34->addWidget( m_width_text );
658 
659  m_offset_text = new QLineEdit( privateLayoutWidget_10, "m_offset_text" );
660  m_offset_text->setMinimumSize( QSize( 0, 26 ) );
661  m_offset_text->setMaximumSize( QSize( 32767, 26 ) );
662  layout34->addWidget( m_offset_text );
663  layout36_2->addLayout( layout34 );
664 
665  layout35 = new QVBoxLayout( 0, 0, 6, "layout35");
666 
667  m_width_range = new QScrollBar( privateLayoutWidget_10, "m_width_range" );
668  m_width_range->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)3, (QSizePolicy::SizeType)0, 0, 0, m_width_range->sizePolicy().hasHeightForWidth() ) );
669  m_width_range->setFocusPolicy( QScrollBar::WheelFocus );
670  m_width_range->setValue( 50 );
671  m_width_range->setOrientation( QScrollBar::Horizontal );
672  layout35->addWidget( m_width_range );
673 
674  m_offset_range = new QScrollBar( privateLayoutWidget_10, "m_offset_range" );
675  m_offset_range->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)3, (QSizePolicy::SizeType)0, 0, 0, m_offset_range->sizePolicy().hasHeightForWidth() ) );
676  m_offset_range->setFocusPolicy( QScrollBar::WheelFocus );
677  m_offset_range->setValue( 49 );
678  m_offset_range->setOrientation( QScrollBar::Horizontal );
679  layout35->addWidget( m_offset_range );
680  layout36_2->addLayout( layout35 );
681  layout37->addLayout( layout36_2 );
682 
683  QWidget* privateLayoutWidget_11 = new QWidget( m_axis_frame, "layout45" );
684  privateLayoutWidget_11->setGeometry( QRect( 7, 4, 336, 45 ) );
685  layout45 = new QHBoxLayout( privateLayoutWidget_11, 11, 6, "layout45");
686 
687  textLabel1 = new QLabel( privateLayoutWidget_11, "textLabel1" );
688  layout45->addWidget( textLabel1 );
689 
690  m_axis_label = new QLineEdit( privateLayoutWidget_11, "m_axis_label" );
691  layout45->addWidget( m_axis_label );
692 
693  m_editLabelFont = new QPushButton( privateLayoutWidget_11, "m_editLabelFont" );
695  layout45->addWidget( m_editLabelFont );
696 
697  axisWidget1 = new hippodraw::AxisWidget( m_axis_frame, "axisWidget1" );
698  axisWidget1->setGeometry( QRect( 6, 64, 340, 105 ) );
699 
700  QWidget* privateLayoutWidget_12 = new QWidget( m_axis_group_box, "layout52" );
701  privateLayoutWidget_12->setGeometry( QRect( 12, 350, 347, 54 ) );
702  layout52 = new QHBoxLayout( privateLayoutWidget_12, 11, 6, "layout52");
703 
704  m_combine_checkbox = new QCheckBox( privateLayoutWidget_12, "m_combine_checkbox" );
705  layout52->addWidget( m_combine_checkbox );
706 
707  min_entries_text = new QLineEdit( privateLayoutWidget_12, "min_entries_text" );
708  min_entries_text->setMinimumSize( QSize( 0, 26 ) );
709  min_entries_text->setMaximumSize( QSize( 60, 26 ) );
710  min_entries_text->setFrameShape( QLineEdit::LineEditPanel );
711  min_entries_text->setFrameShadow( QLineEdit::Sunken );
712  layout52->addWidget( min_entries_text );
713 
714  min_entries_slider = new QScrollBar( privateLayoutWidget_12, "min_entries_slider" );
715  min_entries_slider->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)3, (QSizePolicy::SizeType)0, 0, 0, min_entries_slider->sizePolicy().hasHeightForWidth() ) );
717  min_entries_slider->setOrientation( QScrollBar::Horizontal );
718  layout52->addWidget( min_entries_slider );
719 
720  m_reverse = new QCheckBox( m_axis_group_box, "m_reverse" );
721  m_reverse->setGeometry( QRect( 140, 50, 85, 21 ) );
722 
723  logScale = new QCheckBox( m_axis_group_box, "logScale" );
724  logScale->setGeometry( QRect( 20, 50, 83, 21 ) );
725 
726  axisWidget3 = new hippodraw::AxisWidget( m_axis_group_box, "axisWidget3" );
727  axisWidget3->setGeometry( QRect( 311, 61, 2, 2 ) );
728 
729  m_autoScale = new QCheckBox( m_axis_group_box, "m_autoScale" );
730  m_autoScale->setGeometry( QRect( 260, 50, 97, 21 ) );
731  m_autoScale->setChecked( TRUE );
732 
733  m_contourBox = new QButtonGroup( axisTab, "m_contourBox" );
734  m_contourBox->setEnabled( FALSE );
735  m_contourBox->setGeometry( QRect( 10, 432, 370, 135 ) );
736  m_contourBox->setExclusive( FALSE );
737 
738  m_contourLevelsTextBox = new QLineEdit( m_contourBox, "m_contourLevelsTextBox" );
739  m_contourLevelsTextBox->setGeometry( QRect( 60, 99, 300, 22 ) );
740 
741  contourRadioButton2 = new QRadioButton( m_contourBox, "contourRadioButton2" );
742  contourRadioButton2->setGeometry( QRect( 20, 71, 331, 21 ) );
743 
744  m_numContoursLabel = new QLabel( m_contourBox, "m_numContoursLabel" );
745  m_numContoursLabel->setEnabled( FALSE );
746  m_numContoursLabel->setGeometry( QRect( 52, 41, 130, 22 ) );
747 
748  m_numContoursTextBox = new QLineEdit( m_contourBox, "m_numContoursTextBox" );
749  m_numContoursTextBox->setEnabled( FALSE );
750  m_numContoursTextBox->setGeometry( QRect( 180, 41, 40, 22 ) );
751  m_numContoursTextBox->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, m_numContoursTextBox->sizePolicy().hasHeightForWidth() ) );
752  m_numContoursTextBox->setFrameShape( QLineEdit::LineEditPanel );
753  m_numContoursTextBox->setFrameShadow( QLineEdit::Sunken );
754 
755  m_numContourSlider = new QSlider( m_contourBox, "m_numContourSlider" );
756  m_numContourSlider->setEnabled( FALSE );
757  m_numContourSlider->setGeometry( QRect( 230, 41, 130, 20 ) );
762  m_numContourSlider->setOrientation( QSlider::Horizontal );
763 
764  contourRadioButton1 = new QRadioButton( m_contourBox, "contourRadioButton1" );
765  contourRadioButton1->setGeometry( QRect( 20, 21, 330, 21 ) );
768 
769  cutsTab = new QWidget( m_plot_tab, "cutsTab" );
770 
771  m_new_cut_box = new QGroupBox( cutsTab, "m_new_cut_box" );
772  m_new_cut_box->setEnabled( FALSE );
773  m_new_cut_box->setGeometry( QRect( 11, 18, 381, 198 ) );
774 
775  QWidget* privateLayoutWidget_13 = new QWidget( m_new_cut_box, "layout51" );
776  privateLayoutWidget_13->setGeometry( QRect( 9, 24, 360, 170 ) );
777  layout51 = new QVBoxLayout( privateLayoutWidget_13, 11, 6, "layout51");
778 
779  cut_button_group = new QButtonGroup( privateLayoutWidget_13, "cut_button_group" );
780  cut_button_group->setFrameShape( QButtonGroup::GroupBoxPanel );
781  cut_button_group->setFrameShadow( QButtonGroup::Sunken );
782  cut_button_group->setLineWidth( 0 );
783 
784  m_cut_data1 = new QRadioButton( cut_button_group, "m_cut_data1" );
785  m_cut_data1->setGeometry( QRect( 0, 0, 123, 21 ) );
786  m_cut_data1->setChecked( TRUE );
787 
788  m_cut_fit_radio = new QRadioButton( cut_button_group, "m_cut_fit_radio" );
789  m_cut_fit_radio->setGeometry( QRect( 0, 60, 100, 21 ) );
790  m_cut_fit_radio->setMaximumSize( QSize( 100, 32767 ) );
791 
792  m_cut_data2 = new QRadioButton( cut_button_group, "m_cut_data2" );
793  m_cut_data2->setGeometry( QRect( 0, 30, 100, 21 ) );
794  m_cut_data2->setMaximumSize( QSize( 100, 32767 ) );
795  layout51->addWidget( cut_button_group );
796 
797  layout29 = new QHBoxLayout( 0, 0, 6, "layout29");
798 
799  m_CutVariableComboBox1 = new QComboBox( FALSE, privateLayoutWidget_13, "m_CutVariableComboBox1" );
800  layout29->addWidget( m_CutVariableComboBox1 );
801 
802  m_CutVariableComboBox2 = new QComboBox( FALSE, privateLayoutWidget_13, "m_CutVariableComboBox2" );
803  layout29->addWidget( m_CutVariableComboBox2 );
804  layout51->addLayout( layout29 );
805 
806  cutNewPushButton = new QPushButton( privateLayoutWidget_13, "cutNewPushButton" );
808  layout51->addWidget( cutNewPushButton );
809 
810  m_cut_selected_box = new QGroupBox( cutsTab, "m_cut_selected_box" );
811  m_cut_selected_box->setGeometry( QRect( 12, 229, 381, 359 ) );
812 
813  axisWidget2 = new hippodraw::AxisWidget( m_cut_selected_box, "axisWidget2" );
814  axisWidget2->setGeometry( QRect( 8, 231, 361, 81 ) );
815 
816  QWidget* privateLayoutWidget_14 = new QWidget( m_cut_selected_box, "layout31" );
817  privateLayoutWidget_14->setGeometry( QRect( 10, 193, 360, 30 ) );
818  layout31 = new QHBoxLayout( privateLayoutWidget_14, 1, 8, "layout31");
819 
820  m_cutAddAll = new QPushButton( m_cut_selected_box, "m_cutAddAll" );
821  m_cutAddAll->setGeometry( QRect( 260, 155, 110, 30 ) );
822  m_cutAddAll->setAutoDefault( FALSE );
823 
824  cutRemovePushButton = new QPushButton( m_cut_selected_box, "cutRemovePushButton" );
825  cutRemovePushButton->setGeometry( QRect( 10, 155, 110, 30 ) );
827 
828  m_selCutComboBox = new QComboBox( FALSE, m_cut_selected_box, "m_selCutComboBox" );
829  m_selCutComboBox->setGeometry( QRect( 12, 114, 200, 27 ) );
830  m_selCutComboBox->setMaximumSize( QSize( 200, 200 ) );
831  m_selCutComboBox->setInsertionPolicy( QComboBox::AtBottom );
832 
833  ButtonGroup4 = new QButtonGroup( m_cut_selected_box, "ButtonGroup4" );
834  ButtonGroup4->setGeometry( QRect( 13, 22, 358, 78 ) );
835  ButtonGroup4->setFrameShape( QButtonGroup::NoFrame );
836  ButtonGroup4->setExclusive( TRUE );
837 
838  show_cut_radio_group = new QButtonGroup( ButtonGroup4, "show_cut_radio_group" );
839  show_cut_radio_group->setGeometry( QRect( 2, -4, 228, 91 ) );
840  show_cut_radio_group->setLineWidth( 0 );
842 
843  allCutsRadioButton = new QRadioButton( show_cut_radio_group, "allCutsRadioButton" );
844  allCutsRadioButton->setGeometry( QRect( 1, 40, 170, 21 ) );
845 
846  m_selectedPlotRadioButton = new QRadioButton( show_cut_radio_group, "m_selectedPlotRadioButton" );
847  m_selectedPlotRadioButton->setGeometry( QRect( 0, 10, 195, 21 ) );
849 
850  m_cutAddSelected = new QPushButton( m_cut_selected_box, "m_cutAddSelected" );
851  m_cutAddSelected->setGeometry( QRect( 120, 155, 130, 30 ) );
853 
854  colorSelect_2 = new QPushButton( m_cut_selected_box, "colorSelect_2" );
855  colorSelect_2->setGeometry( QRect( 199, 320, 170, 30 ) );
856  colorSelect_2->setAutoDefault( FALSE );
857 
858  cutEnablePushButton = new QPushButton( m_cut_selected_box, "cutEnablePushButton" );
859  cutEnablePushButton->setGeometry( QRect( 100, 320, 90, 30 ) );
861  cutEnablePushButton->setOn( FALSE );
863 
864  cutInvertPushButton = new QPushButton( m_cut_selected_box, "cutInvertPushButton" );
865  cutInvertPushButton->setGeometry( QRect( 0, 320, 104, 30 ) );
868 
869  funtionTab = new QWidget( m_plot_tab, "funtionTab" );
870 
871  m_func_new = new QGroupBox( funtionTab, "m_func_new" );
872  m_func_new->setGeometry( QRect( 10, 10, 368, 65 ) );
873 
874  QWidget* privateLayoutWidget_15 = new QWidget( m_func_new, "Layout31" );
875  privateLayoutWidget_15->setGeometry( QRect( 20, 20, 330, 32 ) );
876  Layout31 = new QHBoxLayout( privateLayoutWidget_15, 0, 6, "Layout31");
877 
878  newFunctionsComboBox = new QComboBox( FALSE, privateLayoutWidget_15, "newFunctionsComboBox" );
879  Layout31->addWidget( newFunctionsComboBox );
880 
881  newFunctionsAddButton = new QPushButton( privateLayoutWidget_15, "newFunctionsAddButton" );
883  Layout31->addWidget( newFunctionsAddButton );
884 
885  QWidget* privateLayoutWidget_16 = new QWidget( funtionTab, "layout49" );
886  privateLayoutWidget_16->setGeometry( QRect( 20, 548, 350, 40 ) );
887  layout49_2 = new QHBoxLayout( privateLayoutWidget_16, 0, 6, "layout49_2");
888 
889  m_resid = new QPushButton( privateLayoutWidget_16, "m_resid" );
890  m_resid->setAutoDefault( FALSE );
891  layout49_2->addWidget( m_resid );
892 
893  m_PushButtonNewErrorPlot = new QPushButton( privateLayoutWidget_16, "m_PushButtonNewErrorPlot" );
895  layout49_2->addWidget( m_PushButtonNewErrorPlot );
896 
897  m_func_parms = new QGroupBox( funtionTab, "m_func_parms" );
898  m_func_parms->setGeometry( QRect( 10, 80, 368, 462 ) );
899 
900  QWidget* privateLayoutWidget_17 = new QWidget( m_func_parms, "layout45" );
901  privateLayoutWidget_17->setGeometry( QRect( 10, 409, 350, 48 ) );
902  layout45_2 = new QHBoxLayout( privateLayoutWidget_17, 0, 6, "layout45_2");
903 
904  functionsFitToDataButton = new QPushButton( privateLayoutWidget_17, "functionsFitToDataButton" );
905  functionsFitToDataButton->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)4, 0, 0, functionsFitToDataButton->sizePolicy().hasHeightForWidth() ) );
907  layout45_2->addWidget( functionsFitToDataButton );
908 
909  functionsResetButton = new QPushButton( privateLayoutWidget_17, "functionsResetButton" );
910  functionsResetButton->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)4, 0, 0, functionsResetButton->sizePolicy().hasHeightForWidth() ) );
912  layout45_2->addWidget( functionsResetButton );
913 
914  functionsRemoveButton = new QPushButton( privateLayoutWidget_17, "functionsRemoveButton" );
916  layout45_2->addWidget( functionsRemoveButton );
917 
918  QWidget* privateLayoutWidget_18 = new QWidget( m_func_parms, "layout46" );
919  privateLayoutWidget_18->setGeometry( QRect( 10, 364, 280, 40 ) );
920  layout46_2 = new QHBoxLayout( privateLayoutWidget_18, 0, 6, "layout46_2");
921 
922  u_fiiter = new QLabel( privateLayoutWidget_18, "u_fiiter" );
923  u_fiiter->setMaximumSize( QSize( 86, 32767 ) );
924  u_fiiter->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
925  layout46_2->addWidget( u_fiiter );
926 
927  m_fitter_names = new QComboBox( FALSE, privateLayoutWidget_18, "m_fitter_names" );
929  layout46_2->addWidget( m_fitter_names );
930 
931  m_FunctionParamsListView = new QListView( m_func_parms, "m_FunctionParamsListView" );
932  m_FunctionParamsListView->setGeometry( QRect( 10, 25, 346, 216 ) );
933  m_FunctionParamsListView->setHScrollBarMode( QListView::AlwaysOff );
936  m_FunctionParamsListView->setResizeMode( QListView::AllColumns );
938 
939  QWidget* privateLayoutWidget_19 = new QWidget( m_func_parms, "layout47" );
940  privateLayoutWidget_19->setGeometry( QRect( 10, 251, 340, 39 ) );
941  layout47_2 = new QHBoxLayout( privateLayoutWidget_19, 0, 6, "layout47_2");
942 
943  textLabel5 = new QLabel( privateLayoutWidget_19, "textLabel5" );
944  layout47_2->addWidget( textLabel5 );
945 
946  m_FunctionParamsLineEdit = new QLineEdit( privateLayoutWidget_19, "m_FunctionParamsLineEdit" );
947  m_FunctionParamsLineEdit->setMaximumSize( QSize( 100, 32767 ) );
948  layout47_2->addWidget( m_FunctionParamsLineEdit );
949 
950  m_FunctionParamsSlider = new QSlider( privateLayoutWidget_19, "m_FunctionParamsSlider" );
951  m_FunctionParamsSlider->setOrientation( QSlider::Horizontal );
952  layout47_2->addWidget( m_FunctionParamsSlider );
953 
954  QWidget* privateLayoutWidget_20 = new QWidget( m_func_parms, "layout51" );
955  privateLayoutWidget_20->setGeometry( QRect( 12, 295, 128, 70 ) );
956  layout51_2 = new QVBoxLayout( privateLayoutWidget_20, 11, 6, "layout51_2");
957 
958  m_FunctionParamsCheckBox = new QCheckBox( privateLayoutWidget_20, "m_FunctionParamsCheckBox" );
959  layout51_2->addWidget( m_FunctionParamsCheckBox );
960 
961  m_IgnoreErrorCheckBox = new QCheckBox( privateLayoutWidget_20, "m_IgnoreErrorCheckBox" );
962  layout51_2->addWidget( m_IgnoreErrorCheckBox );
964 
965  statsTab = new QWidget( m_plot_tab, "statsTab" );
966 
967  m_summary = new QGroupBox( statsTab, "m_summary" );
968  m_summary->setEnabled( TRUE );
969  m_summary->setGeometry( QRect( 10, 10, 395, 470 ) );
970 
971  ButtonGroup8 = new QButtonGroup( m_summary, "ButtonGroup8" );
972  ButtonGroup8->setGeometry( QRect( 10, 30, 318, 310 ) );
973  ButtonGroup8->setFrameShape( QButtonGroup::NoFrame );
974  ButtonGroup8->setExclusive( TRUE );
975 
976  m_stats_avg_y = new QRadioButton( ButtonGroup8, "m_stats_avg_y" );
977  m_stats_avg_y->setGeometry( QRect( 10, 130, 298, 19 ) );
978 
979  m_stats_chi = new QRadioButton( ButtonGroup8, "m_stats_chi" );
980  m_stats_chi->setEnabled( FALSE );
981  m_stats_chi->setGeometry( QRect( 10, 220, 298, 19 ) );
982 
983  m_stats_fparms = new QRadioButton( ButtonGroup8, "m_stats_fparms" );
984  m_stats_fparms->setEnabled( FALSE );
985  m_stats_fparms->setGeometry( QRect( 10, 190, 298, 19 ) );
986 
987  m_stats_std_x = new QRadioButton( ButtonGroup8, "m_stats_std_x" );
988  m_stats_std_x->setEnabled( FALSE );
989  m_stats_std_x->setGeometry( QRect( 10, 160, 298, 19 ) );
990 
991  m_stats_number = new QRadioButton( ButtonGroup8, "m_stats_number" );
992  m_stats_number->setGeometry( QRect( 11, 14, 298, 19 ) );
993  m_stats_number->setChecked( TRUE );
994 
995  m_stats_avg_x = new QRadioButton( ButtonGroup8, "m_stats_avg_x" );
996  m_stats_avg_x->setGeometry( QRect( 10, 100, 298, 19 ) );
997 
998  m_stats_underflow = new QRadioButton( ButtonGroup8, "m_stats_underflow" );
999  m_stats_underflow->setGeometry( QRect( 10, 40, 200, 21 ) );
1000 
1001  m_stats_overflow = new QRadioButton( ButtonGroup8, "m_stats_overflow" );
1002  m_stats_overflow->setGeometry( QRect( 10, 70, 200, 21 ) );
1003 
1004  m_stats_text = new QRadioButton( ButtonGroup8, "m_stats_text" );
1005  m_stats_text->setEnabled( TRUE );
1006  m_stats_text->setGeometry( QRect( 10, 250, 298, 19 ) );
1007 
1008  m_statsTextField = new QLineEdit( ButtonGroup8, "m_statsTextField" );
1009  m_statsTextField->setEnabled( FALSE );
1010  m_statsTextField->setGeometry( QRect( 16, 279, 300, 21 ) );
1011 
1012  newSummary = new QPushButton( m_summary, "newSummary" );
1013  newSummary->setGeometry( QRect( 10, 420, 320, 31 ) );
1015 
1016  tab = new QWidget( m_plot_tab, "tab" );
1017 
1018  rotateGroupBox = new QGroupBox( tab, "rotateGroupBox" );
1019  rotateGroupBox->setGeometry( QRect( 10, 484, 381, 100 ) );
1020 
1021  QWidget* privateLayoutWidget_21 = new QWidget( rotateGroupBox, "layout47" );
1022  privateLayoutWidget_21->setGeometry( QRect( 20, 15, 340, 80 ) );
1023  layout47_3 = new QHBoxLayout( privateLayoutWidget_21, 11, 6, "layout47_3");
1024 
1025  layout33_3_2 = new QVBoxLayout( 0, 0, 6, "layout33_3_2");
1026 
1027  TextLabel1_2_3_2 = new QLabel( privateLayoutWidget_21, "TextLabel1_2_3_2" );
1028  layout33_3_2->addWidget( TextLabel1_2_3_2 );
1029 
1030  TextLabel1_2_4_2 = new QLabel( privateLayoutWidget_21, "TextLabel1_2_4_2" );
1031  layout33_3_2->addWidget( TextLabel1_2_4_2 );
1032  layout47_3->addLayout( layout33_3_2 );
1033 
1034  layout46_3 = new QHBoxLayout( 0, 0, 6, "layout46_3");
1035 
1036  layout45_3 = new QVBoxLayout( 0, 0, 6, "layout45_3");
1037 
1038  m_x_offset_text = new QLineEdit( privateLayoutWidget_21, "m_x_offset_text" );
1039  m_x_offset_text->setMaximumSize( QSize( 80, 32767 ) );
1040  layout45_3->addWidget( m_x_offset_text );
1041 
1042  m_y_offset_text = new QLineEdit( privateLayoutWidget_21, "m_y_offset_text" );
1043  m_y_offset_text->setMaximumSize( QSize( 80, 32767 ) );
1044  layout45_3->addWidget( m_y_offset_text );
1045  layout46_3->addLayout( layout45_3 );
1046 
1047  layout35_2 = new QVBoxLayout( 0, 0, 6, "layout35_2");
1048 
1049  m_x_offset = new QScrollBar( privateLayoutWidget_21, "m_x_offset" );
1050  m_x_offset->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)3, (QSizePolicy::SizeType)0, 0, 0, m_x_offset->sizePolicy().hasHeightForWidth() ) );
1051  m_x_offset->setFocusPolicy( QScrollBar::WheelFocus );
1052  m_x_offset->setMinValue( -360 );
1053  m_x_offset->setMaxValue( 360 );
1054  m_x_offset->setValue( 0 );
1055  m_x_offset->setOrientation( QScrollBar::Horizontal );
1056  layout35_2->addWidget( m_x_offset );
1057 
1058  m_y_offset = new QScrollBar( privateLayoutWidget_21, "m_y_offset" );
1059  m_y_offset->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)3, (QSizePolicy::SizeType)0, 0, 0, m_y_offset->sizePolicy().hasHeightForWidth() ) );
1060  m_y_offset->setFocusPolicy( QScrollBar::WheelFocus );
1061  m_y_offset->setMinValue( -180 );
1062  m_y_offset->setMaxValue( 180 );
1063  m_y_offset->setValue( 0 );
1064  m_y_offset->setOrientation( QScrollBar::Horizontal );
1065  layout35_2->addWidget( m_y_offset );
1066  layout46_3->addLayout( layout35_2 );
1067  layout47_3->addLayout( layout46_3 );
1068 
1069  pushButton26 = new QPushButton( privateLayoutWidget_21, "pushButton26" );
1070  layout47_3->addWidget( pushButton26 );
1071 
1072  groupBox14 = new QGroupBox( tab, "groupBox14" );
1073  groupBox14->setGeometry( QRect( 12, 4, 378, 473 ) );
1074 
1075  transform_button_group = new QButtonGroup( groupBox14, "transform_button_group" );
1076  transform_button_group->setGeometry( QRect( 12, 17, 240, 442 ) );
1077  transform_button_group->setFrameShape( QButtonGroup::NoFrame );
1079 
1080  m_linear = new QRadioButton( transform_button_group, "m_linear" );
1081  m_linear->setGeometry( QRect( 1, 11, 82, 21 ) );
1083 
1084  m_logy = new QRadioButton( transform_button_group, "m_logy" );
1085  m_logy->setGeometry( QRect( 0, 40, 107, 21 ) );
1087 
1088  m_logx = new QRadioButton( transform_button_group, "m_logx" );
1089  m_logx->setGeometry( QRect( 1, 69, 82, 21 ) );
1091 
1092  m_logxy = new QRadioButton( transform_button_group, "m_logxy" );
1093  m_logxy->setGeometry( QRect( 1, 101, 107, 21 ) );
1095 
1096  m_Car = new QRadioButton( transform_button_group, "m_Car" );
1097  m_Car->setGeometry( QRect( 1, 196, 226, 21 ) );
1099 
1100  m_lambert = new QRadioButton( transform_button_group, "m_lambert" );
1101  m_lambert->setGeometry( QRect( 1, 169, 226, 21 ) );
1103 
1104  m_hammer = new QRadioButton( transform_button_group, "m_hammer" );
1105  m_hammer->setGeometry( QRect( 1, 142, 226, 21 ) );
1107 
1108  m_Air = new QRadioButton( transform_button_group, "m_Air" );
1109  m_Air->setGeometry( QRect( 1, 387, 226, 21 ) );
1111 
1112  m_Tan = new QRadioButton( transform_button_group, "m_Tan" );
1113  m_Tan->setGeometry( QRect( 1, 304, 226, 21 ) );
1115 
1116  m_Gls = new QRadioButton( transform_button_group, "m_Gls" );
1117  m_Gls->setGeometry( QRect( 1, 250, 226, 21 ) );
1119 
1120  m_Stg = new QRadioButton( transform_button_group, "m_Stg" );
1121  m_Stg->setGeometry( QRect( 1, 358, 226, 21 ) );
1123 
1124  m_Sin = new QRadioButton( transform_button_group, "m_Sin" );
1125  m_Sin->setGeometry( QRect( 1, 331, 226, 21 ) );
1127 
1128  m_Arc = new QRadioButton( transform_button_group, "m_Arc" );
1129  m_Arc->setGeometry( QRect( 1, 277, 226, 21 ) );
1131 
1132  m_Mer = new QRadioButton( transform_button_group, "m_Mer" );
1133  m_Mer->setGeometry( QRect( 1, 223, 226, 21 ) );
1136  languageChange();
1137  resize( QSize(405, 627).expandedTo(minimumSizeHint()) );
1138  clearWState( WState_Polished );
1139 
1140  // signals and slots connections
1141  connect( ButtonGroup8, SIGNAL( clicked(int) ), this, SLOT( statsButtonGroupClicked(int) ) );
1142  connect( allCutsRadioButton, SIGNAL( toggled(bool) ), this, SLOT( allCutsRadioButton_toggled(bool) ) );
1143  connect( axis_button_group, SIGNAL( clicked(int) ), this, SLOT( axis_button_group_clicked(int) ) );
1144  connect( brk_pt, SIGNAL( valueChanged(int) ), this, SLOT( sliderChanged(int) ) );
1145  connect( colorSelect_2, SIGNAL( clicked() ), this, SLOT( colorSelect_2_clicked() ) );
1146  connect( color_scale, SIGNAL( valueChanged(int) ), this, SLOT( sliderChanged(int) ) );
1147  connect( contourRadioButton1, SIGNAL( toggled(bool) ), this, SLOT( contourRadioButton1_toggled(bool) ) );
1148  connect( cutEnablePushButton, SIGNAL( toggled(bool) ), this, SLOT( cutEnablePushButton_toggled(bool) ) );
1149  connect( cutInvertPushButton, SIGNAL( clicked() ), this, SLOT( cutInvertPushButton_clicked() ) );
1150  connect( cutNewPushButton, SIGNAL( clicked() ), this, SLOT( cutNew() ) );
1151  connect( cutRemovePushButton, SIGNAL( clicked() ), this, SLOT( cutRemovePushButton_clicked() ) );
1152  connect( delete_model, SIGNAL( clicked() ), this, SLOT( deleteColorModel() ) );
1153  connect( edit_model, SIGNAL( clicked() ), this, SLOT( editColorModel() ) );
1154  connect( flat_width, SIGNAL( valueChanged(int) ), this, SLOT( sliderChanged(int) ) );
1155  connect( functionsFitToDataButton, SIGNAL( clicked() ), this, SLOT( functionsFitToDataButton_clicked() ) );
1156  connect( functionsRemoveButton, SIGNAL( clicked() ), this, SLOT( functionsRemoveButton_clicked() ) );
1157  connect( functionsResetButton, SIGNAL( clicked() ), this, SLOT( functionsResetButton_clicked() ) );
1158  connect( logScale, SIGNAL( clicked() ), this, SLOT( logScale_clicked() ) );
1159  connect( m_Air, SIGNAL( clicked() ), this, SLOT( transform_button_group_clicked() ) );
1160  connect( m_Arc, SIGNAL( clicked() ), this, SLOT( transform_button_group_clicked() ) );
1161  connect( m_Car, SIGNAL( clicked() ), this, SLOT( transform_button_group_clicked() ) );
1162  connect( m_FunctionParamsCheckBox, SIGNAL( toggled(bool) ), this, SLOT( functionParamsCheckBoxToggled(bool) ) );
1163  connect( m_FunctionParamsLineEdit, SIGNAL( returnPressed() ), this, SLOT( functionParamsLineEditReturnPressed() ) );
1164  connect( m_FunctionParamsListView, SIGNAL( selectionChanged() ), this, SLOT( functionParamsListViewCurrentChanged() ) );
1165  connect( m_FunctionParamsSlider, SIGNAL( sliderReleased() ), this, SLOT( functionParamsSliderSliderReleased() ) );
1166  connect( m_FunctionParamsSlider, SIGNAL( sliderPressed() ), this, SLOT( functionParamsSliderSliderPressed() ) );
1167  connect( m_FunctionParamsSlider, SIGNAL( sliderMoved(int) ), this, SLOT( functionParamsSliderSliderMoved(int) ) );
1168  connect( m_Gls, SIGNAL( clicked() ), this, SLOT( transform_button_group_clicked() ) );
1169  connect( m_IgnoreErrorCheckBox, SIGNAL( toggled(bool) ), this, SLOT( ignoreErrorCheckBoxToggled(bool) ) );
1170  connect( m_Mer, SIGNAL( clicked() ), this, SLOT( transform_button_group_clicked() ) );
1171  connect( m_PushButtonNewErrorPlot, SIGNAL( clicked() ), this, SLOT( pushButtonNewErrorPlotClicked() ) );
1172  connect( m_Sin, SIGNAL( clicked() ), this, SLOT( transform_button_group_clicked() ) );
1173  connect( m_Stg, SIGNAL( clicked() ), this, SLOT( transform_button_group_clicked() ) );
1174  connect( m_Tan, SIGNAL( clicked() ), this, SLOT( transform_button_group_clicked() ) );
1175  connect( m_addDataRepButton, SIGNAL( clicked() ), this, SLOT( addDataRepButton_clicked() ) );
1176  connect( m_all_ntuples, SIGNAL( textChanged(const QString&) ), this, SLOT( dataTupleNameChanged(const QString&) ) );
1177  connect( m_all_ntuples, SIGNAL( highlighted(int) ), this, SLOT( dataNTupleSelChanged(int) ) );
1178  connect( m_all_ntuples, SIGNAL( activated(const QString&) ), this, SLOT( allNtupleComboActivated(const QString&) ) );
1179  connect( m_autoScale, SIGNAL( clicked() ), this, SLOT( autoScale_clicked() ) );
1180  connect( m_availPlotTypes, SIGNAL( activated(const QString&) ), this, SLOT( availPlotTypesActivated(const QString&) ) );
1181  connect( m_axis_label, SIGNAL( returnPressed() ), this, SLOT( axisLabelText() ) );
1182  connect( m_boxedge, SIGNAL( clicked() ), this, SLOT( m_boxedge_clicked() ) );
1183  connect( m_combine_checkbox, SIGNAL( clicked() ), this, SLOT( combineCheckBox_clicked() ) );
1184  connect( m_contourLevelsTextBox, SIGNAL( returnPressed() ), this, SLOT( contourLevelsTextBox_returnPressed() ) );
1185  connect( m_cutAddAll, SIGNAL( clicked() ), this, SLOT( cutAddAll() ) );
1186  connect( m_cutAddSelected, SIGNAL( clicked() ), this, SLOT( cutAddSelected() ) );
1187  connect( m_cut_data1, SIGNAL( clicked() ), this, SLOT( cut_button_group_clicked() ) );
1188  connect( m_cut_data2, SIGNAL( clicked() ), this, SLOT( diffDataRep() ) );
1189  connect( m_cut_fit_radio, SIGNAL( clicked() ), this, SLOT( cut_button_group_clicked() ) );
1190  connect( m_data_create, SIGNAL( clicked() ), this, SLOT( dataCreateNTuple() ) );
1191  connect( m_diffdatarep, SIGNAL( clicked() ), this, SLOT( diffDataRep() ) );
1192  connect( m_editLabelFont, SIGNAL( clicked() ), this, SLOT( editLabelFontClicked() ) );
1193  connect( m_editTitleFont, SIGNAL( clicked() ), this, SLOT( editTitleFontClicked() ) );
1194  connect( m_errorBars, SIGNAL( toggled(bool) ), this, SLOT( errorBars_toggled(bool) ) );
1195  connect( m_fitter_names, SIGNAL( activated(int) ), this, SLOT( fitterNamesActivated(int) ) );
1196  connect( m_grid, SIGNAL( clicked() ), this, SLOT( m_grid_clicked() ) );
1197  connect( m_hammer, SIGNAL( clicked() ), this, SLOT( transform_button_group_clicked() ) );
1198  connect( m_lambert, SIGNAL( clicked() ), this, SLOT( transform_button_group_clicked() ) );
1199  connect( m_line_group, SIGNAL( clicked(int) ), this, SLOT( lineStyleButtonGroup_clicked(int) ) );
1200  connect( m_linear, SIGNAL( clicked() ), this, SLOT( transform_button_group_clicked() ) );
1201  connect( m_logx, SIGNAL( clicked() ), this, SLOT( transform_button_group_clicked() ) );
1202  connect( m_logxy, SIGNAL( clicked() ), this, SLOT( transform_button_group_clicked() ) );
1203  connect( m_logy, SIGNAL( clicked() ), this, SLOT( transform_button_group_clicked() ) );
1204  connect( m_numContourSlider, SIGNAL( valueChanged(int) ), this, SLOT( contourSlider_valueChanged(int) ) );
1205  connect( m_numContoursTextBox, SIGNAL( returnPressed() ), this, SLOT( contourTextBox_returnPressed() ) );
1206  connect( m_offset_range, SIGNAL( valueChanged(int) ), this, SLOT( setOffset(int) ) );
1207  connect( m_offset_range, SIGNAL( sliderPressed() ), this, SLOT( setDragOn() ) );
1208  connect( m_offset_range, SIGNAL( sliderReleased() ), this, SLOT( offsetDrag() ) );
1209  connect( m_offset_text, SIGNAL( returnPressed() ), this, SLOT( setOffsetText() ) );
1210  connect( m_plot_color, SIGNAL( clicked() ), this, SLOT( colorSelect_clicked() ) );
1211  connect( m_plot_tab, SIGNAL( currentChanged(QWidget*) ), this, SLOT( tabChanged() ) );
1212  connect( m_pointRepComboBox, SIGNAL( activated(const QString&) ), this, SLOT( pointRepComboBox_activated(const QString&) ) );
1213  connect( m_removeDatarep, SIGNAL( clicked() ), this, SLOT( removeDataRepButton_clicked() ) );
1214  connect( m_resid, SIGNAL( clicked() ), this, SLOT( createResiduals() ) );
1215  connect( m_reverse, SIGNAL( clicked() ), this, SLOT( reverse_clicked() ) );
1216  connect( m_selCutComboBox, SIGNAL( activated(int) ), this, SLOT( selCutChanged() ) );
1217  connect( m_sel_ntuple_name, SIGNAL( activated(int) ), this, SLOT( ntupleChanged(int) ) );
1218  connect( m_selectedPlotRadioButton, SIGNAL( toggled(bool) ), this, SLOT( selectedCutsRadioButton_toggled(bool) ) );
1219  connect( m_statsTextField, SIGNAL( returnPressed() ), newSummary, SLOT( animateClick() ) );
1220  connect( m_symbolPointSize, SIGNAL( returnPressed() ), this, SLOT( symbolPointSize_returnPressed() ) );
1221  connect( m_symbol_group, SIGNAL( clicked(int) ), this, SLOT( symbolTypeButtonGroup_clicked(int) ) );
1222  connect( m_titleText, SIGNAL( returnPressed() ), this, SLOT( titleText_returnPressed() ) );
1223  connect( m_value_combo, SIGNAL( activated(int) ), this, SLOT( valueChanged(int) ) );
1224  connect( m_width_range, SIGNAL( sliderReleased() ), this, SLOT( widthDrag() ) );
1225  connect( m_width_range, SIGNAL( sliderPressed() ), this, SLOT( setDragOn() ) );
1226  connect( m_width_range, SIGNAL( valueChanged(int) ), this, SLOT( setBinWidth(int) ) );
1227  connect( m_width_text, SIGNAL( returnPressed() ), this, SLOT( setWidthText() ) );
1228  connect( m_x_offset, SIGNAL( valueChanged(int) ), this, SLOT( rotateX(int) ) );
1229  connect( m_x_offset_text, SIGNAL( returnPressed() ), this, SLOT( setXRotateText() ) );
1230  connect( m_y_offset, SIGNAL( valueChanged(int) ), this, SLOT( rotateY(int) ) );
1231  connect( m_y_offset_text, SIGNAL( returnPressed() ), this, SLOT( setYRotateText() ) );
1232  connect( min_entries_slider, SIGNAL( valueChanged(int) ), this, SLOT( setMinEntries(int) ) );
1233  connect( min_entries_slider, SIGNAL( sliderPressed() ), this, SLOT( setDragOn() ) );
1234  connect( min_entries_slider, SIGNAL( sliderReleased() ), this, SLOT( entriesDrag() ) );
1235  connect( min_entries_text, SIGNAL( returnPressed() ), this, SLOT( setMinEntriesText() ) );
1236  connect( newFunctionsAddButton, SIGNAL( clicked() ), this, SLOT( functionAdd() ) );
1237  connect( newPlotButton, SIGNAL( clicked() ), this, SLOT( newPlotButton_clicked() ) );
1238  connect( newSummary, SIGNAL( clicked() ), this, SLOT( summaryNew() ) );
1239  connect( new_model, SIGNAL( clicked() ), this, SLOT( newColorModel() ) );
1240  connect( pushButton26, SIGNAL( clicked() ), this, SLOT( resetRotate() ) );
1241  connect( reset_slider, SIGNAL( clicked() ), this, SLOT( resetSlider() ) );
1242  connect( sel_combo_0, SIGNAL( activated(const QString&) ), this, SLOT( sel_combo_0_activated(const QString&) ) );
1243  connect( sel_combo_1, SIGNAL( activated(const QString&) ), this, SLOT( sel_combo_1_activated(const QString&) ) );
1244  connect( sel_combo_2, SIGNAL( activated(const QString&) ), this, SLOT( sel_combo_2_activated(const QString&) ) );
1245  connect( sel_combo_3, SIGNAL( activated(const QString&) ), this, SLOT( sel_combo_3_activated(const QString&) ) );
1246 
1247  // tab order
1248  setTabOrder( m_plot_tab, m_dataRepNameText );
1249  setTabOrder( m_dataRepNameText, m_all_ntuples );
1250  setTabOrder( m_all_ntuples, m_availPlotTypes );
1251  setTabOrder( m_availPlotTypes, newPlotButton );
1252  setTabOrder( newPlotButton, m_addDataRepButton );
1253  setTabOrder( m_addDataRepButton, triangle );
1254  setTabOrder( triangle, filledTriangle );
1255  setTabOrder( filledTriangle, rectangle );
1256  setTabOrder( rectangle, filledRectangle );
1257  setTabOrder( filledRectangle, circle );
1258  setTabOrder( circle, filledCircle );
1259  setTabOrder( filledCircle, plus );
1260  setTabOrder( plus, cross );
1261  setTabOrder( cross, m_symbolPointSize );
1262  setTabOrder( m_symbolPointSize, m_width_text );
1263  setTabOrder( m_width_text, m_offset_text );
1264  setTabOrder( m_offset_text, logScale );
1265  setTabOrder( logScale, m_autoScale );
1266  setTabOrder( m_autoScale, m_CutVariableComboBox1 );
1267  setTabOrder( m_CutVariableComboBox1, cutNewPushButton );
1270  setTabOrder( m_selCutComboBox, colorSelect_2 );
1271  setTabOrder( colorSelect_2, cutInvertPushButton );
1272  setTabOrder( cutInvertPushButton, m_cutAddSelected );
1273  setTabOrder( m_cutAddSelected, cutRemovePushButton );
1274  setTabOrder( cutRemovePushButton, newFunctionsComboBox );
1279  setTabOrder( functionsResetButton, m_stats_number );
1280  setTabOrder( m_stats_number, m_stats_avg_x );
1281  setTabOrder( m_stats_avg_x, m_stats_avg_y );
1282  setTabOrder( m_stats_avg_y, m_stats_std_x );
1283  setTabOrder( m_stats_std_x, m_stats_fparms );
1284  setTabOrder( m_stats_fparms, m_stats_chi );
1285  setTabOrder( m_stats_chi, m_stats_text );
1286  setTabOrder( m_stats_text, m_statsTextField );
1287  setTabOrder( m_statsTextField, newSummary );
1288 }
1289 
1290 /*
1291  * Destroys the object and frees any allocated resources
1292  */
1294 {
1295  // no need to delete child widgets, Qt does it all for us
1296 }
1297 
1298 /*
1299  * Sets the strings of the subwidgets using the current
1300  * language.
1301  */
1303 {
1304  setCaption( tr( "Inspector" ) );
1305  QWhatsThis::add( this, tr( "The Inspector set attributes of the display selected in the\n"
1306 "canvas window and also show tiheir attibutes." ) );
1307  QToolTip::add( m_plot_tab, QString::null );
1308  m_new_plot_box->setTitle( tr( "New plot" ) );
1309  TextLabel1_3_2->setText( tr( "Data source:" ) );
1310  label_2->setText( tr( "Plot type:" ) );
1311  QToolTip::add( m_availPlotTypes, tr( "Select a plot type" ) );
1312  new_binding_0->setText( tr( "X" ) );
1313  new_binding_1->setText( tr( "Y" ) );
1314  new_binding_2->setText( tr( "Z" ) );
1315  new_binding_3->setText( tr( "X error (optional)" ) );
1316  new_binding_4->setText( tr( "Y error (optional)" ) );
1317  newPlotButton->setText( tr( "New" ) );
1318  QToolTip::add( newPlotButton, tr( "Create a new plot" ) );
1319  m_addDataRepButton->setText( tr( "Add to" ) );
1320  QToolTip::add( m_addDataRepButton, tr( "Add to selected plot" ) );
1321  QWhatsThis::add( m_addDataRepButton, tr( "Add a new data representation to selected plot" ) );
1322  currentPlot->setTitle( tr( "Selected plot" ) );
1323  TextLabel1_3->setText( tr( "Data source:" ) );
1324  label->setText( tr( "Plot type:" ) );
1325  m_dataRepNameText->setText( tr( "None Selected" ) );
1326  sel_binding_0->setText( tr( "X" ) );
1327  sel_binding_1->setText( tr( "Y" ) );
1328  sel_binding_2->setText( tr( "Z" ) );
1329  sel_binding_3->setText( tr( "X error (optional)" ) );
1330  sel_binding_4->setText( tr( "Y error (optional)" ) );
1331  m_data_create->setText( tr( "Create ntuple" ) );
1332  QToolTip::add( m_data_create, tr( "Creates ntuple from selected plot" ) );
1333  QWhatsThis::add( m_data_create, tr( "Click this button to create a ntuple from the selected plot. The ntuple will appear in the new plot box." ) );
1334  m_removeDatarep->setText( tr( "Remove from" ) );
1335  QToolTip::add( m_removeDatarep, tr( "Remove selected from plot" ) );
1336  QWhatsThis::add( m_removeDatarep, tr( "Remove selected data representation from the plot" ) );
1337  m_diffdatarep->setText( tr( "Difference" ) );
1338  m_plot_tab->changeTab( dataTab, tr( "Data" ) );
1339  m_plot_title->setTitle( tr( "Plot title" ) );
1340  QToolTip::add( m_titleText, tr( "Set the title" ) );
1341  m_editTitleFont->setText( tr( "Edit Font" ) );
1342  m_plot_symbols->setTitle( tr( "Point representation" ) );
1343  m_symbol_group->setTitle( QString::null );
1344  QToolTip::add( m_symbol_group, tr( "Select point representation" ) );
1345  triangle->setText( tr( "Open rectangle" ) );
1346  filledTriangle->setText( tr( "Filled rectangle" ) );
1347  rectangle->setText( tr( "+ (plus)" ) );
1348  filledRectangle->setText( tr( "x (cross)" ) );
1349  circle->setText( tr( "Open triangle" ) );
1350  filledCircle->setText( tr( "Filled triangle" ) );
1351  plus->setText( tr( "Open circle" ) );
1352  cross->setText( tr( "Filled circle" ) );
1353  m_line_group->setTitle( QString::null );
1354  radioButton27->setText( tr( "Solid" ) );
1355  radioButton27_2->setText( tr( "Dashes" ) );
1356  radioButton27_2_2->setText( tr( "Dots" ) );
1357  radioButton27_2_2_2->setText( tr( "Dash dots" ) );
1358  radioButton27_2_2_2_2->setText( tr( "Dash dot dots" ) );
1359  radioButton27_2_2_2_2_2->setText( tr( "Invisible" ) );
1360  textLabel1_2->setText( tr( "Type" ) );
1361  QToolTip::add( m_pointRepComboBox, tr( "Select point representation" ) );
1362  textLabel1_2_2->setText( tr( "Color map" ) );
1363  QToolTip::add( m_value_combo, tr( "Select value to color model" ) );
1364  TextLabel1->setText( tr( "Size:" ) );
1365  m_symbolPointSize->setText( QString::null );
1366  QToolTip::add( m_symbolPointSize, tr( "Sets size of point symbol" ) );
1367  m_plot_color->setText( tr( "Change color" ) );
1368  QToolTip::add( m_plot_color, tr( "Edit color of line or point" ) );
1369  m_selectedColor->setText( QString::null );
1370  m_errorBars->setText( tr( "Error bars" ) );
1371  QToolTip::add( m_errorBars, tr( "Set error bars on/off" ) );
1372  m_boxedge->setText( tr( "Show box edges" ) );
1373  QToolTip::add( m_boxedge, tr( "Shows the edges of boxes." ) );
1374  m_grid->setText( tr( "Show grid" ) );
1375  QToolTip::add( m_grid, tr( "show grid lines at axis ticks" ) );
1376  m_slider_control->setTitle( tr( "Value to color" ) );
1377  brk_label->setText( tr( "Break point" ) );
1378  flatlabel->setText( tr( "Flat width" ) );
1379  colorlabel->setText( tr( "Color scale" ) );
1380  edit_model->setText( tr( "Save" ) );
1381  new_model->setText( tr( "Save as" ) );
1382  delete_model->setText( tr( "Delete" ) );
1383  reset_slider->setText( tr( "Reset" ) );
1384  m_interval_group->setTitle( tr( "Display interval" ) );
1385  QToolTip::add( m_interval_group, tr( "When enabled, inhibits re-display on every update" ) );
1386  TextLabel1_4->setText( tr( "Interval:" ) );
1387  QToolTip::add( m_interval_le, tr( "Number of updates before re-display" ) );
1388  m_interval_cb->setText( tr( "enable" ) );
1389  m_plot_tab->changeTab( plotTab_2, tr( "Plot" ) );
1390  m_axis_group_box->setTitle( tr( "Axis and binning" ) );
1391  axis_button_group->setTitle( QString::null );
1392  QToolTip::add( axis_button_group, tr( "Select axis" ) );
1393  QWhatsThis::add( axis_button_group, tr( "Selects the axis upon which the controls will apply." ) );
1394  radioButton39->setText( tr( "Y" ) );
1395  radioButton38->setText( tr( "X" ) );
1396  radioButton40->setText( tr( "Z" ) );
1397  TextLabel1_2_3->setText( tr( "Width:" ) );
1398  TextLabel1_2_4->setText( tr( "Offset:" ) );
1399  QToolTip::add( m_width_range, tr( "Change the bin width" ) );
1400  QWhatsThis::add( m_width_range, tr( "Slider to change the bin width, if applicable." ) );
1401  QToolTip::add( m_offset_range, tr( "Changes bin offset" ) );
1402  QWhatsThis::add( m_offset_range, tr( "Slider to change the offset of bin adges +- one bin width." ) );
1403  textLabel1->setText( tr( "Label:" ) );
1404  QToolTip::add( m_axis_label, tr( "Set the axis label" ) );
1405  m_editLabelFont->setText( tr( "Edit Font" ) );
1406  m_combine_checkbox->setText( tr( "Minimum entries" ) );
1407  min_entries_text->setText( QString::null );
1408  QToolTip::add( min_entries_slider, tr( "Adjust minimum number of entries." ) );
1409  m_reverse->setText( tr( "Reverse" ) );
1410  logScale->setText( tr( "Log scale" ) );
1411  QToolTip::add( logScale, tr( "Shows the selected axis in logarithmic scale." ) );
1412  m_autoScale->setText( tr( "Autoscale" ) );
1413  QToolTip::add( m_autoScale, tr( "Autoscales the axis." ) );
1414  m_contourBox->setTitle( tr( "Contour Levels" ) );
1415  contourRadioButton2->setText( tr( "Use Contour Levels From The Box Below" ) );
1416  m_numContoursLabel->setText( tr( "Number of contours:" ) );
1417  m_numContoursTextBox->setText( tr( "12" ) );
1418  QToolTip::add( m_numContourSlider, tr( "Adjust number of contours" ) );
1419  contourRadioButton1->setText( tr( "Generate Contour Levels Automatically" ) );
1420  m_plot_tab->changeTab( axisTab, tr( "Axis" ) );
1421  m_new_cut_box->setTitle( tr( "New cut" ) );
1422  cut_button_group->setTitle( QString::null );
1423  m_cut_data1->setText( tr( "1D data" ) );
1424  m_cut_fit_radio->setText( tr( "Region" ) );
1425  m_cut_data2->setText( tr( "2 D data" ) );
1426  QToolTip::add( m_CutVariableComboBox1, tr( "Selects the column to be used as cut variable" ) );
1427  cutNewPushButton->setText( tr( "New" ) );
1428  QToolTip::add( cutNewPushButton, tr( "Add a cut to selected plot" ) );
1429  m_cut_selected_box->setTitle( tr( "Selected cut" ) );
1430  m_cutAddAll->setText( tr( "Add all cuts" ) );
1431  cutRemovePushButton->setText( tr( "Remove" ) );
1432  QToolTip::add( cutRemovePushButton, tr( "Remove selected cut from all plots" ) );
1433  QWhatsThis::add( cutRemovePushButton, tr( "Click this button to remove selected cut from the display" ) );
1434  QToolTip::add( m_selCutComboBox, tr( "Cut selected for controls below" ) );
1435  ButtonGroup4->setTitle( QString::null );
1436  show_cut_radio_group->setTitle( QString::null );
1437  allCutsRadioButton->setText( tr( "Show all cuts" ) );
1438  QToolTip::add( allCutsRadioButton, tr( "Show all existing cuts available for selected plot" ) );
1439  QWhatsThis::add( allCutsRadioButton, tr( "When selected, all existing cuts will be displayed." ) );
1440  m_selectedPlotRadioButton->setText( tr( "Cuts on selected plot " ) );
1441  QToolTip::add( m_selectedPlotRadioButton, tr( "Show only the cuts on selected plot" ) );
1442  QWhatsThis::add( m_selectedPlotRadioButton, tr( "When selected, only cuts on selected plot are displayed." ) );
1443  m_cutAddSelected->setText( tr( "Add selected cut" ) );
1444  QToolTip::add( m_cutAddSelected, tr( "Add existing cut to selected plot" ) );
1445  QWhatsThis::add( m_cutAddSelected, tr( "Click this button to add an existing cut to the selected display" ) );
1446  colorSelect_2->setText( tr( "Select cut range color" ) );
1447  QToolTip::add( colorSelect_2, tr( "Change the color of selected region" ) );
1448  cutEnablePushButton->setText( tr( "Disable" ) );
1449  QToolTip::add( cutEnablePushButton, tr( "Disable the cut" ) );
1450  QWhatsThis::add( cutEnablePushButton, tr( "Temporarily disable the cut without removing it from its targets." ) );
1451  cutInvertPushButton->setText( tr( "Invert" ) );
1452  QToolTip::add( cutInvertPushButton, tr( "Toggle between inclusive and exclusive cutting" ) );
1453  QWhatsThis::add( cutInvertPushButton, tr( "Clikc this button to change from inclusive and exclusive cuttiong." ) );
1454  m_plot_tab->changeTab( cutsTab, tr( "Cuts" ) );
1455  m_func_new->setTitle( tr( "Add function" ) );
1456  QToolTip::add( newFunctionsComboBox, tr( "Available functions" ) );
1457  newFunctionsAddButton->setText( tr( "Add" ) );
1458  QToolTip::add( newFunctionsAddButton, tr( "Add function to plot" ) );
1459  m_resid->setText( tr( "Create residuals display" ) );
1460  QToolTip::add( m_resid, tr( "Create a display of residuals" ) );
1461  m_PushButtonNewErrorPlot->setText( tr( "New Error Plot" ) );
1462  m_func_parms->setTitle( tr( "Function parameters" ) );
1463  functionsFitToDataButton->setText( tr( "Fit to data" ) );
1464  QToolTip::add( functionsFitToDataButton, tr( "Fit function to data representation" ) );
1465  functionsResetButton->setText( tr( "Reset" ) );
1466  QToolTip::add( functionsResetButton, tr( "Reset function parameters" ) );
1467  functionsRemoveButton->setText( tr( "Remove" ) );
1468  QToolTip::add( functionsRemoveButton, tr( "remove selected function" ) );
1469  u_fiiter->setText( tr( "Fitter to use:" ) );
1470  QToolTip::add( m_fitter_names, tr( "List of available fitters" ) );
1471  QWhatsThis::add( m_fitter_names, tr( "List of available fitters. The fitter displayed will be used for the next fit." ) );
1472  QToolTip::add( m_FunctionParamsListView, tr( "State of function parameters" ) );
1473  textLabel5->setText( tr( "Change" ) );
1474  QToolTip::add( m_FunctionParamsLineEdit, tr( "Set function parameter value" ) );
1475  QToolTip::add( m_FunctionParamsSlider, tr( "Adjust function parameter value" ) );
1476  m_FunctionParamsCheckBox->setText( tr( "Fixed" ) );
1477  QToolTip::add( m_FunctionParamsCheckBox, tr( "Fixes the parameter when fitting" ) );
1478  QWhatsThis::add( m_FunctionParamsCheckBox, tr( "When checked, the function parameter isheld fixed when fitting" ) );
1479  m_IgnoreErrorCheckBox->setText( tr( "Ignore Errors" ) );
1480  QToolTip::add( m_IgnoreErrorCheckBox, tr( "Ignore errors when fitting" ) );
1481  QWhatsThis::add( m_IgnoreErrorCheckBox, tr( "When checked, errors are not used when fitting." ) );
1482  m_plot_tab->changeTab( funtionTab, tr( "Functions" ) );
1483  m_summary->setTitle( tr( "Summary display" ) );
1484  ButtonGroup8->setTitle( QString::null );
1485  m_stats_avg_y->setText( tr( "Average y-value =" ) );
1486  m_stats_chi->setText( tr( "Chi-squared statistics of function" ) );
1487  m_stats_fparms->setText( tr( "Function parameters" ) );
1488  m_stats_std_x->setText( tr( "Standard deviation of x-value" ) );
1489  m_stats_number->setText( tr( "Number of entries =" ) );
1490  m_stats_avg_x->setText( tr( "Average x-value =" ) );
1491  m_stats_underflow->setText( tr( "Underflow =" ) );
1492  m_stats_overflow->setText( tr( "Overflow =" ) );
1493  m_stats_text->setText( tr( "Text from the box below" ) );
1494  newSummary->setText( tr( "Add display" ) );
1495  m_plot_tab->changeTab( statsTab, tr( "Stats" ) );
1496  rotateGroupBox->setTitle( tr( "Rotation" ) );
1497  TextLabel1_2_3_2->setText( tr( "X:" ) );
1498  TextLabel1_2_4_2->setText( tr( "Y:" ) );
1499  m_x_offset_text->setText( tr( "0" ) );
1500  m_y_offset_text->setText( tr( "0" ) );
1501  QToolTip::add( m_x_offset, tr( "Do X rotation." ) );
1502  QWhatsThis::add( m_x_offset, tr( "Slider to do X rotation." ) );
1503  QToolTip::add( m_y_offset, tr( "Do Y rotation." ) );
1504  QWhatsThis::add( m_y_offset, tr( "Slider to do Y rotation." ) );
1505  pushButton26->setText( tr( "Reset" ) );
1506  groupBox14->setTitle( tr( "Transform" ) );
1507  transform_button_group->setTitle( QString::null );
1508  m_linear->setText( tr( "X - Y" ) );
1509  m_logy->setText( tr( "X - Log Y" ) );
1510  m_logx->setText( tr( "Log X - Y" ) );
1511  m_logxy->setText( tr( "Log X - Log Y" ) );
1512  m_Car->setText( tr( "CAR: Cartesian" ) );
1513  m_lambert->setText( tr( "ZEA: Lambert/Zenithal Equal Area" ) );
1514  m_hammer->setText( tr( "AIT: HammerAito" ) );
1515  m_Air->setText( tr( "AIR: Airy" ) );
1516  m_Tan->setText( tr( "TAN: Tangent Plane" ) );
1517  m_Gls->setText( tr( "GLS: GlobalSinusoidal" ) );
1518  m_Stg->setText( tr( "STG: Stereographic" ) );
1519  m_Sin->setText( tr( "SIN: Orthographic" ) );
1520  m_Arc->setText( tr( "ARC: Zenithal equidistant" ) );
1521  m_Mer->setText( tr( "MER: Mercator" ) );
1522  m_plot_tab->changeTab( tab, tr( "Transform" ) );
1523 }
1524 
1526 {
1527  qWarning( "InspectorBase::m_editFontToggled(bool): Not implemented yet" );
1528 }
1529 
1531 {
1532  qWarning( "InspectorBase::m_editTitleFontClicked(): Not implemented yet" );
1533 }
1534 
1536 {
1537  qWarning( "InspectorBase::m_editLabelFontClicked(): Not implemented yet" );
1538 }
1539 
1541 {
1542  qWarning( "InspectorBase::sel_combo_3_activated(const QString&): Not implemented yet" );
1543 }
1544 
1546 {
1547  qWarning( "InspectorBase::ignoreErrorCheckBoxToggled(bool): Not implemented yet" );
1548 }
1549 
1551 {
1552  qWarning( "InspectorBase::transformNew(): Not implemented yet" );
1553 }
1554 
1556 {
1557  qWarning( "InspectorBase::rotateX(int): Not implemented yet" );
1558 }
1559 
1561 {
1562  qWarning( "InspectorBase::rotateY(int): Not implemented yet" );
1563 }
1564 
1566 {
1567  qWarning( "InspectorBase::resetRotate(): Not implemented yet" );
1568 }
1569 
1571 {
1572  qWarning( "InspectorBase::m_numContourSlider_valueChanged(int): Not implemented yet" );
1573 }
1574 

Generated for HippoDraw Class Library by doxygen