資源簡介
使用QT實現簡單的計算器的功能,能加減乘除,可以互相學習
代碼片段和文件信息
#include?“mainwindow.h“
#include?
int?main(int?argc?char?*argv[])
{
????QApplication?a(argc?argv);
????MainWindow?w;
????w.show();
????return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1055??2018-12-16?00:22??computer.pro
?????文件???????24664??2018-12-16?11:16??computer.pro.user
?????文件?????????183??2018-12-16?00:05??main.cpp
?????文件????????2422??2018-12-16?11:02??mainwindow.cpp
?????文件?????????910??2018-12-16?10:46??mainwindow.h
?????文件????????8526??2018-12-16?00:51??mainwindow.ui
?????文件?????????594??2018-12-16?11:14??model.cpp
?????文件?????????292??2018-12-16?11:12??model.h
?????文件??????????69??2018-12-16?11:17??readme.txt
- 上一篇:HAL庫函數手冊 .docx
- 下一篇:操作系統進程調度實驗報告
評論
共有 條評論