Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QMessagebox style
Qt 6.11 is out! See what's new in the release blog

QMessagebox style

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 526 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    LittleFire
    wrote on last edited by
    #1

    Hi,
    I used QMessageBox in my application, but appears differently depending on OS.
    For example, here using Linux:
    photo_2020-04-10_17-17-59.jpg
    And here using Windows:
    Screenshot_1.jpg
    In particular I would like to have the buttons centered in both cases, is it possible or I have to create my own class with QDialog and style it as I want?
    I try to use margin (and others) property in stylesheet but with linux it isn't work.

    1 Reply Last reply
    0
    • Christian EhrlicherC Online
      Christian EhrlicherC Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      You have to use your own QWidget/QDialog - QMessageBox is trying to use the native style guides (which also defines the order of the buttons).

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      L 1 Reply Last reply
      1
      • Christian EhrlicherC Christian Ehrlicher

        You have to use your own QWidget/QDialog - QMessageBox is trying to use the native style guides (which also defines the order of the buttons).

        L Offline
        L Offline
        LittleFire
        wrote on last edited by
        #3

        @Christian-Ehrlicher 34/5000
        Thanks for your reply!

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved