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

« back to all changes in this revision

Viewing changes to src/todroptablespaceui.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 'todroptablespaceui.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 TODROPTABLESPACEUI_H
10
 
#define TODROPTABLESPACEUI_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 QButtonGroup;
20
 
class QCheckBox;
21
 
 
22
 
class toDropTablespaceUI : public QWidget
23
 
{
24
 
    Q_OBJECT
25
 
 
26
 
public:
27
 
    toDropTablespaceUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
28
 
    ~toDropTablespaceUI();
29
 
 
30
 
    QButtonGroup* buttonGroup3;
31
 
    QCheckBox* CascadeCheck;
32
 
    QCheckBox* dataFileCheck;
33
 
    QCheckBox* IncludingObjectsCheck;
34
 
 
35
 
protected:
36
 
 
37
 
protected slots:
38
 
    virtual void languageChange();
39
 
 
40
 
};
41
 
 
42
 
#endif // TODROPTABLESPACEUI_H