summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/obexftpdialogbase.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/obexftpdialogbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/obexftpdialogbase.h64
1 files changed, 0 insertions, 64 deletions
diff --git a/noncore/net/opietooth/manager/obexftpdialogbase.h b/noncore/net/opietooth/manager/obexftpdialogbase.h
deleted file mode 100644
index 32a313d..0000000
--- a/noncore/net/opietooth/manager/obexftpdialogbase.h
+++ b/dev/null
@@ -1,64 +0,0 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'obexftpdialogbase.ui'
3**
4** Created: Tue Mar 21 00:28:12 2006
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#ifndef OBEXFTPDIALOGBASE_H
10#define OBEXFTPDIALOGBASE_H
11
12#include <qvariant.h>
13#include <qdialog.h>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class QComboBox;
18class QLabel;
19class QListView;
20class QListViewItem;
21class QMultiLineEdit;
22class QProgressBar;
23class QPushButton;
24class QSpinBox;
25class QTabWidget;
26class QWidget;
27
28class ObexFtpDialogBase : public QDialog
29{
30 Q_OBJECT
31
32public:
33 ObexFtpDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
34 ~ObexFtpDialogBase();
35
36 QTabWidget* obexFtpTab;
37 QWidget* files;
38 QListView* fileList;
39 QProgressBar* fileProgress;
40 QPushButton* browseOK;
41 QPushButton* getButton;
42 QPushButton* putButton;
43 QLabel* statusBar;
44 QWidget* localFs;
45 QWidget* options;
46 QLabel* uuidLabel;
47 QComboBox* uuidType;
48 QLabel* connRetries;
49 QSpinBox* nReries;
50 QWidget* browse;
51 QMultiLineEdit* browseLog;
52
53protected:
54 QVBoxLayout* ObexFtpDialogBaseLayout;
55 QVBoxLayout* filesLayout;
56 QGridLayout* Layout13;
57 QHBoxLayout* Layout11;
58 QVBoxLayout* Layout5;
59 QHBoxLayout* Layout3;
60 QHBoxLayout* Layout4;
61 QHBoxLayout* browseLayout;
62};
63
64#endif // OBEXFTPDIALOGBASE_H