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

« back to all changes in this revision

Viewing changes to tostoragetablespaceui.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 'tostoragetablespaceui.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 TOSTORAGETABLESPACEUI_H
11
 
#define TOSTORAGETABLESPACEUI_H
12
 
 
13
 
#include <qvariant.h>
14
 
#include <qpixmap.h>
15
 
#include <qwidget.h>
16
 
 
17
 
class QVBoxLayout;
18
 
class QHBoxLayout;
19
 
class QGridLayout;
20
 
class QSpacerItem;
21
 
class toFilesize;
22
 
class QButtonGroup;
23
 
class QCheckBox;
24
 
class QRadioButton;
25
 
 
26
 
class toStorageTablespaceUI : public QWidget
27
 
{
28
 
    Q_OBJECT
29
 
 
30
 
public:
31
 
    toStorageTablespaceUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
32
 
    ~toStorageTablespaceUI();
33
 
 
34
 
    toFilesize* MinimumExtent;
35
 
    QButtonGroup* ButtonGroup1;
36
 
    QCheckBox* Logging;
37
 
    QCheckBox* Online;
38
 
    QCheckBox* Permanent;
39
 
    QCheckBox* DefaultStorage;
40
 
    QButtonGroup* ExtentGroup;
41
 
    QRadioButton* Dictionary;
42
 
    QRadioButton* LocalAuto;
43
 
    QRadioButton* LocalSelect;
44
 
    toFilesize* LocalUniform;
45
 
 
46
 
public slots:
47
 
    virtual void permanentToggle(bool);
48
 
    virtual void dictionaryToggle(bool);
49
 
    virtual void uniformToggle(bool);
50
 
    virtual void allowDefault(bool);
51
 
 
52
 
protected:
53
 
    QGridLayout* toStorageTablespaceUILayout;
54
 
    QSpacerItem* Spacer1;
55
 
    QGridLayout* ButtonGroup1Layout;
56
 
    QGridLayout* ExtentGroupLayout;
57
 
 
58
 
protected slots:
59
 
    virtual void languageChange();
60
 
 
61
 
private:
62
 
    QPixmap image0;
63
 
 
64
 
};
65
 
 
66
 
#endif // TOSTORAGETABLESPACEUI_H