summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics_framebuffer.cpp
diff options
context:
space:
mode:
authorGravatar Tony Wasserka2014-11-01 15:36:59 +0100
committerGravatar Tony Wasserka2014-12-09 16:37:34 +0100
commitbf6b23f4a0ea01af2c5e87b0fcabd1aea4a51fd6 (patch)
tree78b5c480201e8b6b586949b8382153b312fc6e95 /src/citra_qt/debugger/graphics_framebuffer.cpp
parentBuild fix for something which shouldn't have compiled successfully to begin w... (diff)
downloadyuzu-bf6b23f4a0ea01af2c5e87b0fcabd1aea4a51fd6.tar.gz
yuzu-bf6b23f4a0ea01af2c5e87b0fcabd1aea4a51fd6.tar.xz
yuzu-bf6b23f4a0ea01af2c5e87b0fcabd1aea4a51fd6.zip
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