creator/inc/notifications.h
changeset 51 b048e15729d6
parent 28 4cc0d1a608c1
equal deleted inserted replaced
44:5db69f4c3d06 51:b048e15729d6
    57 	static HbProgressDialog* showProgressBar(const QString& text, int max);
    57 	static HbProgressDialog* showProgressBar(const QString& text, int max);
    58 	
    58 	
    59     /**
    59     /**
    60      * shows global HbGlobalCommonNote type note
    60      * shows global HbGlobalCommonNote type note
    61      */
    61      */
    62 	static void showGlobalNote(const QString& text, HbMessageBox::MessageBoxType type, HbPopup::DefaultTimeout timeout = HbPopup::ConfirmationNoteTimeout);
    62 	static void showGlobalNote(const QString& text, HbMessageBox::MessageBoxType type, int timeout = 1000 );
    63     };
    63     };
    64 
    64 
    65 class CreatorDialog
    65 class CreatorDialog
    66 {
    66 {
    67     Q_DISABLE_COPY(CreatorDialog)
    67     Q_DISABLE_COPY(CreatorDialog)