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