Skip to content

Show a waiting spinner, when loading a signal #31

@Biehrer

Description

@Biehrer

To indicate that the application is loading a big file from disk(and can't do anything other in the meantime), show a spinner widget on the screen

=>How-to:

  1. Load a gif or Qt "movie":

Pseudocode:
QLabel *lbl = new QLabel;
QMovie *movie = new QMovie("G:/loader.gif");
lbl->setMovie(movie);
lbl->show();
movie->start();

Limitation: not resizeable

  1. Use widgets which are free on github like:

https://github.com/snowwlex/QtWaitingSpinner
or
https://github.com/mojocorp/QProgressIndicator

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions