CoreTrace Qt IDE 1.0
The CoreTrace Text editor
 
Loading...
Searching...
No Matches
ui_component.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <QWidget>
4
6public:
7 virtual ~UIComponent() = default;
8 virtual void render() = 0;
9};
Definition ui_component.hpp:5
virtual ~UIComponent()=default
virtual void render()=0