From 1785e14480ab00afc4309bfcfbd5b00caea8ddde Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 26 Jan 2016 11:52:28 +0800 Subject: Dark Road. (WTF) --- qmpefxwindow.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qmpefxwindow.cpp') diff --git a/qmpefxwindow.cpp b/qmpefxwindow.cpp index 8e60d93..7d9c08e 100644 --- a/qmpefxwindow.cpp +++ b/qmpefxwindow.cpp @@ -8,6 +8,10 @@ qmpEfxWindow::qmpEfxWindow(QWidget *parent) : ui(new Ui::qmpEfxWindow) { ui->setupUi(this);initialized=false; + styl=new QDialSkulptureStyle(); + QList dials=findChildren(); + for(int i=0;isetStyle(styl); connect(this,SIGNAL(dialogClosing()),parent,SLOT(dialogClosed())); //stub. read these from settings after the setting module is implemented QSettings *settings=qmpSettingsWindow::getSettingsIntf(); @@ -27,6 +31,7 @@ qmpEfxWindow::qmpEfxWindow(QWidget *parent) : qmpEfxWindow::~qmpEfxWindow() { + delete styl; delete ui; } -- cgit v1.2.3