[PyQt5] Use "QSettings" to store user's settings
When we using PyQt5 to develop a Python GUI, sometimes we have a request to store the user's settings, such as user customize the interface appearance color. If we don't save this color setting, the next time the user opens the program, the appearance color is still default.
Read More »[PyQt5] Use "QSettings" to store user's settings