#ifndef QFORMATSET_H #define QFORMATSET_H #include #include namespace Ui { class QFormatSet; } class QFormatSet : public QDialog { Q_OBJECT public: explicit QFormatSet(QWidget *parent = nullptr); ~QFormatSet(); private: void handle(); void check_select(); private: Ui::QFormatSet *ui; public: std::vector values_{}; std::string xml_path_{}; bool isok_{false}; }; #endif // QFORMATSET_H