diff options
author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-11-01 15:36:59 +0100 |
---|---|---|
committer | Tony Wasserka <NeoBrainX@gmail.com> | 2014-12-09 16:37:34 +0100 |
commit | bf6b23f4a0ea01af2c5e87b0fcabd1aea4a51fd6 (patch) | |
tree | 78b5c480201e8b6b586949b8382153b312fc6e95 /src/citra_qt/debugger/graphics_framebuffer.cpp | |
parent | 8db65723d233486ac98ab9112a81f80b0313c7f7 (diff) |
citra-qt: Add a utility spinbox class called CSpinBox.
This class has a few advantages over the regular QSpinBox:
- QSpinBox stores its as signed 32 bit integers, which for instance is unsuitable for representing memory addresses. CSpinBox uses 64 bit integers instead.
- QSpinBox does not provide an easy way to handle number input from bases different than 10.
- QSpinBox is quite inflexible in general and almost any sort of customization requires reimplementing it anyway.
Diffstat (limited to 'src/citra_qt/debugger/graphics_framebuffer.cpp')
0 files changed, 0 insertions, 0 deletions