Some work about adaptive color scheme for Web UI (PR #19901)
http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.0 KiB
37 lines
1.0 KiB
5 years ago
|
% QBITTORRENT(1) Bittorrent client written in C++ / Qt
|
||
|
% Christophe Dumez <chris@qbittorrent.org>
|
||
|
% January 16th 2010
|
||
|
|
||
|
# NAME
|
||
|
qBittorrent - a Bittorrent client written in C++ / Qt
|
||
|
|
||
|
|
||
|
# SYNOPSIS
|
||
|
**qbittorrent** `[--no-splash] [--webui-port=x] [TORRENT_FILE | URL]...`
|
||
|
|
||
|
**qbittorrent** `--help`
|
||
|
|
||
|
**qbittorrent** `--version`
|
||
|
|
||
|
|
||
|
# DESCRIPTION
|
||
|
**qBittorrent** is an advanced Bittorrent client written in C++ / Qt,
|
||
|
using the **libtorrent-rasterbar** library by Arvid Norberg. qBittorrent is similar to uTorrent.
|
||
|
qBittorrent is fast, stable, light, it supports unicode and it provides a good integrated
|
||
|
search engine. It also comes with UPnP port forwarding / NAT-PMP, encryption (Vuze compatible),
|
||
|
FAST extension (mainline) and PeX support (utorrent compatible).
|
||
|
|
||
|
|
||
|
# OPTIONS
|
||
|
**`--help`** Prints the command line options.
|
||
|
|
||
|
**`--version`** Prints qbittorrent program version number.
|
||
|
|
||
|
**`--no-splash`** Disables splash screen on startup.
|
||
|
|
||
|
**`--webui-port=x`** Changes Web UI port to x (default: 8080).
|
||
|
|
||
|
|
||
|
# BUGS
|
||
|
If you find a bug, please report it at http://bugs.qbittorrent.org
|