wumu
2024-10-28 aa013c2f4e69e2ba4eb72081dc004d8334d59257
internal_system_v1/comboboxdelegate.cpp
@@ -1,6 +1,8 @@
#include "comboboxdelegate.h"
#include <QFileDialog>
#pragma execution_character_set("utf-8")
ComboBoxDelegate::ComboBoxDelegate(QStringList labels,QObject *parent,bool edit)
    :QItemDelegate(parent),
      m_labels(labels),