FactDev  0.1
Utils::String Class Reference

The Utils class. More...

#include <string.h>

Static Public Member Functions

static QString firstLetterToUpper (QString s)
 String::firstLetterToUpper Put the first letter of a string in capslock. More...
 
static QString getExtensionFile (QString fileName)
 String::getExtensionFile Get the extension file of the file named fileName More...
 

Detailed Description

The Utils class.

Author
Antoine de Roquemaurel

Member Function Documentation

QString Utils::String::firstLetterToUpper ( QString  s)
static

String::firstLetterToUpper Put the first letter of a string in capslock.

Parameters
sThe string to display
Returns
The new string with caps
QString Utils::String::getExtensionFile ( QString  fileName)
static

String::getExtensionFile Get the extension file of the file named fileName

Parameters
fileFile name
Returns
extension of file

The documentation for this class was generated from the following files: