ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandlernewmedia.h
changeset 26 c499df2dbb33
parent 24 99ad1390cd33
child 50 a0f57508af73
equal deleted inserted replaced
24:99ad1390cd33 26:c499df2dbb33
    76 private:
    76 private:
    77     bool mShowConfirmation;
    77     bool mShowConfirmation;
    78 
    78 
    79 	};
    79 	};
    80 
    80 
    81 class GlxTextInputDialog : public QObject
       
    82 {
       
    83 	Q_OBJECT    
       
    84 public:
       
    85     GlxTextInputDialog();
       
    86     ~GlxTextInputDialog();
       
    87     QString getText(const QString &label,const QString &text = QString(),bool *ok = 0);
       
    88 
       
    89 public slots:
       
    90     void textChanged(const QString &text);
       
    91 
       
    92 private:
       
    93     HbInputDialog* mDialog;
       
    94 };
       
    95     
    81     
    96     
    82     
    97 #endif // GLXCOMMANDHANDLERNEWMEDIA_H
    83 #endif // GLXCOMMANDHANDLERNEWMEDIA_H