#include "stdafx.h" #include "OK_Dialog.h" OK_Dialog::OK_Dialog(QWidget *parent) : QDialog(parent) { setupUi(this); } OK_Dialog::~OK_Dialog() {}