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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:29:31+00:00 2026-06-17T09:29:31+00:00

This is something i´ve been struggling with since i started using stylesheets on QT.

  • 0

This is something i´ve been struggling with since i started using stylesheets on QT.

I have this style:

QPushButton#btnNewCamera
{
    border-radius: 5px;
    min-width: 20px;
    min-height: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

This is the code I had to set to make it work.

createNewCameraBtn = new QPushButton();
createNewCameraBtn->setObjectName( tr("btnNewCamera") );      
createNewCameraBtn->setSizePolicy(QSizePolicy::Fixed,QSizePolicy::Fixed);
createNewCameraBtn->setFixedWidth(20);
  

Does it make sense?. Telling the size twice?. This buttons are always the same size.
If i set the fixed size less than 20, it works anyway (because it keeps the minimum size from the stylesheet… so that makes me guess that stylesheet sizes are prioritary…)

But why not just tell the size inside the stylesheet. Why add those other lines?

Could somebody explain me what happens with this?. Why min-width on the styletheet to make it work?. Why not just give it the info about the background and make it work like the old style buttons?

  • 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-17T09:29:32+00:00Added an answer on June 17, 2026 at 9:29 am

    stylesheets will change your widget properties, so changing same thing in code and in stylesheet is not necessary. If you want to make widget fixed size with CSS you need to set both min and max size. Otherwise widget may be resized. Try to keep all styling stuff in one place to keep everything clear, as sometimes properties will mix up with those in code and in CSS.

    Remember that properties will be changed in order they are applied. So if you apply CSS on application first, then change properties in code, property will keep value from code. If you change property in code and then apply CSS, CSS value will be kept

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

Sidebar

Related Questions

Ever since I started programming this has been something I have been curious about.
This is something I have been struggling about for some time now. The thing
I might be missing something, but I have been struggling with this problem for
So this is something that I have not been able to find any documentation
I have been scouring the web for something like this and being a lazy
This is a question I have been struggling with for a while. What is
I have been struggling with this annoying problem for a while without finding an
I have been struggling with this a while now. I implemented a basic IHttpHandler
I have been struggling with this for 16 hours straight and I am at
I have this question for my programming class which I have been struggling to

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.