|
AlbumShaper 1.0a3
|
#include <qlabel.h>#include <q3filedialog.h>#include <QPixmap>

Go to the source code of this file.
Functions | |
| void | centerWindow (QWidget *window) |
| QString | clipText (QString string, int lines, int lineWidth) |
| clip text to fit within numer of lines and max width | |
| QString | clipPhotoText (const QString in) |
| clip photo text | |
| void centerWindow | ( | QWidget * | window | ) |
Definition at line 26 of file guiTools.cpp.
Referenced by TitleWidget::aboutProgram(), TitleWidget::albumStatistics(), TitleWidget::help(), main(), and TitleWidget::settings().
| QString clipPhotoText | ( | const QString | in | ) |
clip photo text
Definition at line 152 of file guiTools.cpp.
References PHOTO_TEXT_LENGTH.
| QString clipText | ( | QString | string, |
| int | lines, | ||
| int | lineWidth ) |
clip text to fit within numer of lines and max width
Definition at line 72 of file guiTools.cpp.
Referenced by PhotoPreviewWidget::setText(), and SubalbumPreviewWidget::setText().