#include <QtGui/qstyleoption.h> #ifndef QSTYLEOPTION_H class QStyleOptionQ3ListViewItem: public QStyleOption{ /* Some contents are skipped to improve readability */ public: enum Q3ListViewItemFeature{ /* ... */ Visible = 4, /* ... */ }; /* ... */ }; #endif // QSTYLEOPTION_H