The status bar of Pencil2D's main window.
ElidedLabel * mToolLabel
Label used to display a short help text for the current tool.
void updateModifiedStatus(bool modified)
Updates the file modification status.
QComboBox * mZoomBox
Combo box for choosing pre-defined or custom zoom levels.
QLabel * mToolIcon
Label used to display the icon of the current tool.
void updateToolStatus(ToolType tool)
Updates the status bar with information about the current tool.
Editor * mEditor
The editor associated with this status bar.
void zoomChanged(double scale)
This signal is sent when the user chooses a new zoom level through the status bar.
void setEditor(Editor *editor)
Associates an Editor instance with the status bar.
QLabel * mModifiedLabel
Label indicating that the current file contains unsaved changes.
QSlider * mZoomSlider
Slider for adjusting the zoom level.
void updateZoomStatus()
Updates the zoom level displayed in the status bar.
QObject * parent() const const