New Sensor-> Actor -> Item system (half implemented, relay support
only), new ui, Relay dehardcoeding.
This commit is contained in:
14
relayscrollbox.cpp
Normal file
14
relayscrollbox.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
#include "relayscrollbox.h"
|
||||
#include "ui_relayscrollbox.h"
|
||||
|
||||
RelayScrollBox::RelayScrollBox(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::RelayScrollBox)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
RelayScrollBox::~RelayScrollBox()
|
||||
{
|
||||
delete ui;
|
||||
}
|
Reference in New Issue
Block a user