]> git.lyx.org Git - features.git/commit
Inform user if panel or tab has invalid content (#10827)
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 22 Dec 2022 14:01:58 +0000 (15:01 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 22 Dec 2022 14:01:58 +0000 (15:01 +0100)
commitd888d0d130edc7b72d4afea01a93ede2ea0ce648
tree3619901b4ef21806a03c67e65ba7eb06c2acef67
parent19b04c7bc8053d19584b063d2c00b2a75fa817b7
Inform user if panel or tab has invalid content (#10827)

This adds a warning icon to either the tab header or the panel stack
entry item if a widget on the panel/stack has invalid content.

Particularly helpful to get aware of such content on other tabs/panes
than the one currently selected.
src/frontends/qt/ButtonController.cpp
src/frontends/qt/ButtonController.h
src/frontends/qt/GuiDocument.cpp
src/frontends/qt/GuiExternal.cpp
src/frontends/qt/GuiGraphics.cpp
src/frontends/qt/GuiInclude.cpp
src/frontends/qt/PanelStack.cpp
src/frontends/qt/PanelStack.h
src/frontends/qt/Validator.cpp
src/frontends/qt/Validator.h