Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > b8336ccf169767ec076cad8fc60ead6c > files > 179

lib64qwt-devel-6.0.1-6.mga4.x86_64.rpm

#include <qwidget.h>

class MainWindow : public QWidget 
{
public:
    MainWindow();

protected:
    virtual void resizeEvent( QResizeEvent * );

private:
    void updateGradient();
};