mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 09:05:57 -05:00
Adding frame highlighting individual macro segments
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#pragma once
|
||||
#include <QWidget>
|
||||
#include <QTimer>
|
||||
#include <QFrame>
|
||||
#include <QVBoxLayout>
|
||||
#include <obs.hpp>
|
||||
|
||||
class Macro;
|
||||
@@ -69,6 +71,8 @@ protected:
|
||||
Section *_section;
|
||||
QLabel *_headerInfo;
|
||||
MacroEntryControls *_controls;
|
||||
QFrame *_frame;
|
||||
QVBoxLayout *_highLightFrameLayout;
|
||||
|
||||
private:
|
||||
QTimer _enterTimer;
|
||||
|
||||
Reference in New Issue
Block a user