instAdmin/Cpp/GisDes/SaRibbon/SARibbonBar/SARibbonComboBox.h
2024-10-29 22:24:50 +08:00

19 lines
361 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef SARIBBONCOMBOBOX_H
#define SARIBBONCOMBOBOX_H
#include "SARibbonGlobal.h"
#include <QComboBox>
/**
* @brief QComboBox的Ribbon显示可以显示QIcon和windowTitle在左侧
*/
class SA_RIBBON_EXPORT SARibbonComboBox : public QComboBox
{
Q_OBJECT
public:
SARibbonComboBox(QWidget *parent = Q_NULLPTR);
};
#endif // SARIBBONCOMBOBOX_H