10 lines
134 B
C++
Raw Normal View History

2014-08-03 19:52:23 +02:00
#include "libwidget.h"
2016-07-09 11:21:54 +02:00
LibWidget::LibWidget(QWidget* parent)
: QWidget(parent)
, ui(new Ui::LibWidget)
2014-08-03 19:52:23 +02:00
{
ui->setupUi(this);
}