#ifndef QT_GUI_H
#define QT_GUI_H

#include <QApplication>

void init_qt_late();
void init_ui();

void run_ui();
void exit_ui();

#endif // QT_GUI_H