14 lines
284 B
C++
14 lines
284 B
C++
#include "cdgraphic.h"
|
|
#include "cdutils_core.h"
|
|
#include "cdutils_x.h"
|
|
#include "graphic.h"
|
|
#include "piqt.h"
|
|
|
|
using namespace CDUtils;
|
|
|
|
|
|
CDGraphicWidget::CDGraphicWidget(QWidget * p): QWidget(p), Ui::CDGraphicWidget() {
|
|
setupUi(this);
|
|
graphic->setGraphicsCount(0);
|
|
}
|