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.h60
1 files changed, 60 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/obexftpdialogbase.h b/noncore/net/opietooth/manager/obexftpdialogbase.h
new file mode 100644
index 0000000..3a4937a
--- a/dev/null
+++ b/noncore/net/opietooth/manager/obexftpdialogbase.h
@@ -0,0 +1,60 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'obexftpdialogbase.ui'
3**
4** Created: Sun Mar 19 16:46:33 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 QLineEdit;
20class QListView;
21class QListViewItem;
22class QMultiLineEdit;
23class QProgressBar;
24class QPushButton;
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* getButton;
41 QPushButton* browseOK;
42 QLabel* statusBar;
43 QWidget* localFs;
44 QWidget* options;
45 QLabel* connRetries;
46 QLineEdit* nReries;
47 QLabel* uuidLabel;
48 QComboBox* uuidType;
49 QWidget* browse;
50 QMultiLineEdit* browseLog;
51
52protected:
53 QVBoxLayout* ObexFtpDialogBaseLayout;
54 QVBoxLayout* filesLayout;
55 QVBoxLayout* Layout9;
56 QHBoxLayout* buttons;
57 QHBoxLayout* browseLayout;
58};
59
60#endif // OBEXFTPDIALOGBASE_H