Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. [solved]MessageDialog looks different compared to rest of GUI
Forum Updated to NodeBB v4.3 + New Features

[solved]MessageDialog looks different compared to rest of GUI

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 727 Views 1 Watching
  • 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.
  • Q Offline
    Q Offline
    qmlLearner
    wrote on last edited by
    #1

    Hey!

    I recently discovered the nice MessageDialog and was playing around with it.
    Two things that I was not able to figure out:

    • How can I assign a fixed size to it? I don't the width/height to be changeable by the mouse.
    • The look is quite different compared to the rest of the other windows (buttons look gtk-like and the bold font doesn't look that crisp; see screenshot below). How can I make it look like the rest?

    !http://oi60.tinypic.com/2ms3i91.jpg(screenshot messagedialog)!

    Thank you for your hints!

    1 Reply Last reply
    0
    • R Offline
      R Offline
      Roumed
      wrote on last edited by
      #2

      You can't.
      This component is built in plugin and don't use any resources of platform.
      You can define your own dialog or use QDialog at C++ side.

      Good luck.

      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