#include <qlabel.h>
#include <qfiledialog.h>
Include dependency graph for guiTools.h:
This graph shows which files directly or indirectly include this file:
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 |
|
Definition at line 25 of file guiTools.cpp. Referenced by TitleWidget::aboutProgram(), TitleWidget::albumStatistics(), TitleWidget::help(), main(), and TitleWidget::settings().
|
|
clip photo text
Definition at line 151 of file guiTools.cpp. References PHOTO_TEXT_LENGTH.
|
|
clip text to fit within numer of lines and max width
Definition at line 71 of file guiTools.cpp. Referenced by SubalbumPreviewWidget::setText(), PhotoPreviewWidget::setText(), and SubalbumPreviewWidget::SubalbumPreviewWidget().
|