Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Brainstorm
  4. Qt Aria2 GUI With Background
QtWS25 Last Chance

Qt Aria2 GUI With Background

Scheduled Pinned Locked Moved Solved Brainstorm
2 Posts 2 Posters 2.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • 8 Offline
    8 Offline
    8741
    wrote on last edited by
    #1

    Hi Qt community, just joined as a noob. Got C++ experience but mostly console and school.

    I mainly use Windows but am passionate about open source and cross-platform. I've been using Aria2 as my main download for a long time, with a VBScript to start it in background and a web UI. Although it works fine for me, I'd like to introduce the tool to more friends who are not as technical.

    I've found a really simple version. But for me I'd like a more complete GUI, more similar to other download managers under Windows, namely:

    1. Systray icon managing the aria2 background process
    2. Download list
    3. Add download window
    4. Preference window

    Probably will work on this in that order, too.

    Just starting, so any suggestion and advice is welcome. Will update repo URL here, too.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome
      You should look at
      http://doc.qt.io/qt-5/qsystemtrayicon.html#details
      maybe also
      http://doc.qt.io/qt-5/qprocess.html
      For starting/controlling it.
      Maybe use
      http://doc.qt.io/qt-5/qnetworkaccessmanager.html
      to talk to Aria2 RPC interface

      1 Reply Last reply
      3

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved