mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
compatible with gcc 5.3.1 amd 6.1.1
This commit is contained in:
@ -138,7 +138,7 @@ void qScanWidget::SetupWidgetWindow(){
|
||||
btnCustom = new QPushButton("Delete ",widgetCustom);
|
||||
btnCustom->setIcon(QIcon( ":/icons/images/close.png" ));
|
||||
comboCustom->setEditable(true);
|
||||
comboCustom->setCompleter(false);
|
||||
comboCustom->setCompleter(NULL);
|
||||
comboCustom->setValidator(new QDoubleValidator(comboCustom));
|
||||
comboCustom->setToolTip(customTip);
|
||||
btnCustom->setSizePolicy(QSizePolicy::Fixed,QSizePolicy::Fixed);
|
||||
|
Reference in New Issue
Block a user