36 #include <QRadioButton>
37 #include <QVBoxLayout>
43 this->
SetUpUi(iTraceName, iRandomIncluded);
59 tr(
"Choose your range of colors") );
60 if ( this->
m_LUT != NULL )
72 QLabel *ChooseYourWay =
new QLabel(
tr(
"Choose how you want to color your %1s :").arg( iTraceName.c_str() ) );
83 if ( iRandomIncluded )
91 | QDialogButtonBox::Ok);
106 std::string iTraceName, vtkLookupTable **ioLUT,
107 bool iRandomIncluded,
QWidget *iiParent)
114 if ( ColorDialog->
exec() == QDialog::Accepted )
120 if ( iRandomIncluded )
130 *ioLUT = ColorDialog->
m_LUT;