14 lines
207 B
C++
14 lines
207 B
C++
#include "SprinklerDeviceGuiItem.h"
|
|
|
|
|
|
CSprinklerDeviceGuiItem::CSprinklerDeviceGuiItem(QWidget *parent) :
|
|
QWidget(parent)
|
|
{
|
|
setupUi(this);
|
|
}
|
|
|
|
CSprinklerDeviceGuiItem::~CSprinklerDeviceGuiItem()
|
|
{
|
|
|
|
}
|