summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMedit.h
blob: fe474fcff855315756f0658fdb772e1281fcdebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#include "bluetoothRFCOMMdata.h"
#include "bluetoothRFCOMMGUI.h"

#include <Opietooth.h>

class BluetoothRFCOMMEdit  : public BluetoothRFCOMMGUI {

public :

    BluetoothRFCOMMEdit( QWidget * parent );
    virtual ~BluetoothRFCOMMEdit( void );

    QString acceptable( void );
    void showData( BluetoothRFCOMMData & Data );
    bool commit( BluetoothRFCOMMData & Data );

    bool                    Modified;
    Opietooth2::OTGateway * OT;

public slots :

    void SLOT_AddServer( void );
    void SLOT_RemoveServer( void );
    void SLOT_FindDevice( void );

};