#include "KmeansDlg.h" #include KmeansDlg::KmeansDlg(QWidget* parent) : QDialog(parent) , Ui::KmeansDialog() { setupUi(this); }