~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to tolinechartsetupui.h

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-05-29 13:13:36 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529131336-85ygaddivvmkd3xc
Tags: 1.3.21pre22-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules: call dh_iconcache
  - Remove g++ build dependency
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** Form interface generated from reading ui file 'tolinechartsetupui.ui'
3
 
**
4
 
** Created: Mon Feb 20 12:46:36 2006
5
 
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.4   edited Nov 24 2003 $)
6
 
**
7
 
** WARNING! All changes made in this file will be lost!
8
 
****************************************************************************/
9
 
 
10
 
#ifndef TOLINECHARTSETUPUI_H
11
 
#define TOLINECHARTSETUPUI_H
12
 
 
13
 
#include <qvariant.h>
14
 
#include <qpixmap.h>
15
 
#include <qdialog.h>
16
 
 
17
 
class QVBoxLayout;
18
 
class QHBoxLayout;
19
 
class QGridLayout;
20
 
class QSpacerItem;
21
 
class toListView;
22
 
class QSpinBox;
23
 
class QLabel;
24
 
class QGroupBox;
25
 
class QLineEdit;
26
 
class QCheckBox;
27
 
class QPushButton;
28
 
 
29
 
class toLineChartSetupUI : public QDialog
30
 
{
31
 
    Q_OBJECT
32
 
 
33
 
public:
34
 
    toLineChartSetupUI( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
35
 
    ~toLineChartSetupUI();
36
 
 
37
 
    QSpinBox* Samples;
38
 
    QLabel* TextLabel1_2;
39
 
    QGroupBox* GroupBox1;
40
 
    QLabel* TextLabel1;
41
 
    QLabel* TextLabel4;
42
 
    QLineEdit* MinValue;
43
 
    QLineEdit* MaxValue;
44
 
    QCheckBox* AutoMax;
45
 
    QCheckBox* AutoMin;
46
 
    QCheckBox* ShowLast;
47
 
    QCheckBox* ShowAxis;
48
 
    QCheckBox* ShowLegend;
49
 
    QPushButton* OkButton;
50
 
    QPushButton* CancelButton;
51
 
    toListView* Enabled;
52
 
    QSpinBox* DisplaySamples;
53
 
    QCheckBox* AllSamples;
54
 
    QLabel* TextLabel1_2_2;
55
 
    QCheckBox* UnlimitedSamples;
56
 
    QLabel* TextLabel5;
57
 
    QSpinBox* Grids;
58
 
 
59
 
protected:
60
 
    QGridLayout* toLineChartSetupUILayout;
61
 
    QSpacerItem* Spacer2;
62
 
    QSpacerItem* Spacer1;
63
 
    QGridLayout* GroupBox1Layout;
64
 
 
65
 
protected slots:
66
 
    virtual void languageChange();
67
 
 
68
 
private:
69
 
    QPixmap image0;
70
 
 
71
 
};
72
 
 
73
 
#endif // TOLINECHARTSETUPUI_H