#include <QtGlobal>
Include dependency graph for GlobDefs.h:

This graph shows which files directly or indirectly include this file:

Defines | |
| #define | APP_NAME QObject::tr("Happy Cube Solver") |
| used in message boxes | |
| #define | MIN_HLP_PANE_WIDTH 215 |
| #define | MIN_BOT_HEIGHT 30 |
Variables | |
| QWidget * | g_main |
| this is a global pointer to the main MainWindow instance. | |
| #define APP_NAME QObject::tr("Happy Cube Solver") |
used in message boxes
| #define MIN_BOT_HEIGHT 30 |
| #define MIN_HLP_PANE_WIDTH 215 |
| QWidget* g_main |
this is a global pointer to the main MainWindow instance.
it is used in places where there is no easy reach to a parent window. This pointer is set in the main() and instantiated in main.cpp