dolphin/Source/Core/DolphinQt/Config/ConfigControls
Dentomologist 57a1339cfb Qt: Rename GraphicsInteger to ConfigInteger
GraphicsInteger is used by the panes in the Graphics config window to
create spin boxes that change their associated config setting, and
update their own state when something else changes the config setting.

Despite its current name nothing about this class is particular to the
Graphics window, so renaming it to ConfigInteger better reflects its
purpose. This should also make it less confusing when ConfigIntegers
are added to other config windows.
2023-04-29 11:09:59 -07:00
..
ConfigBool.cpp Qt: Rename GraphicsBool to ConfigBool 2023-04-21 14:24:37 -07:00
ConfigBool.h Qt: Rename GraphicsBool to ConfigBool 2023-04-21 14:24:37 -07:00
ConfigChoice.cpp Qt: Rename GraphicsChoice to ConfigChoice 2023-04-25 11:39:24 -07:00
ConfigChoice.h Qt: Rename GraphicsChoice to ConfigChoice 2023-04-25 11:39:24 -07:00
ConfigInteger.cpp Qt: Rename GraphicsInteger to ConfigInteger 2023-04-29 11:09:59 -07:00
ConfigInteger.h Qt: Rename GraphicsInteger to ConfigInteger 2023-04-29 11:09:59 -07:00
ConfigRadio.cpp Qt: Rename GraphicsRadioInt to ConfigRadioInt 2023-04-27 20:01:04 -07:00
ConfigRadio.h Qt: Rename GraphicsRadioInt to ConfigRadioInt 2023-04-27 20:01:04 -07:00
ConfigSlider.cpp Qt: Rename GraphicsSlider to ConfigSlider 2023-04-28 20:14:11 -07:00
ConfigSlider.h Qt: Rename GraphicsSlider to ConfigSlider 2023-04-28 20:14:11 -07:00