mirror of
https://gitlab.univ-nantes.fr/E164955Z/ptrans.git
synced 2026-08-30 08:10:26 +08:00
Ajout contenu branch ToonMapping
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#include "QuantiDialog.h"
|
||||
|
||||
|
||||
#include <QVariant>
|
||||
QuantiDialog::QuantiDialog(QWidget* parent)
|
||||
: QDialog(parent)
|
||||
, Ui::QuantiDialog()
|
||||
{
|
||||
|
||||
setupUi(this);
|
||||
//connect(area_quanti, static_cast<void(QSpinBox::*)(double)>(&QSpinBox::valueChanged), this, SLOT(QuantiDialog::updateLabe()));
|
||||
|
||||
//connect(area_quanti, SIGNAL(valueChanged(int)), this, &QuantiDialog::updateLabelValue);
|
||||
//connect(area_quanti, static_cast<void(QDoubleSpinBox::*)(double)>(&QDoubleSpinBox::valueChanged), this, &QuantiDialog::updateLabelValue);
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user