videocollection/videocollectionwrapper/inc/videocollectionutils.h
changeset 37 4eb2df7f7cbe
parent 36 8aed59de29f9
equal deleted inserted replaced
36:8aed59de29f9 37:4eb2df7f7cbe
   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      */