Thumbnail me  3.0
Defines
D:/Thumbnail/Thumbnailme/defines.h File Reference

Thumbnail me 3.0 Thumbnail me is a user interface for Movie thumbnailer. Generate thumbnails from any movie is now easier ! More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define APPLICATION_NAME   QString("Thumbnail me")
#define VERSION   QString("3.0")
#define WEBSITE_URL   QString("http://www.thumbnailme.com")
#define AUTHOR_EMAIL   QString("[email protected]")
#define TRANSLATION_HELP_URL   QString("http://www.thumbnailme.com/translation-instructions")
#define DONATION_URL   QString("http://www.paypal.fr/cgi-bin/webscr?cmd=_donations&business= [email protected]&item_name=Donation_thumbnailme")
#define IMAGESHACK_DEVELOPERKEY   QString("EFI0O4JZd1897eb3d86758fa0ee582a34385405e")
#define _ERROR_   tr("Error")
#define _INFORMATION_   tr("Information")
#define _WARNING_   tr("Warning")
#define STYLE   QPlastiqueStyle
#define DEFAULT_TMP_EXTENSION   QString(".tbme")
#define TRANSLATORS   QString(":/system_translators/")
#define FONTS_CACHING   QDir::toNativeSeparators(QDesktopServices::storageLocation(QDesktopServices::DataLocation)+"/fontscache.dat")
#define OUTPUT_FORMAT   "bmp" << "jpeg" << "png" << "tiff"
#define VALID_EXTENSIONS

Detailed Description

Thumbnail me 3.0 Thumbnail me is a user interface for Movie thumbnailer. Generate thumbnails from any movie is now easier !

Author:
Quentin Rousseau
Note:
Copyright (C) 2011-2012 Quentin Rousseau
License: GNU General Public License version 2 (GPLv2) - http://www.gnu.org/licenses/gpl-2.0.html
Site web: www.thumbnailme.com
Email: [email protected]
Since:
3.0
Version:
3.0
Date:
2011-2012

Define Documentation

#define VALID_EXTENSIONS
Value:
"avi" \
                        << "mpeg"\
                        << "mpg" \
                        << "mkv" \
                        << "m2ts"\
                        << "ts"  \
                        << "wmv" \
                        << "ogg" \
                        << "3gp" \
                        << "dat" \
                        << "mp4" \
                        << "m4v" \
                        << "mov" \
                        << "flv" \
                        << "swf" \
                        << "vob"
 All Classes Files Functions Enumerations