Skip to content

Instantly share code, notes, and snippets.

@jbltx
jbltx / MacWindow.h
Last active July 26, 2023 08:28
Custom OSX TitleBar Size with QML
#ifndef MACWINDOW_H
#define MACWINDOW_H
#include <QObject>
class MacWindow : public QObject
{
Q_OBJECT
public: