Loading [MathJax]/extensions/TeX/AMSmath.js
 |
Radium Engine
1.5.0
|
3 #include <QDoubleSpinBox>
15 using Type = QSpinBox;
16 using SignalType = int;
20 struct getType<float> {
21 using Type = QDoubleSpinBox;
22 using SignalType = double;
26 struct getType<double> {
27 using Type = QDoubleSpinBox;
28 using SignalType = double;