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

« back to all changes in this revision

Viewing changes to src/todatabasesettingui.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2009-04-07 13:16:05 UTC
  • mfrom: (1.2.7 upstream) (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090407131605-u422yigfv7jgg0l0
Tags: 2.0.0-3
* Cleaned up packaging a little bit.
* Added homepage information to control file.
* Bumped Standards-Version to 3.8.1.
* Released to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** Form interface generated from reading ui file 'todatabasesettingui.ui'
3
 
**
4
 
** Created by: The User Interface Compiler ($Id: qt/main.cpp   3.3.6   edited Aug 31 2005 $)
5
 
**
6
 
** WARNING! All changes made in this file will be lost!
7
 
****************************************************************************/
8
 
 
9
 
#ifndef TODATABASESETTINGUI_H
10
 
#define TODATABASESETTINGUI_H
11
 
 
12
 
#include <qvariant.h>
13
 
#include <qwidget.h>
14
 
 
15
 
class QVBoxLayout;
16
 
class QHBoxLayout;
17
 
class QGridLayout;
18
 
class QSpacerItem;
19
 
class QCheckBox;
20
 
class QComboBox;
21
 
class QGroupBox;
22
 
class QLabel;
23
 
class QLineEdit;
24
 
class QSpinBox;
25
 
class QPushButton;
26
 
 
27
 
class toDatabaseSettingUI : public QWidget
28
 
{
29
 
    Q_OBJECT
30
 
 
31
 
public:
32
 
    toDatabaseSettingUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
33
 
    ~toDatabaseSettingUI();
34
 
 
35
 
    QCheckBox* AutoCommit;
36
 
    QComboBox* ObjectCache;
37
 
    QGroupBox* QueryGroup;
38
 
    QLabel* TextLabel6_2_2;
39
 
    QLineEdit* MaxColDisp;
40
 
    QLineEdit* InitialFetch;
41
 
    QCheckBox* ReadAll;
42
 
    QLabel* TextLabel6;
43
 
    QLabel* TextLabel6_2;
44
 
    QLineEdit* MaxContent;
45
 
    QCheckBox* UnlimitedContent;
46
 
    QCheckBox* KeepAlive;
47
 
    QGroupBox* GroupBox2;
48
 
    QCheckBox* AutoLong;
49
 
    QLabel* TextLabel1;
50
 
    QSpinBox* MoveAfter;
51
 
    QCheckBox* BkgndConnect;
52
 
    QCheckBox* DontReread;
53
 
    QGroupBox* GroupBox3;
54
 
    QLabel* TextLabel1_2;
55
 
    QSpinBox* Decimals;
56
 
    QCheckBox* IndicateEmpty;
57
 
    QComboBox* NumberFormat;
58
 
    QPushButton* IndicateEmptyColor;
59
 
    QLabel* TextLabel3;
60
 
 
61
 
public slots:
62
 
    virtual void numberFormatChange();
63
 
    virtual void IndicateEmpty_toggled( bool );
64
 
    virtual void IndicateEmptyColor_clicked();
65
 
 
66
 
protected:
67
 
    QGridLayout* toDatabaseSettingUILayout;
68
 
    QSpacerItem* Spacer1;
69
 
    QGridLayout* QueryGroupLayout;
70
 
    QGridLayout* GroupBox2Layout;
71
 
    QGridLayout* GroupBox3Layout;
72
 
 
73
 
protected slots:
74
 
    virtual void languageChange();
75
 
 
76
 
};
77
 
 
78
 
#endif // TODATABASESETTINGUI_H