UI: Add 'visibility' checkbox

This checkbox gives an 'eye' icon that indicates whether something is
visible or not.  The color of the icon is influenced by the current
style's foreground color.
This commit is contained in:
jp9000
2015-03-17 18:37:51 -07:00
parent 606d72b1fe
commit 53a98ecbe5
6 changed files with 57 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ set(obs_SOURCES
double-slider.cpp
volume-control.cpp
adv-audio-control.cpp
visibility-checkbox.cpp
vertical-scroll-area.cpp
source-list-widget.cpp
crash-report.cpp
@@ -135,6 +136,7 @@ set(obs_HEADERS
double-slider.hpp
volume-control.hpp
adv-audio-control.hpp
visibility-checkbox.hpp
vertical-scroll-area.hpp
source-list-widget.hpp
qt-display.hpp