| 34 | namespace UnitTest { |
| 35 | |
| 36 | class MyScreenCalibrationWidget : public Tw::UI::ScreenCalibrationWidget |
| 37 | { |
| 38 | public: |
| 39 | QRect rulerRect() const { return _rulerRect; } |
| 40 | bool isDragging() const { return _isDragging; } |
| 41 | QDoubleSpinBox * spinBox() { return _sbDPI; } |
| 42 | int unit() const { return _curUnit; } |
| 43 | QMenu & contextMenu() { return _contextMenu; } |
| 44 | }; |
| 45 | |
| 46 | class ClosableTabWidget : public Tw::UI::ClosableTabWidget |
| 47 | { |
no outgoing calls