PartDesign: rework axis and plane comboboxes and make it work without part.

Rework combobox filling and link hadling for revolution and transformed features, in order to get rid of hard-coded item indexes and make the lists more dynamic.
This commit is contained in:
DeepSOIC
2015-07-19 23:19:16 +03:00
committed by Stefan Tröger
parent 2625233dff
commit 9776d30b87
12 changed files with 661 additions and 882 deletions

View File

@@ -85,6 +85,8 @@ private:
private:
Ui_TaskLinearPatternParameters* ui;
QTimer* updateViewTimer;
ComboLinks dirLinks;
};