彻底改版2.0
This commit is contained in:
15
third/qwtdemo/examples/radio/mainwindow.h
Normal file
15
third/qwtdemo/examples/radio/mainwindow.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#include <qwidget.h>
|
||||
|
||||
class MainWindow : public QWidget
|
||||
{
|
||||
public:
|
||||
MainWindow();
|
||||
|
||||
protected:
|
||||
virtual void resizeEvent( QResizeEvent * );
|
||||
|
||||
private:
|
||||
void updateGradient();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user