how to Edit code for personal Use

Linux specific questions, problems.
Post Reply
immishaykh

how to Edit code for personal Use

Post by immishaykh »

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
KitKat

Re: how to Edit code for personal Use

Post by KitKat »

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/
User avatar
Peter
Administrator
Administrator
Posts: 3049
Joined: Wed Jul 07, 2010 6:14 pm

Re: how to Edit code for personal Use

Post by Peter »

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.
Post Reply