1 #ifndef SIMPT_EDITOR_COPY_ATTRIBUTES_DIALOG_H_INCLUDED
2 #define SIMPT_EDITOR_COPY_ATTRIBUTES_DIALOG_H_INCLUDED
22 #include <boost/property_tree/ptree.hpp>
24 #include <QStandardItemModel>
62 void InitializeModel(
const boost::property_tree::ptree& pt);
72 QTableView* m_table_view;
73 QStandardItemModel* m_model;
78 #endif // end-of-include-guard
Namespace for SimPT tissue editor package.
Dialog for selecting the attributes we want to copy.
boost::property_tree::ptree SelectedAttributes()
Get the selected attributes.
virtual ~CopyAttributesDialog()
Destructor.
see the online Qt documentation
CopyAttributesDialog(const boost::property_tree::ptree &pt, QWidget *parent=nullptr)
Constructor.
see the online Qt documentation