Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

bluetoothservice.h Example File
bluetooth/bluetoothservice/bluetoothservice.h

    /****************************************************************************
    **
    ** This file is part of the Qt Extended Opensource Package.
    **
    ** Copyright (C) 2009 Trolltech ASA.
    **
    ** $QT_EXTENDED_DUAL_LICENSE$
    **
    ****************************************************************************/

    #ifndef BLUETOOTHSERVICE_H
    #define BLUETOOTHSERVICE_H

    #include <QMainWindow>

    class BluetoothService : public QMainWindow
    {
        Q_OBJECT
    public:
        BluetoothService(QWidget *parent = 0, Qt::WFlags f = 0);
        virtual ~BluetoothService();
    };

    #endif


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3