Skip to content

Instantly share code, notes, and snippets.

View Mecanik's full-sized avatar
🎯
Focusing

Norbert Boros Mecanik

🎯
Focusing
View GitHub Profile
@Mecanik
Mecanik / qtoolbarext.hpp
Created July 16, 2022 05:28 — forked from mistic100/qtoolbarext.hpp
[Qt/C++] Custom QToolBar allowing to add a button/menu with text and icon
#ifndef QTOOLBAREXT_H
#define QTOOLBAREXT_H
#include <QToolBar>
#include <QMenu>
#include <QToolButton>
/**
* @brief Custom QToolBar allowing to add a button/menu with text and icon