Qt.QProgressBar Class

public class QProgressBar: QFrame, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QFrame
          QProgressBar

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QProgressBar Constructors

QProgressBar(Qt.QWidget, System.String, Qt.WidgetFlags) Constructor
QProgressBar(int, Qt.QWidget, System.String, Qt.WidgetFlags) Constructor
QProgressBar() Constructor
QProgressBar(Qt.QWidget) Constructor
QProgressBar(Qt.QWidget, System.String) Constructor
QProgressBar(int) Constructor
QProgressBar(int, Qt.QWidget) Constructor
QProgressBar(int, Qt.QWidget, System.String) Constructor
QProgressBar(void *) Constructor

QProgressBar Methods

QProgressBar.CenterIndicator Method
QProgressBar.DrawContents Method
QProgressBar.Finalize Method
QProgressBar.IndicatorFollowsStyle Method
QProgressBar.MinimumSizeHint Method
QProgressBar.PercentageVisible Method
QProgressBar.Progress Method
QProgressBar.ProgressString Method
QProgressBar.Reset Method
QProgressBar.SetCenterIndicator Method
QProgressBar.SetIndicator Method
QProgressBar.SetIndicatorFollowsStyle Method
QProgressBar.SetPercentageVisible Method
QProgressBar.SetProgress Method
QProgressBar.SetTotalSteps Method
QProgressBar.Show Method
QProgressBar.SizeHint Method
QProgressBar.StyleChange Method
QProgressBar.TotalSteps Method


QProgressBar(Qt.QWidget, System.String, Qt.WidgetFlags) Constructor

public void QProgressBar(Qt.QWidget parent, System.String name, Qt.WidgetFlags f);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar(int, Qt.QWidget, System.String, Qt.WidgetFlags) Constructor

public void QProgressBar(int totalSteps, Qt.QWidget parent, System.String name, Qt.WidgetFlags f);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar() Constructor

public void QProgressBar();

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar(Qt.QWidget) Constructor

public void QProgressBar(Qt.QWidget parent);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar(Qt.QWidget, System.String) Constructor

public void QProgressBar(Qt.QWidget parent, System.String name);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar(int) Constructor

public void QProgressBar(int totalSteps);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar(int, Qt.QWidget) Constructor

public void QProgressBar(int totalSteps, Qt.QWidget parent);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar(int, Qt.QWidget, System.String) Constructor

public void QProgressBar(int totalSteps, Qt.QWidget parent, System.String name);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar(void *) Constructor

public void QProgressBar(void * ptr);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.CenterIndicator Method

public bool CenterIndicator();

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.DrawContents Method

protected void DrawContents(Qt.QPainter arg1);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.Finalize Method

protected override void Finalize();

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.IndicatorFollowsStyle Method

public bool IndicatorFollowsStyle();

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.MinimumSizeHint Method

public Qt.QSize MinimumSizeHint();

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.PercentageVisible Method

public bool PercentageVisible();

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.Progress Method

public int Progress();

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.ProgressString Method

public System.String ProgressString();

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.Reset Method

public void Reset();

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.SetCenterIndicator Method

public void SetCenterIndicator(bool on);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.SetIndicator Method

protected bool SetIndicator(System.String progress_str, int progress, int totalSteps);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.SetIndicatorFollowsStyle Method

public void SetIndicatorFollowsStyle(bool arg1);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.SetPercentageVisible Method

public void SetPercentageVisible(bool arg1);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.SetProgress Method

public void SetProgress(int progress);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.SetTotalSteps Method

public void SetTotalSteps(int totalSteps);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.Show Method

public void Show();

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.SizeHint Method

public Qt.QSize SizeHint();

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.StyleChange Method

protected void StyleChange(Qt.QStyle arg1);

See Also

Qt.QProgressBar Class, Qt Namespace

QProgressBar.TotalSteps Method

public int TotalSteps();

See Also

Qt.QProgressBar Class, Qt Namespace