how to Edit code for personal Use
how to Edit code for personal Use
As i am working on my university project of comparing ip network with content centric networking. so i need to edit code and remove extra feature that i don't required . i want to change qbittorrent code that will simply have buttons like OPEN PAUSE STOP DELETE Torrent and only statistics are be shown and nothing else ! can any one help me in this matter ? thank you
Re: how to Edit code for personal Use
I suggest you instead look at libtorrent (the core of qbittorent) instead of qbittorrent.
It too is open source. https://github.com/arvidn/libtorrent
Website: http://www.libtorrent.org/
It too is open source. https://github.com/arvidn/libtorrent
Website: http://www.libtorrent.org/
Re: how to Edit code for personal Use
What KitKat said.
But if you are no expert programmer, then simply grab the source, and delete the UI elements you don't need.
With the thing KitKat linked, you can build your own client and you can just implement all kinds of statistics you want.
But if you are no expert programmer, then simply grab the source, and delete the UI elements you don't need.
With the thing KitKat linked, you can build your own client and you can just implement all kinds of statistics you want.