摘要:
bool ExcelIO::saveFromTable(DataTable *table, QString tablename, QString filePath) { if (filePath.isEmpty() || tablename.isEmpty()){ emit signal_SaveAsSuccess(false); return false; } //把"test.xlsx"中// 阅读全文
posted @ 2019-12-30 20:55
我是张洪铭我是熊博士
阅读(608)
评论(0)
推荐(0)
摘要:
MainWidget* mainWindow = nullptr; foreach (QWidget *w, qApp->topLevelWidgets()){ if (MainWidget* mainWidget = qobject_cast<MainWidget*>(w)) mainWindow = mainWidget; } 阅读全文
posted @ 2019-12-30 13:56
我是张洪铭我是熊博士
阅读(2230)
评论(0)
推荐(0)
浙公网安备 33010602011771号