videocollection/videocollectionwrapper/inc/videocollectionutils.h
changeset 20 b9e04db066d4
parent 17 69946d1824c4
equal deleted inserted replaced
17:69946d1824c4 20:b9e04db066d4
   123      * @return Length as string (for example "1min 45sec").
   123      * @return Length as string (for example "1min 45sec").
   124      */
   124      */
   125     QString prepareLengthString(quint32 length);
   125     QString prepareLengthString(quint32 length);
   126     
   126     
   127     /**
   127     /**
   128      * Prepares length string from given value in short format.
       
   129      * 
       
   130      * @param length Length value in seconds.
       
   131      * @return Length as QString (for example "00:25:10").
       
   132      */
       
   133     const QString prepareShortLengthString(quint32 total);
       
   134     
       
   135     /**
       
   136      * Prepares size string from the given value.
   128      * Prepares size string from the given value.
   137      * 
   129      * 
   138      * @param size Size value in bytes
   130      * @param size Size value in bytes
   139      * @return Size as string (for example "450 kB").
   131      * @return Size as string (for example "450 kB").
   140      */
   132      */