Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to replace system tray icon with graph/chart

How to replace system tray icon with graph/chart

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 298 Views 1 Watching
  • 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.
  • A Offline
    A Offline
    Atonicus
    wrote on last edited by
    #1

    Hello all.

    I'm attempting to create an Qt Quick application that places a graph on the system tray on OsX that replaces the system tray icon. This graph is updated every second by a thread (something like iStats Menus tray graphs). And also if the graph is clicked to show a menu (classic action of a system tray icon).

    Any hints or information on how to achieve that are welcome.

    Than you in advance for any information.

    Gojir4G 1 Reply Last reply
    0
    • A Atonicus

      Hello all.

      I'm attempting to create an Qt Quick application that places a graph on the system tray on OsX that replaces the system tray icon. This graph is updated every second by a thread (something like iStats Menus tray graphs). And also if the graph is clicked to show a menu (classic action of a system tray icon).

      Any hints or information on how to achieve that are welcome.

      Than you in advance for any information.

      Gojir4G Offline
      Gojir4G Offline
      Gojir4
      wrote on last edited by
      #2

      @Atonicus IMHO the simplest way to do that is to paint the graph on a pixmap, and then set this pixmap as system tray icon.

      1 Reply Last reply
      4

      • Login

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