|
FactDev
0.1
|
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... | |
The Utils class.
|
static |
String::firstLetterToUpper Put the first letter of a string in capslock.
| s | The string to display |
|
static |
String::getExtensionFile Get the extension file of the file named fileName
| file | File name |