I want to make a tray applet using Qt that will use an output from a bash script to show some basic info. Is that possible to do in Qt? I wasn’t able to find any tutorial via google, though.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What about the System Tray Icon Example?
(Please note that the term "applet" is something different than the term "tray icon". The former is used for something more than just an icon and in most cases (which is very system dependent) a background process and placed by the user into the tray bar, where your tray icon is put in the system tray bar by a foreground application.)