This website requires JavaScript.
Explore
Help
Sign In
jp9000
/
obs-studio
Watch
1
Star
0
Fork
0
You've already forked obs-studio
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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 02:10:25 -05: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
}
;
Reference in New Issue
Copy Permalink