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

« back to all changes in this revision

Viewing changes to toworksheetsetupui.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 'toworksheetsetupui.ui'
3
 
**
4
 
** Created: Mon Feb 20 12:46:37 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 TOWORKSHEETSETUPUI_H
11
 
#define TOWORKSHEETSETUPUI_H
12
 
 
13
 
#include <qvariant.h>
14
 
#include <qwidget.h>
15
 
 
16
 
class QVBoxLayout;
17
 
class QHBoxLayout;
18
 
class QGridLayout;
19
 
class QSpacerItem;
20
 
class QGroupBox;
21
 
class QCheckBox;
22
 
class QLineEdit;
23
 
class QPushButton;
24
 
class QLabel;
25
 
 
26
 
class toWorksheetSetupUI : public QWidget
27
 
{
28
 
    Q_OBJECT
29
 
 
30
 
public:
31
 
    toWorksheetSetupUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
32
 
    ~toWorksheetSetupUI();
33
 
 
34
 
    QGroupBox* GroupBox1;
35
 
    QCheckBox* AutoSave;
36
 
    QCheckBox* CheckSave;
37
 
    QCheckBox* LogAtEnd;
38
 
    QCheckBox* LogMulti;
39
 
    QCheckBox* Statistics;
40
 
    QCheckBox* TimedStatistics;
41
 
    QCheckBox* DisplayNumber;
42
 
    QCheckBox* MoveToError;
43
 
    QCheckBox* History;
44
 
    QLineEdit* DefaultFile;
45
 
    QPushButton* FileChoose;
46
 
    QLabel* TextLabel1;
47
 
    QCheckBox* ExecLog;
48
 
    QCheckBox* ToplevelDescribe;
49
 
 
50
 
public slots:
51
 
    virtual void chooseFile();
52
 
 
53
 
protected:
54
 
    QGridLayout* toWorksheetSetupUILayout;
55
 
    QGridLayout* GroupBox1Layout;
56
 
    QSpacerItem* Spacer1;
57
 
 
58
 
protected slots:
59
 
    virtual void languageChange();
60
 
 
61
 
};
62
 
 
63
 
#endif // TOWORKSHEETSETUPUI_H