MCPcopy Create free account
hub / github.com/TeXworks/texworks / MyScreenCalibrationWidget

Class MyScreenCalibrationWidget

unit-tests/UI_test.cpp:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace UnitTest {
35
36class MyScreenCalibrationWidget : public Tw::UI::ScreenCalibrationWidget
37{
38public:
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
46class ClosableTabWidget : public Tw::UI::ClosableTabWidget
47{

Callers 1

Calls

no outgoing calls

Tested by 1