TabToolbar icon indicating copy to clipboard operation
TabToolbar copied to clipboard

A small library for creating tabbed toolbars

Results 8 TabToolbar issues
Sort by recently updated
recently updated
newest added

Is it possible to make the `Groups` dinamically change their **width**? E.g. by Drag&Drop the separators.

Hi, I have a TabToolbar that works fine when using a single screen. But when I open the project with a dual screen attached to my computer, it crashes. I...

Background color of the toolbar is not changed when changing style on click. I found that changing the fonction TabToolbar::SetStyle by using qApp->setStyleSheet is making that works.

Hello, my application crash when I install the translator (in Arabic, layout rightToLeft) before creating the toolbar. it crash on : `group->AddAction(QToolButton::DelayedPopup, ui.actionAddImage);` After digging in the code I found...

Доброго дня! (Qt 5.14.0 / Qt Des 4.11.2 x64) Основное: спасибо за твой труд! Великолепно. Надеюсь я не ошибся и ты читаешь по русски :). Итак: Без использования ` QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);`...

How to connect signal and slots for itemType = "action"? There's an action like: ```json { "itemType": "action", "type": "instantPopup", "name": "actionExit" } ``` But when I find actionExit that...