Files
BloomPatched/src/Insight/UserInterfaces/InsightWindow/BloomProxyStyle.hpp

17 lines
306 B
C++
Raw Normal View History

#pragma once
#include <QProxyStyle>
class BloomProxyStyle: public QProxyStyle
{
Q_OBJECT
public:
int styleHint(
StyleHint hint,
const QStyleOption* option = nullptr,
const QWidget* widget = nullptr,
QStyleHintReturn* returnData = nullptr
) const override;
};