The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
|
#include <qlistbox.h>
suicidal virtual class QListBoxText : virtual QListBoxItem {
QListBoxText(const char * = 0);
virtual ~QListBoxText();
virtual int height(const QListBox *) const;
virtual void paint(QPainter *);
virtual int width(const QListBox *) const;
} Qt::ListBoxText;
|