Convert svg icon to png
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ StretchPanel::StretchPanel(QWidget *parent) : QWidget(parent)
|
||||
connect(invertButton, SIGNAL(toggled(bool)), this, SIGNAL(invert(bool)));
|
||||
|
||||
QToolButton *superPixelButton = new QToolButton(this);
|
||||
superPixelButton->setIcon(QIcon(":/bayer.svg"));
|
||||
superPixelButton->setIcon(QIcon(":/bayer.png"));
|
||||
superPixelButton->setCheckable(true);
|
||||
superPixelButton->setToolTip(tr("Superpixel CFA draw 2x2 pixel as one"));
|
||||
connect(superPixelButton, SIGNAL(toggled(bool)), this, SIGNAL(superPixel(bool)));
|
||||
|
||||
Reference in New Issue
Block a user