You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ludocosmo edited this page Feb 23, 2021
·
13 revisions
Main Window Buttons
Buttons "Start Streaming" and "Start Recording" are not accessible to KITE because they are checkable.
To make them accessible to KITE, just remove the "checkable" property from file UI/forms/OBSBasic.ui
Settings Buttons
Original widgets shown on the left are not buttons but a list of widgets in a QListWidget object which are not accessible to KITE.
This QLisWidget will be replaced by a QButtonGroup container which will contain QPushButtons.