KDE3Support
Go to the documentation of this file.
30 #ifndef K3ABOUTDIALOG_H
31 #define K3ABOUTDIALOG_H
35 #include <QtGui/QFrame>
52 int margin = 0,
int spacing = 0,
53 Qt::Alignment childAlignment = Qt::AlignCenter,
54 Qt::Alignment innerAlignment = Qt::AlignCenter );
58 void addWidget(
QWidget *widget );
62 bool showHeader =
false,
bool showframe =
false,
63 bool showBold =
false );
65 void addTitle(
const QString &title, Qt::Alignment alignment = Qt::AlignLeft,
66 bool showframe =
false,
bool showBold =
false );
68 void addImage(
const QString &fileName, Qt::Alignment alignment = Qt::AlignLeft );
70 virtual QSize sizeHint()
const;
71 virtual QSize minimumSizeHint()
const;
92 bool showHeader =
false,
bool showFrame =
true,
93 bool showBold =
false );
101 bool update =
true );
104 bool update =
true );
107 bool update =
true );
114 virtual QSize sizeHint()
const;
117 virtual void fontChange(
const QFont &oldFont );
123 virtual void setName(
const char *_name) { QObject::setObjectName(QLatin1String(_name)); }
153 void setLogo(
const QPixmap &logo );
176 void setVersion(
const QString& name );
182 void resizeEvent(QResizeEvent*);
273 KDEStandard = Tabbed |
Title | ImageLeft,
274 AppStandard = Tabbed |
Title | Product,
330 virtual void show(
QWidget *centerParent );
338 void setTitle(
const QString &title );
347 void setImage(
const QString &fileName );
352 void setProgramLogo(
const QString &fileName );
363 void setProgramLogo(
const QPixmap &pixmap );
373 void setImageBackgroundColor(
const QColor &color );
382 void setImageFrame(
bool state );
411 bool richText=
false,
int numLines=10 );
439 Qt::Alignment childAlignment = Qt::AlignCenter,
440 Qt::Alignment innerAlignment = Qt::AlignCenter );
455 Qt::Alignment childAlignment = Qt::AlignCenter,
456 Qt::Alignment innerAlignment = Qt::AlignCenter );
468 K3AboutContainer *addContainer( Qt::Alignment childAlignment, Qt::Alignment innerAlignment );
483 void setLogo(
const QPixmap &logo );
510 void setVersion(
const QString& name );
536 #endif // defined K3ABOUTDIALOG_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 12:11:47 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.