devicemgmtdialogsplugin/inc/omacppinquerydialog.h
changeset 30 d3981f4fe6a4
child 67 fdbfe0a95492
equal deleted inserted replaced
27:516a867811c3 30:d3981f4fe6a4
       
     1 /*
       
     2  * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of "Eclipse Public License v1.0"
       
     6  * which accompanies this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8  *
       
     9  * Initial Contributors:
       
    10  * Nokia Corporation - initial contribution.
       
    11  *
       
    12  * Contributors:
       
    13  *
       
    14  * Description: omacppinquerydialog class declaration
       
    15  *
       
    16  */
       
    17 
       
    18 #ifndef OMACPPINQUERYDIALOG_H_
       
    19 #define OMACPPINQUERYDIALOG_H_
       
    20 
       
    21 #include <hbpushbutton.h>
       
    22 #include <hblabel.h>
       
    23 #include <hblineedit.h>
       
    24 #include <QGraphicsWidget>
       
    25 #include <hbdocumentloader.h>
       
    26 #include <hbinputeditorinterface.h>
       
    27 #include "devicemanagementnotifierwidget_p.h"
       
    28 
       
    29 class omacppinquerydialog : public devicemanagementnotifierwidget
       
    30     {
       
    31 
       
    32 Q_OBJECT
       
    33 
       
    34 public:
       
    35     omacppinquerydialog(const QVariantMap &parameters);
       
    36 
       
    37 public:
       
    38     void createcppinquery(const QVariantMap &parameters);
       
    39     HbDialog *deviceDialogWidget() const;
       
    40 
       
    41 public slots:
       
    42 
       
    43     void pintextChanged();
       
    44     void okSelected();
       
    45     void cancelSelected();
       
    46     
       
    47 private:
       
    48     HbLineEdit *mlineedit;
       
    49     HbAction *mactionok;
       
    50     };
       
    51     
       
    52 
       
    53 
       
    54 #endif