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

« back to all changes in this revision

Viewing changes to tostoragedialogui.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 'tostoragedialogui.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 TOSTORAGEDIALOGUI_H
11
 
#define TOSTORAGEDIALOGUI_H
12
 
 
13
 
#include <qvariant.h>
14
 
#include <qpixmap.h>
15
 
#include <qdialog.h>
16
 
 
17
 
class QVBoxLayout;
18
 
class QHBoxLayout;
19
 
class QGridLayout;
20
 
class QSpacerItem;
21
 
class QToolButton;
22
 
class QTabWidget;
23
 
class QWidget;
24
 
class QPushButton;
25
 
 
26
 
class toStorageDialogUI : public QDialog
27
 
{
28
 
    Q_OBJECT
29
 
 
30
 
public:
31
 
    toStorageDialogUI( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
32
 
    ~toStorageDialogUI();
33
 
 
34
 
    QToolButton* ToolButton1;
35
 
    QTabWidget* DialogTab;
36
 
    QWidget* DefaultPage;
37
 
    QPushButton* OkButton;
38
 
    QPushButton* PushButton2;
39
 
 
40
 
public slots:
41
 
    virtual void displaySQL(void);
42
 
 
43
 
protected:
44
 
    QGridLayout* toStorageDialogUILayout;
45
 
    QSpacerItem* Spacer2;
46
 
    QSpacerItem* Spacer1;
47
 
 
48
 
protected slots:
49
 
    virtual void languageChange();
50
 
 
51
 
private:
52
 
    QPixmap image0;
53
 
 
54
 
};
55
 
 
56
 
#endif // TOSTORAGEDIALOGUI_H