The StatusBar class extends QStatusBar for some commonly used fields.
More...
#include <statusbar.h>
Inherits QStatusBar.
The StatusBar class extends QStatusBar for some commonly used fields.
◆ Field
| Enumerator |
|---|
| AbsolutePosition | |
| ProgressBar | |
◆ StatusBar() [1/2]
◆ StatusBar() [2/2]
◆ ~StatusBar()
◆ getFields()
| Fields getFields |
( |
| ) |
const |
|
inlinenoexcept |
◆ setFields()
| void setFields |
( |
Fields |
fields | ) |
|
|
noexcept |
◆ setField()
| void setField |
( |
Field |
field, |
|
|
bool |
enable |
|
) |
| |
|
noexcept |
◆ setPermanentMessage()
| void setPermanentMessage |
( |
const QString & |
message | ) |
|
|
noexcept |
◆ clearPermanentMessage()
| void clearPermanentMessage |
( |
| ) |
|
|
noexcept |
◆ setLengthUnit()
◆ setAbsoluteCursorPosition()
| void setAbsoluteCursorPosition |
( |
const Point & |
pos | ) |
|
|
noexcept |
◆ setProgressBarTextFormat()
| void setProgressBarTextFormat |
( |
const QString & |
format | ) |
|
|
noexcept |
◆ setProgressBarPercent()
| void setProgressBarPercent |
( |
int |
percent | ) |
|
|
noexcept |
◆ operator=()
◆ resizeEvent()
| void resizeEvent |
( |
QResizeEvent * |
e | ) |
|
|
overrideprotectednoexcept |
◆ updatePermanentMessage()
| void updatePermanentMessage |
( |
| ) |
|
|
privatenoexcept |
◆ updateAbsoluteCursorPosition()
| void updateAbsoluteCursorPosition |
( |
| ) |
|
|
privatenoexcept |
◆ mFields
◆ mPermanentMessage
| QString mPermanentMessage |
|
private |
◆ mLengthUnit
◆ mAbsoluteCursorPosition
| Point mAbsoluteCursorPosition |
|
private |
◆ mMessageLabel
| QScopedPointer<QLabel> mMessageLabel |
|
private |
◆ mAbsPosXLabel
| QScopedPointer<QLabel> mAbsPosXLabel |
|
private |
◆ mAbsPosYLabel
| QScopedPointer<QLabel> mAbsPosYLabel |
|
private |
◆ mProgressBar
| QScopedPointer<QProgressBar> mProgressBar |
|
private |
◆ mProgressBarPlaceHolder
| QScopedPointer<QWidget> mProgressBarPlaceHolder |
|
private |
The documentation for this class was generated from the following files: