| 115 | } |
| 116 | |
| 117 | QSize AreaDisplay::sizeHint() const |
| 118 | { |
| 119 | QSize hint = QWidget::sizeHint(); |
| 120 | hint = hint.boundedTo(QSize(hint.width(), m_mainWindow->menuBar()->height()-1)); |
| 121 | return hint; |
| 122 | } |
| 123 | |
| 124 | #include "moc_areadisplay.cpp" |
no test coverage detected