Filling the Print's Tab. Continued. All labels are on they own places, but still without Controls

This commit is contained in:
YuSanka
2017-12-14 14:42:47 +01:00
parent d60fac42d6
commit 67b9b1b273
4 changed files with 229 additions and 242 deletions

View File

@@ -91,7 +91,8 @@ protected:
bool disable_tree_sel_changed_event_;
public:
DynamicPrintConfig config_;
DynamicPrintConfig config_; //! tmp_val
const ConfigDef* config_def; //! tmp_val
public:
CTab() {}
@@ -117,6 +118,10 @@ public:
virtual void build() = 0;
// virtual void _update();
Option get_option_(const std::string title){
return Option(*config_def->get(title), title);
}
};
//Slic3r::GUI::Tab::Print;