The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#include <kseparator.h>

suicidal virtual class KSeparator : virtual QFrame {
    KSeparator(QWidget * = 0, const char * = 0, WFlags = 0);
    KSeparator(int, QWidget * = 0, const char * = 0, WFlags = 0);
    int orientation() const;
    void setOrientation(int);
    virtual QSize sizeHint() const;
} KDE::Separator;