filemanager/src/filemanager/src/components/fmdlgutils.h
changeset 27 df183af6b92f
parent 25 b7bfdea70ca2
child 33 328cf6fbe40c
equal deleted inserted replaced
25:b7bfdea70ca2 27:df183af6b92f
    75     static bool showTimeSettingQuery(
    75     static bool showTimeSettingQuery(
    76         const QString &title, QTime &time,
    76         const QString &title, QTime &time,
    77 		const QString &associatedDrives = QString() );
    77 		const QString &associatedDrives = QString() );
    78 
    78 
    79     static bool showTextQuery(     
    79     static bool showTextQuery(     
    80        const QString &title, QString &driveName, bool isDimPrimaryActionWhenEmpty, int maxLength = -1,
    80        const QString &title, QString &text, QStringList validRegExpStringList = QStringList( Regex_ValidUnEmpty ),
    81 	   const QString &associatedDrives = QString(), bool isReturnFalseWhenNoTextChanged = true );
    81 	   int maxLength = -1, const QString &associatedDrives = QString(), bool isReturnFalseWhenNoTextChanged = true );
    82 
    82 
    83     static bool showSinglePasswordQuery(     
    83     static bool showSinglePasswordQuery(     
    84        const QString &title, QString &pwd, int maxLength = -1,
    84        const QString &title, QString &pwd, int maxLength = -1,
    85 	   const QString &associatedDrives = QString() );
    85 	   const QString &associatedDrives = QString() );
    86 
    86