Documentation for the mainwindow file. More...
#include <QMainWindow>
#include <QPrinter>
#include <QMessageBox>
#include <QStack>
#include <QThread>
#include <QNetworkReply>
#include <QtCharts/QChartGlobal>
#include "global.h"


Go to the source code of this file.
Classes | |
class | MainWindow |
The base window of SocNetV contains all widgets and functionality. More... | |
Typedefs | |
typedef QHash< QString, int > | H_StrToInt |
Detailed Description
Documentation for the mainwindow file.
Typedef Documentation
◆ H_StrToInt
typedef QHash<QString, int> H_StrToInt |