QwtPlotCustom.cpp
Go to the documentation of this file.
2 
3 namespace rqt_multiplot {
4 
6  : QwtPlot(parent) {
7 
8 }
9 
10 QwtPlotCustom::QwtPlotCustom(const QwtText &title, QWidget *p)
11  : QwtPlot(title, p) {
12 
13 }
14 
15 QSize QwtPlotCustom::sizeHint() const {
16  return QSize(50, 50);
17 }
18 
20  return QSize(50, 50);
21 }
22 
23 }
virtual QSize minimumSizeHint() const
virtual QSize sizeHint() const


rqt_multiplot_plugin
Author(s): Ralf Kaestner
autogenerated on Fri Jan 15 2021 03:47:53