36 namespace graph_widget_constants
40 static const int sFontSize = 12;
41 static const int sGridSize = 14;
42 static const int sClusterSize = 8;
44 static const qreal sGateMinLod = 0.2;
45 static const qreal sGateMaxLod = 0.4;
47 static const qreal sNetMinLod = 0.1;
48 static const qreal sNetMaxLod = 0.4;
50 static const qreal sEparatedNetMinLod = 0.1;
51 static const qreal sEparatedNetMaxLod = 0.4;
53 static const qreal sGlobalNetMinLod = 0.1;
54 static const qreal sGlobalNetMaxLod = 0.4;
56 static const qreal sNetFadeInLod = 0.1;
57 static const qreal sNetFadeOutLod = 0.4;
59 static const qreal sGridFadeStartLod = 0.4;
60 static const qreal sGridFadeEndLod = 1.0;
62 static const int mDragSwapSensitivityDistance = 100;
Q_ENUM_NS(mSortMechanism)