This website requires JavaScript.
Explore
Minetest
Help
Sign In
jp9000
/
obs-studio
Watch
1
Star
0
Fork
You've already forked obs-studio
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
19701e3bbc
obs-studio
/
UI
/
visibility-checkbox.hpp
8 lines
95 B
C++
Raw
Normal View
History
Unescape
Escape
UI, libobs, text-freetype2: Add missing pragma once in header files
2019-04-01 00:10:25 -07:00
#
pragma once
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.
2015-03-17 18:37:51 -07:00
#
include
<QCheckBox>
class
VisibilityCheckBox
:
public
QCheckBox
{
Q_OBJECT
}
;