public:
Private( KPlotWidget *qq )
: q( qq ),
- cBackground( Qt::white ), cForeground( Qt::white ), cGrid( Qt::gray ),
+ cBackground( Qt::black ), cForeground( Qt::white ), cGrid( Qt::gray ),
showGrid( false ), showObjectToolTips( true ), useAntialias( false )
{
// create the axes and setting their default properties
setDefaultPaddings();
setMinimumSize( 150, 150 );
+ resize( minimumSizeHint() );
}
KPlotWidget::KPlotWidget( QWidget * parent )
setDefaultPaddings();
setMinimumSize( 150, 150 );
+ resize( minimumSizeHint() );
}
KPlotWidget::~KPlotWidget()