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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T15:49:56+00:00 2026-06-16T15:49:56+00:00

I need to create a custom push button which will have 3 different background

  • 0

I need to create a custom push button which will have 3 different background images corresponding to the following states:

  • normal
  • mouse over
  • mouse down

I would like to have a QHBoxLayout with 3 parts for left side, right side and middle side (stretching side) for the button.

Inside the middle size, I would like to have a label to show the text.

I need this button to have a “clicked” event as well.

I have been doing a lot of search to achieve this but I am really lost. I tried many things including custom widget from QWidget or styling QPushButton with stylesheets but I failed to achieve having 3 images for 3 mouse states and the clicked event.

I am looking for help.

  • 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-16T15:49:58+00:00Added an answer on June 16, 2026 at 3:49 pm

    You can use the border-image property, by composing a single image for each state like this:

               |              |
    Left Image | Middle Image | Right Image
               |              | 

    then by specifying the left and right image sizes as the border slice sizes and in the border widths of the stylesheet. For example, if the right images were 25 pixel wide and the left ones 20, you would have:

    QPushButton {
        border-image: url(:/normal.png) 0 25 0 20 stretch stretch; 
        border-width:0 25 0 20; /* without it, only the middle images would show */
    }
    QPushButton:hover { 
        border-image: url(:/hover.png) 0 25 0 20 stretch stretch;
    }
    QPushButton:pressed { 
        border-image: url(:/pressed.png) 0 25 0 20 stretch stretch;
    }
    

    The values represent the distance between the top, right, bottom and left sides of the image.

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

Sidebar

Related Questions

Need to create a custom DNS name server using C which will check against
I need to create a custom user interface using extJS/JSP which will allow me
I need to create a custom component which consist of a drop down box,
I need to create a custom view, which extends RelativeLayout and simply needs to
I need to create a custom constraint annotation which can access the value of
I need to create one textfield custom components which accepts only credit card number
I need to create a custom gauge field which looks slimmer like a Blue
I have a UInavigation controller, UITabelView with customized UITableViewCells, which I will create 4
I'm tasked with trying creating a site which will create custom HTML templates. The
I need create custom dialog and put JPanel into it. Is it possible?

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.