240717班级,工业化控制系统,煤矿相关行业,昆仑系统
jiangkegeng
2024-11-07 a99b5cd264e65bf27f8759502cd01c976ddf995e
Client/½ª¿É¸ý/code/2024kunlun_project_permisson/qcomboxdelegate.h
@@ -1,12 +1,14 @@
#ifndef QCOMBOXDELEGATE_H
#ifndef QCOMBOXDELEGATE_H
#define QCOMBOXDELEGATE_H
#include <QItemDelegate>
#include <QComboBox>
#pragma execution_character_set("utf-8")
#include <vector>
using namespace std;
class QComBoxDelegate : public QItemDelegate
{
public:
    QComBoxDelegate();
    QComBoxDelegate(QObject * p=0);