1#ifndef DAPYDTYPECOMBOBOX_H
2#define DAPYDTYPECOMBOBOX_H
3#include "numpy/DAPyDType.h"
4#include "DAPyCommonWidgetsAPI.h"
6#include <QCoreApplication>
51 static QIcon getIconByDtypeChar(
char c);
54 void setCurrentDType(
const DAPyDType& dt);
56 void onComboxCurrentIndexChanged(
int index);
dtype选择器 此combox构建时默认插入如下信息:
Definition DAPyDTypeComboBox.h:42
void currentDTypeChanged(const DAPyDType &dt)
当前选择的dtype改变信号
对numpy.dtype的封装
Definition DAPyDType.h:37
序列化类都是带异常的,使用中需要处理异常
Definition AppMainWindow.cpp:44