Falkon Develop
Cross-platform Qt-based web browser
ProgressBar Class Reference

#include <progressbar.h>

Inheritance diagram for ProgressBar:

Public Slots

void setValue (int value)
 

Public Member Functions

 ProgressBar (QWidget *parent=nullptr)
 

Protected Member Functions

void paintEvent (QPaintEvent *e) override
 
void initStyleOption (QStyleOptionProgressBar *option)
 

Detailed Description

Definition at line 27 of file progressbar.h.

Constructor & Destructor Documentation

◆ ProgressBar()

ProgressBar::ProgressBar ( QWidget *  parent = nullptr)
explicit

Definition at line 23 of file progressbar.cpp.

Member Function Documentation

◆ initStyleOption()

void ProgressBar::initStyleOption ( QStyleOptionProgressBar *  option)
protected

Definition at line 40 of file progressbar.cpp.

◆ paintEvent()

void ProgressBar::paintEvent ( QPaintEvent *  e)
overrideprotected

Definition at line 54 of file progressbar.cpp.

◆ setValue

void ProgressBar::setValue ( int  value)
slot

Definition at line 32 of file progressbar.cpp.


The documentation for this class was generated from the following files: