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.
nmWATI/Include/iBase/iPlugin/ZxTableHeaderViewCbxViewS.h

24 lines
585 B
C++

#pragma once
#include "ZxTableHeaderViewCbxView.h"
class I_PLUGIN_EXPORT ZxTableHeaderViewCbxViewS : public ZxTableHeaderViewCbxView
{
Q_OBJECT
public:
ZxTableHeaderViewCbxViewS(QWidget* parent, \
QComboBox* pComboBox, \
QStringList* listItemAlls, \
const QString& sCurSel);
// 返回用户选择项的用户自定义数据(如果单选,只返回一项)
virtual bool getSelectItems(QStringList& listItems);
protected slots:
void slotRadioChanged(bool b);
};