class KPopupTitle

KPopupMenu title widget. More...

Definition#include <kpopmenu.h>
InheritsQWidget (qt)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods

Protected Members


Detailed Description

Title widget for use in KPopupMenu. You usually don't have to create this manually since KPopupMenu::insertTitle will do it for you, but it is allowed if you wish to customize it's look.

 KPopupTitle (QWidget *parent=0, const char *name=0)

Creates a title widget with the user specified gradient, pixmap, and colors.

 KPopupTitle (KPixmapEffect::GradientType gradient, const QColor &color, const QColor &textColor, QWidget *parent=0, const char *name=0)

Creates a title widget with the specified gradient and colors.

 KPopupTitle (const KPixmap &background, const QColor &color, const QColor &textColor, QWidget *parent=0, const char *name=0)

Creates a title widget with the specified pixmap and colors.

void  setTitle (const QString &text, const QPixmap *icon=NULL)

Sets the title string and optional icon for the title widget. You will want to call this before inserting into a menu.

QString  title ()

Returns the current title.

QPixmap  icon ()

Returns the current icon.

Reimplemented from QWidget