![]() |
Code Documentation 3.7
Social Network Visualizer
|
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>
Functions | |
| static int | compareVersions (const QString &a, const QString &b) |
| Compares two version strings component-by-component. | |
Implements MainWindow Help menu and the shared user-message dialog helpers (slotHelpMessageToUser* - despite the name, used throughout the app, not just by Help actions).
|
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