You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
411 B
C++

#ifndef SARIBBONSEPARATORWIDGET_H
#define SARIBBONSEPARATORWIDGET_H
#include "SARibbonGlobal.h"
#include <QFrame>
#include <QStyleOption>
///
/// \brief 用于显示分割线
///
class SA_RIBBON_EXPORT SARibbonSeparatorWidget : public QFrame
{
Q_OBJECT
public:
SARibbonSeparatorWidget(QWidget* parent = nullptr);
virtual QSize sizeHint() const override;
};
#endif // SARIBBONSEPARATORWIDGET_H