#include "CmQtEditor.h" CamelotEditor::CamelotEditor(QWidget *parent) : QMainWindow(parent) { ui.setupUi(this); } CamelotEditor::~CamelotEditor() { }