Skui 0.0.1
Build fast and easy to use control software with Skui.
 
Loading...
Searching...
No Matches
textcombine.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "../node.hpp"
4
5class TextCombine : public Node
6{
7 Q_OBJECT
8public:
9 explicit TextCombine(QObject *parent = nullptr);
10
11private:
12 void valueChanged();
13};
Node(QObject *parent)
Definition node.cpp:5
TextCombine(QObject *parent=nullptr)
Definition textcombine.cpp:3