-
-
Notifications
You must be signed in to change notification settings - Fork 4k
How to use custom UI themes
xavier2k6 edited this page Sep 19, 2024
·
9 revisions
As of version 4.2.2, custom unofficial Qt UI themes can be used on all platforms. This is mostly relevant for Windows users, because on Windows there is currently no native theming integration.
You can find unofficial themes here: List of unofficial themes
After you have downloaded your chosen .qbtheme
theme file, using it is quite easy:
- Enable
Menu → Tools → Options → Behavior → Interface → Use custom UI Theme
and select the.qbtheme
file - Restart QBittorrent for the
.qbtheme
to take effect.
If you are interested in developing new custom themes, check out this page.
- Installing qBittorrent
- Frequently Asked Questions (FAQ)
- qBittorrent options (current and deprecated)
- How to use qBittorrent as a tracker
- How to use portable mode
- Anonymous mode
- How to bind your vpn to prevent ip leaks
State | Version |
---|---|
Current | qBittorrent ≥ v4.1 |
Previous | qBittorrent v3.2.0 - v4.0.x |
Obsolete | qBittorrent < v3.2.0 |
- Let's Encrypt Certificates + Caddy2 Reverse Proxy
- Let's Encrypt certificates + NGINX reverse proxy - Linux
- Let's Encrypt certificates - Linux
- Self-signed SSL certificates - Linux
- Running qBittorrent without X server (WebUI only)
- Running qBittorrent without X server (WebUI only, systemd service set up, Ubuntu 15.04 or newer)
- OpenVPN and qBittorrent without X server
- Coding style
- Contributing
- How to write a search plugin
- Using VSCode for qBittorrent development
- Setup GDB with Qt pretty printers
- How to debug WebUI code