Customisation - QupZilla/qupzilla GitHub Wiki
Do you want to customise QupZilla? If so, take a look at the following files:
-
Default bookmarks https://github.com/QupZilla/qupzilla/blob/v1.8/src/lib/data/data/bookmarks.json
-
Shipping a Website icon for a bookmark
- Create a fresh profile
- Visit that Website
- Ship browsedata.db with your custom QupZilla
-
Default speed dial bookmarks https://github.com/QupZilla/qupzilla/blob/v1.8/src/lib/plugins/speeddial.cpp#L66
-
Default search engines https://github.com/QupZilla/qupzilla/blob/v1.8/src/lib/opensearch/searchenginesmanager.cpp#L165 https://github.com/QupZilla/qupzilla/blob/v1.8/src/lib/data/icons.qrc#L48
-
Toolbar and menu settings (shown/hidden) https://github.com/QupZilla/qupzilla/blob/v1.8/src/lib/app/browserwindow.cpp#L449
-
For theming, go to Themes