Muby

Results 9 issues of Muby

Hi, I try to use your Nice Frameless Window, but with a QGraphicsView. Indeed, the content of my MainWindow, is juste a QGraphicsView. To be able to optimize the performance...

Hello, I would to know there is a simple way to get MonoColor that can take a string like today or a ColorMode ? Thanks a lot

With this trueframeless windows i'm not succeed to add icon for the taskbar. I tried : `RC_ICONS = icon.ico in the .pro` I tried : ``` HICON hWindowIcon = LoadIcon(GetModuleHandle(NULL),...

When I try to add some openGL Widget, I lose almost all interaction ... unable to move, to resize etc... Any idea ? :( any tips ?

I try to add shortcut inside the QWinWidget with 👍 `QShortcut* ss = new QShortcut(QKeySequence(tr("F2", "Rename Record")), this); ss->setContext(Qt::ShortcutContext::ApplicationShortcut); connect(ss, &QShortcut::activated, this, [=]() { qDebug()

When you want to quick zoom on an aera, you have to wheel and wheel ... because it's seem that you load all zoom index, even if we don't care...

First of all ! Nice work ! I can suggest you to add a cache : - Memory cache - HDD Cache - Sqlite Cache It could be nice to...

Context : Osgearth 3.2 + Patch (From Conan) Maybe it's something fixed in 3.4 I conducted some tests as I wanted to create a circle with a consistent diameter using...

request

Hi, I try to compil you sample with QtCreator (Qt 5.4.0) and I get an error of "C:\Users\user1\Desktop\qml-ogdf-master\ogdfplugin\ogdf\include\ogdf\basic\CriticalSection.h:118: erreur : C3861: 'TryAcquireSRWLockExclusive'ÿ: identificateur introuvable" Is there a way to resolve...