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