[Gui] Allow to create ExpLineEdit with python

This commit is contained in:
Florian Foinant-Willig
2024-03-22 23:18:22 +01:00
committed by wwmayer
parent 2ebbd83268
commit edbab63c91

View File

@@ -124,5 +124,6 @@ WidgetFactorySupplier::WidgetFactorySupplier()
new WidgetProducer<Gui::IntSpinBox>;
new WidgetProducer<Gui::DoubleSpinBox>;
new WidgetProducer<Gui::QuantitySpinBox>;
new WidgetProducer<Gui::ExpLineEdit>;
}
// clang-format on