guiTools.h

Go to the documentation of this file.
00001 //==============================================
00002 //  copyright            : (C) 2003-2005 by Will Stokes
00003 //==============================================
00004 //  This program is free software; you can redistribute it
00005 //  and/or modify it under the terms of the GNU General
00006 //  Public License as published by the Free Software
00007 //  Foundation; either version 2 of the License, or
00008 //  (at your option) any later version.
00009 //==============================================
00010 
00011 #ifndef BACKEND_TOOLS_GUITOOLS_H
00012 #define BACKEND_TOOLS_GUITOOLS_H
00013 
00014 #include <qlabel.h>
00015 #include <qfiledialog.h>
00016 
00017 //--------------------
00018 //forward declarations
00019 class QWidget;
00020 class QString;
00021 class QStringList;
00022 class QPixmap;
00023 //--------------------
00024 
00025 //centers window on screen
00026 void centerWindow(QWidget* window);
00027 
00029 QString clipText(QString string, int lines, int lineWidth);
00030 
00032 QString clipPhotoText(const QString in);
00033 
00034 #endif //BACKEND_TOOLS_GUITOOLS_H

Generated on Wed Nov 8 16:37:13 2006 for AlbumShaper by  doxygen 1.4.7