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) --- qmpchanneleditor.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qmpchanneleditor.cpp') diff --git a/qmpchanneleditor.cpp b/qmpchanneleditor.cpp index ac1d8fe..f1d4e5e 100644 --- a/qmpchanneleditor.cpp +++ b/qmpchanneleditor.cpp @@ -8,10 +8,15 @@ qmpChannelEditor::qmpChannelEditor(QWidget *parent) : ui(new Ui::qmpChannelEditor) { ui->setupUi(this); + styl=new QDialSkulptureStyle(); + QList dials=findChildren(); + for(int i=0;isetStyle(styl); } qmpChannelEditor::~qmpChannelEditor() { + delete styl; delete ui; } -- cgit v1.2.3