Skip to content

aint-no-programmer/PopupMessageBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PopupMessageBox

Simple cross-platform Qt popup messagebox based on Evileg PopUp notification, link: https://evileg.com/en/post/146/

What has been developed:

  • added multiple animated messages with expire timer
  • added a separate thread event loop for messages

How it looks

Demostration video
The example application demonstrates popup messages

How to use it

Simple use:

#include "PopMsgBox.h"

/*
 * some code
 */
 
/*
 * place where need to show message
 */
pmb::PopMsgBox::instance().enqueueMessage("some title", "some message", QColor(0, 0, 0, 180));

Build

Qt5 needs to be installed

Windows

mkdir build
cd build
cmake ..
cmake --build .

Linux

mkdir build
cd build
cmake ..
make

Platforms supported

You can use it on Windows and Linux

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy