carsonip / Penguin-Subtitle-Player

An open-source, cross-platform standalone subtitle player
GNU General Public License v3.0
304 stars 37 forks source link

Where is the software settings saved? I changed a new computer. I want to set up the software and transfer it to the new computer. #58

Closed ghost closed 5 years ago

ghost commented 5 years ago

Where is the software settings saved? I changed a new computer. I want to set up the software and transfer it to the new computer.

carsonip commented 5 years ago

According to http://doc.qt.io/qt-5/qsettings.html,

Users normally expect an application to remember its settings (window sizes and positions, options, etc.) across sessions. This information is often stored in the system registry on Windows, and in property list files on macOS and iOS. On Unix systems, in the absence of a standard, many applications (including the KDE applications) use INI text files.