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