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. Popups that behaves like QMessagebox
Forum Updated to NodeBB v4.3 + New Features

Popups that behaves like QMessagebox

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 467 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.
  • T Offline
    T Offline
    Tyskie
    wrote on last edited by
    #1

    Hi there,

    There have been few issues with QMessagebox on different platforms, and I would like to create similar Message boxes but not using QMessagebox to avoid the issues. For example, fading time taken into account correctly, or being able to add a close button, make them appear where I want etc.

    Do you guys have any idea if such widget already exists? If not how would you proceed to achieve something like that?

    Thanks

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      QMessagebox is just a dialog QDialog subclass , so to make a custom
      one, you can just inherited QDialog and make it do as you want.

      However, what is wrong with QMessagebox ?

      1 Reply Last reply
      2

      • Login

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