Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3306850
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T21:20:15+00:00 2026-05-17T21:20:15+00:00

I have a custom QWidget and I simple don’t want it to show up

  • 0

I have a custom QWidget and I simple don’t want it to show up in the taskbar. I have a QSystemTrayIcon for managing exiting/minimizing etc.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T21:20:15+00:00Added an answer on May 17, 2026 at 9:20 pm

    I think the only thing you need here is some sort of parent placeholder widget. If you create your widget without a parent it is considered a top level window. But if you create it as a child of a top level window it is considered a child window und doesn’t get a taskbar entry per se. The parent window, on the other hand, also doesn’t get a taskbar entry because you never set it visible: This code here works for me:

    class MyWindowWidget : public QWidget
    {
    public:
        MyWindowWidget(QWidget *parent)
            : QWidget(parent, Qt::Dialog)
        {
    
        }
    };
    
    int main(int argc, char *argv[])
    {
        QApplication app(argc, argv);
    
        QMainWindow window;
    
        MyWindowWidget widget(&window);
        widget.show();
    
        return app.exec();
    }
    

    No taskbar entry is ever shown, if this is want you intended.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have custom classes that I currently instantiate within App.xaml as resources. I want
I have two custom widgets (two classes based on QtGui.QWidget). In __init__ of QtGui.QMainWindow
I have a custom QWidget subclass that lays out a number of children. In
I have custom Rythm template tag (sayHi.html) which I want to call from parent
I have custom page and id of list item. How can i show sharepoint
I have a custom QWidget (actually, derived from QAbstractButton ) for which I have
We have custom user fields (ie 'Business Analyst', 'Developer', etc.) in JIRA, and we
I have custom coded several enterprise applications for mid to large organizations to use
i have custom cell with 2 buttons(the function of these buttons is just to
We have custom headers in the Silverlight DataGrid using the ContentTemplate. We've got a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.