Qt5
普通网友
这个作者很懒,什么都没留下…
展开
-
qt 正余弦函数的使用
#include <QCoreApplication>#include<QtMath>#include<QObject>#include<QDebug>int main(int argc, char *argv[]){ qreal VAR_PI=180/M_PI; qDebug()<<qSin(30/VAR_PI)<<endl; qDebug()<<..原创 2020-08-19 21:42:56 · 3847 阅读 · 0 评论 -
qt QByteArray 在mainwindow 中使用
qt QByteArray 在mainwindow 中使用 最好声明成指针类型private: Ui::MainWindow *ui; QByteArray *arr;否则会报错:Starting D:\qtwork\build-testapp003-Desktop_Qt_5_9_3_MinGW_32bit-Debug\debug\testapp003.exe...程序异常结束。The process was ended forcefully....原创 2020-07-27 21:42:14 · 203 阅读 · 0 评论