summaryrefslogtreecommitdiff
path: root/core/obex/obexsendbase.h
Unidiff
Diffstat (limited to 'core/obex/obexsendbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/obex/obexsendbase.h54
1 files changed, 0 insertions, 54 deletions
diff --git a/core/obex/obexsendbase.h b/core/obex/obexsendbase.h
deleted file mode 100644
index 7ffd2b5..0000000
--- a/core/obex/obexsendbase.h
+++ b/dev/null
@@ -1,54 +0,0 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'obexsendbase.ui'
3**
4** Created: Fri Aug 5 00:14:51 2005
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#ifndef OBEXSENDBASE_H
10#define OBEXSENDBASE_H
11
12#include <qvariant.h>
13#include <qwidget.h>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class QLabel;
18class QListView;
19class QListViewItem;
20class QPushButton;
21
22class obexSendBase : public QWidget
23{
24 Q_OBJECT
25
26public:
27 obexSendBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
28 ~obexSendBase();
29
30 QLabel* sendLabel;
31 QLabel* fileToSend;
32 QLabel* irdaLabel;
33 QLabel* irdaStatus;
34 QLabel* btLabel;
35 QLabel* btStatus;
36 QListView* receiverList;
37 QPushButton* scanButton;
38 QPushButton* sendButton;
39 QPushButton* doneButton;
40
41protected slots:
42 virtual void scan_for_receivers();
43 virtual void send_to_receivers();
44 virtual void toggle_receiver(QListViewItem *);
45 virtual void userDone();
46
47protected:
48 QVBoxLayout* obexSendBaseLayout;
49 QHBoxLayout* Layout1;
50 QHBoxLayout* Layout4;
51 QHBoxLayout* Layout3;
52};
53
54#endif // OBEXSENDBASE_H