v2.0.0
Loading...
Searching...
No Matches
progressview.h File Reference

Labelled QProgressBar with an automatic show / hide behaviour. More...

#include "../disp_global.h"
#include "abstractview.h"
Include dependency graph for progressview.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DISPLIB::ProgressView
 Labelled QProgressBar with optional auto-hide on completion. More...

Namespaces

namespace  DISPLIB
 2-D display widgets and visualisation helpers (charts, topography, colour maps).

Detailed Description

Labelled QProgressBar with an automatic show / hide behaviour.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2020-2026 MNE-CPP Authors

Author
Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
0.1.7
Date
September 2020

ProgressView combines a description label and a QProgressBar in a single small widget and is the standard way DISPLIB plugins report the state of long-running jobs (recording write-out, BEM solving, filter design …). It auto-hides when the value reaches 100 % unless the caller opts out.

Definition in file progressview.h.