Skui 0.0.1
Build fast and easy to use control software with Skui.
 
Loading...
Searching...
No Matches
propertywindow.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <QFormLayout>
4#include <QLabel>
5#include <QMetaProperty>
6#include <QScrollArea>
7#include <QWidget>
8
9class PropertyWindow : public QWidget
10{
11 Q_OBJECT
12
13public:
14 explicit PropertyWindow(QWidget *parent, const QObject *object);
15};
PropertyWindow(QWidget *parent, const QObject *object)
Definition propertywindow.cpp:3