DAWorkbench 0.0.1
DAWorkbench API
载入中...
搜索中...
未找到
DADialogDataframeColumnCastToNumeric.h
1#ifndef DADIALOGDATAFRAMECOLUMNCASTTONUMERIC_H
2#define DADIALOGDATAFRAMECOLUMNCASTTONUMERIC_H
3
4#include <QDialog>
5#include "DADialogPythonArgs.h"
6#include "DAGuiAPI.h"
7namespace Ui
8{
9class DADialogDataframeColumnCastToNumeric;
10}
11namespace DA
12{
17{
18 Q_OBJECT
19
20public:
21 explicit DADialogDataframeColumnCastToNumeric(QWidget* parent = nullptr);
23 pybind11::dict getArgs() const override;
24 QString getArgErrorsValue() const;
25 QString getArgDowncastValue() const;
26
27private:
28 Ui::DADialogDataframeColumnCastToNumeric* ui;
29};
30} // end of namespace DA
31#endif // DADIALOGDATAFRAMECOLUMNCASTTONUMERIC_H
针对da_dataframe.da_cast_to_num函数的参数设置对话框
Definition DADialogDataframeColumnCastToNumeric.h:17
用于维护python args的基类dialog
Definition DADialogPythonArgs.h:12
序列化类都是带异常的,使用中需要处理异常
Definition AppMainWindow.cpp:44