/*!
\internal
\overload
Set default size hint. Can be changed at runtime.
*/
QSize QtSvgDialGauge::sizeHint() const
{
return QSize(400, 400);
}