Code Documentation 3.7
Social Network Visualizer
Loading...
Searching...
No Matches
mainwindow_help.cpp File Reference

Implements MainWindow Help menu and the shared user-message dialog helpers (slotHelpMessageToUser* - despite the name, used throughout the app, not just by Help actions). More...

#include "mainwindow.h"
#include "graph.h"
#include "graphicswidget.h"
#include "texteditor.h"
#include "forms/dialogsettings.h"
#include "forms/dialogsysteminfo.h"
#include <QtWidgets>
Include dependency graph for mainwindow_help.cpp:

Functions

static int compareVersions (const QString &a, const QString &b)
 Compares two version strings component-by-component.

Detailed Description

Implements MainWindow Help menu and the shared user-message dialog helpers (slotHelpMessageToUser* - despite the name, used throughout the app, not just by Help actions).

Author
Dimitris B. Kalamaras (http://dimitris.apeiro.gr)
See also
https://socnetv.org

Function Documentation

◆ compareVersions()

int compareVersions ( const QString & a,
const QString & b )
static

Compares two version strings component-by-component.

Handles versions with 1, 2, or 3 components (e.g. "3.3", "3.3.1", "3.10"). Returns: -1 if a < b 0 if a == b +1 if a > b