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 8356429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T10:11:43+00:00 2026-06-09T10:11:43+00:00

I would like to have a button with the shape of its icon image

  • 0

I would like to have a button with the shape of its icon image in my QT application. I’m trying to set the button mask by obtaining the mask from the used image (.png) using the alpha channel.

Here are the interested code lines:

QPushButton button();
QPixmap pixmap("image_path.png");
QIcon icon(pixmap);
button.setIcon(icon);
button.setMask(pixmap.createMaskFromColor(Qt::transparent,Qt::MaskInColor));

The result is that the button disappears!

By doing some tests I’m sure that the mask is created rightly, where is the mistake?

  • 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-09T10:11:44+00:00Added an answer on June 9, 2026 at 10:11 am

    if you’re using a .png with alpha like this one :
    transparent png
    you can set its shape as a mask like this:

    QPushButton button;
    button.resize(50,50);
    button.show();
    
    QPixmap mask("D:/shape.png");
    button.setMask(mask.mask());
    

    You will got a result like :
    result shape button

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

Sidebar

Related Questions

I have a button set, and would like to set the width of each
I would like to have a button in my window such that if I
I would like to have more than one button. I tried to copy code
In Interface Builder components I have Gradient Button I would like to create this
I have a button which creates a div. Once clicked I would like to
Ok, let's say that I have a button and I would like to enable/disable
I have a mvc3 Ajax.BeginForm. Instead of clicking on the button I would like
I would like to have an AppWidget that designed like this one . Image:
I have an irregular shaped custom button and I would like for it to
I would like to have a window with a simple form (radio buttons and

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.