Give the user a possibility to set the maximum number of parts during import on an dxf file. Because sometimes the dxf file can contain more than 200 elements and the user is deleting some elements afterwards

This commit is contained in:
Martin Marmsoler
2023-10-12 20:46:09 +02:00
parent 0cfde21758
commit e51ddbaa42
4 changed files with 85 additions and 10 deletions

View File

@@ -45,6 +45,7 @@ class GeneralConfigurationPage : public ConfigPage
void on_m_custom_elmt_path_cb_currentIndexChanged(int index);
void on_m_custom_tbt_path_cb_currentIndexChanged(int index);
void on_m_indi_text_font_pb_clicked();
void on_MaxPartsElementEditorList_sb_valueChanged(int value);
private:
void fillLang();