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

  • Home
  • SEARCH
  • 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 7847809
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:00:31+00:00 2026-06-02T18:00:31+00:00

Can some one explain me how to make a window in qt according to

  • 0

Can some one explain me how to make a window in qt according to the shape of some object in an image , for example i have an image of a tree , using that i need to create a window in the shape of a tree ..

  • 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-06-02T18:00:34+00:00Added an answer on June 2, 2026 at 6:00 pm

    After a long search , myself found a good solution , check out this ..

    #include <QtGui>
     class  myMainWindow:public QMainWindow
     {
     public:
         myMainWindow():QMainWindow()
         {
        setMask((new QPixmap("saturn.png"))->mask());
    
    
        QPalette* palette = new QPalette();
        palette->setBrush(QPalette::Background,QBrush(QPixmap("saturn.png")));
        setPalette(*palette);   
    
        setWindowFlags(Qt::FramelessWindowHint);     
        QWidget *centralWidget = new QWidget(this);
        QGridLayout *layout = new QGridLayout();
    
        centralWidget->setLayout(layout);
    
        QPushButton* button1 = new QPushButton("Button 1");
        button1->setFixedSize(80,50);
    
        layout->addWidget(button1,0,0); 
    
        setCentralWidget(centralWidget);
    
         };
         ~myMainWindow(){};
     };
    
    int main(int argc, char **argv)
    {
        QApplication app(argc, argv);
        myMainWindow *window = new myMainWindow();    
    
        window->resize(600, 316);          
        window->show();
        return app.exec();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can some one explain the meaning of the following code snippet ( jQuery.fn[name] )
Can some one explain (or quote a reference) to compare the scoring mechanism used
hopefully some WPF ninja can explain to me why if I have a tab
Can please someone one explain how to deal with out-of-order packets. I'm using raw
This one is a bit tricky to explain. I have a usercontrol with some
I've adapted the Crockford object() function so that I can pass in some parameters
Can someone help me please or explain to me on how to make my
Can someone explain that why do arithmetic operations on integral types in Java always
Here i want to make one file and write some data in this file
Can someone explain how users accounts works on webpage? www.website.com/profile? uid=15636373282 or www.website.com/profile/ 15636373282

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.