mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
e5e9a9c94b
* Actually creating a 64-bit spinbox is not feasible without constructing it almost from scratch due to how much QAbstractSpinBox depends on private internals that can't be overridden. Instead use a QDoubleSpinBox with no decimals since we don't need the full 64-bit range, and the mantissa of a double is enough.