• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kde-runtime API Reference
  • KDE Home
  • Contact Us
 

PlasmaComponents

Properties | List of all members
ProgressBar Class Reference

Inherits Item.

Properties

bool indeterminate
 
real maximumValue
 
real minimumValue
 
int orientation
 
real value
 

Detailed Description

Simple progressBar using the plasma theme.

Since
0.1

Some operations take a period of time to be performed and the user needs a confirmation that the operation is still ongoing. If the user does not get any confirmation, they might suspect that they did something wrong or that the device has broken. A progress bar is one of the available mechanisms for providing this reassurance to the user.

Definition at line 32 of file ProgressBar.qml.

Property Documentation

bool ProgressBar::indeterminate

Indicates whether the operation's duration is known or not.

The property can have the following values:

  • true: the operation's duration is unknown, so the progress bar is animated. The value, minimum, and maximum properties are ignored.
  • false: the operation's duration is known, so the progress bar is drawn to indicate progress between the minimum and maximum values.

The default value is false.

Definition at line 53 of file ProgressBar.qml.

real ProgressBar::maximumValue

Maximum value for the progressBar.

Definition at line 38 of file ProgressBar.qml.

real ProgressBar::minimumValue

Minimum value for the progressBar.

Definition at line 36 of file ProgressBar.qml.

int ProgressBar::orientation

Orientation of the progressBar: Qt.Horizontal or Qt.Vertical.

Definition at line 58 of file ProgressBar.qml.

real ProgressBar::value

Current value of the progressBar.

Definition at line 40 of file ProgressBar.qml.


The documentation for this class was generated from the following file:
  • ProgressBar.qml
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:08:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

PlasmaComponents

Skip menu "PlasmaComponents"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List

kde-runtime API Reference

Skip menu "kde-runtime API Reference"
  • KCMShell
  • KNotify
  • Plasma Runtime
  •     PlasmaCore
  •     DragAndDrop
  •     PlasmaComponents
  •     PlasmaExtraComponents
  •     QtExtraComponents

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal