New Sensor-> Actor -> Item system (half implemented, relay support
only), new ui, Relay dehardcoeding.
This commit is contained in:
parent
74f117db69
commit
b04fbfb5bc
66 changed files with 3905 additions and 123 deletions
22
src/ui/actorsettingsdialog.h
Normal file
22
src/ui/actorsettingsdialog.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#ifndef ACTORSETTINGSDIALOG_H
|
||||
#define ACTORSETTINGSDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class ActorSettingsDialog;
|
||||
}
|
||||
|
||||
class ActorSettingsDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ActorSettingsDialog(QWidget *parent = nullptr);
|
||||
~ActorSettingsDialog();
|
||||
|
||||
private:
|
||||
Ui::ActorSettingsDialog *ui;
|
||||
};
|
||||
|
||||
#endif // ACTORSETTINGSDIALOG_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue