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
361 B
C

#ifndef SARIBBONCOMBOBOX_H
#define SARIBBONCOMBOBOX_H
#include "SARibbonGlobal.h"
#include <QComboBox>
/**
* @brief QComboBoxRibbonQIconwindowTitle
*/
class SA_RIBBON_EXPORT SARibbonComboBox : public QComboBox
{
Q_OBJECT
public:
SARibbonComboBox(QWidget *parent = Q_NULLPTR);
};
#endif // SARIBBONCOMBOBOX_H