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

« back to all changes in this revision

Viewing changes to src/tosecurityquotaui.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 '../../src/tosecurityquotaui.ui'
 
3
**
 
4
** Created: Sa Jan 20 20:43:00 2007
 
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 TOSECURITYQUOTAUI_H
 
11
#define TOSECURITYQUOTAUI_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 QListView;
 
23
class QListViewItem;
 
24
class QButtonGroup;
 
25
class QRadioButton;
 
26
class QLabel;
 
27
 
 
28
class toSecurityQuotaUI : public QWidget
 
29
{
 
30
    Q_OBJECT
 
31
 
 
32
public:
 
33
    toSecurityQuotaUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
 
34
    ~toSecurityQuotaUI();
 
35
 
 
36
    QListView* Tablespaces;
 
37
    QButtonGroup* SizeGroup;
 
38
    toFilesize* Size;
 
39
    QRadioButton* Unlimited;
 
40
    QRadioButton* None;
 
41
    QRadioButton* Value;
 
42
    QLabel* Disabled;
 
43
 
 
44
public slots:
 
45
    virtual void changeTablespace(void);
 
46
    virtual void changeSize(void);
 
47
 
 
48
protected:
 
49
    QGridLayout* toSecurityQuotaUILayout;
 
50
    QGridLayout* SizeGroupLayout;
 
51
 
 
52
protected slots:
 
53
    virtual void languageChange();
 
54
 
 
55
private:
 
56
    QPixmap image0;
 
57
 
 
58
};
 
59
 
 
60
#endif // TOSECURITYQUOTAUI_H