12 2021 档案

摘要:void DragWidget::mousePressEvent(QMouseEvent *event) { QListWidgetItem *currentItem = this->itemAt(event->pos()); m_curItem = this->itemAt(event->pos( 阅读全文
posted @ 2021-12-29 16:31 茗智溪 阅读(67) 评论(0) 推荐(0)
摘要:MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { textEdit = new QTextEdit; setCentralWidget(textEdit); textEdit->setAcceptDrops(false); 阅读全文
posted @ 2021-12-19 23:53 茗智溪 阅读(287) 评论(0) 推荐(0)
摘要:如图, 使用qwt绘制时, X轴与Y轴会产生不相连问题 这时要在设置时加上如下代码: for ( int i = 0; i < QwtPlot::axisCnt; i++ ) { QwtScaleWidget* poScaleWidget = axisWidget( i); if (poScaleW 阅读全文
posted @ 2021-12-09 13:52 茗智溪 阅读(44) 评论(0) 推荐(0)
摘要:首先用http://ping.chinaz.com/github.com查出git 登录站点 在 C:\Windows\System32\drivers\etc 下的 hosts中设置 github.com 注意: 要使用管理员权限打开文本编辑器编辑并保存 3. 重新打开浏览器网页 阅读全文
posted @ 2021-12-01 23:06 茗智溪 阅读(572) 评论(0) 推荐(0)

/* 看板娘 */