qwt-cmake/examples/radio/mainwindow.h
2018-08-02 11:01:31 -04:00

15 lines
186 B
C++

#include <qwidget.h>
class MainWindow : public QWidget
{
public:
MainWindow();
protected:
virtual void resizeEvent( QResizeEvent * );
private:
void updateGradient();
};