Skip to content
Snippets Groups Projects
  1. Jan 13, 2018
  2. Dec 11, 2016
  3. Sep 18, 2016
  4. Jan 06, 2015
  5. Dec 21, 2014
  6. Dec 09, 2014
    • Tony Wasserka's avatar
      citra-qt: Add a utility spinbox class called CSpinBox. · bf6b23f4
      Tony Wasserka authored
      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.
      bf6b23f4
Loading