wumu
2025-04-27 20ffcfb5507daf34f81346ca3dfa4c031e7b2fe3
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),