virtual void firstActivation(QEvent *)
void dragEnterEvent(QDragEnterEvent *e) override
QAction * about_qt_
launch the "About Qt" dialog
QMenu * display_toolbars_
Show/hide toolbars/docks.
bool event(QEvent *) override
QAction * configure_action_
Launch the QElectroTech configuration dialog.
QAction * about_qet_
Launch the "About QElectroTech" dialog.
QAction * manual_online_
Launch browser on QElectroTech online manual.
void dropEvent(QDropEvent *e) override
QAction * upgrade_
Launch browser on QElectroTech Windows Nightly builds.
~QETMainWindow() override
QAction * youtube_
Launch browser on QElectroTech Youtube channel.
bool first_activation_
Used to detect whether the window is activated for the first time.
QAction * fullscreen_action_
Toggle full screen.
QAction * actionForMenu(QMenu *)
QAction * whatsthis_action_
Toggle "What's this" mode.
void insertMenu(QMenu *, QMenu *, bool=true)
QAction * donate_
Launch browser to donate link.
QAction * upgrade_M
Launch browser on QElectroTech MAC_OS_X builds.
QETMainWindow(QWidget *=nullptr, Qt::WindowFlags=nullptr)
QHash< QMenu *, QAction * > menu_actions_
Store actions retrieved when inserting menus.
void updateFullScreenAction()