00001 #include "bluetoothBNEPdata.h" 00002 #include "bluetoothBNEPGUI.h" 00003 00004 class BluetoothBNEPEdit : public BluetoothBNEPGUI { 00005 00006 public : 00007 00008 BluetoothBNEPEdit( QWidget * parent ); 00009 00010 QString acceptable( void ); 00011 bool commit( BluetoothBNEPData & Data ); 00012 void showData( BluetoothBNEPData & Data ); 00013 00014 public slots : 00015 00016 void SLOT_StartBTMgr( void ); 00017 };
1.4.2