浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年3月8日

摘要: voidMainWindow::on_pushButton_clicked(){QStringurl="http://www.baidu.com";url="http://192.168.201.75/ttt";ui->webView->setUrl(QUrl(url));//ui->webView->load(QUrl(url));}voidMainWindow::on_webView_load... 阅读全文
posted @ 2014-03-08 12:40 lexus 阅读(223) 评论(0) 推荐(0)

摘要: Parsing HTML with C++ (using Qt preferably) - Stack OverflowParsing HTML with C++ (using Qt preferably) 阅读全文
posted @ 2014-03-08 12:19 lexus 阅读(207) 评论(0) 推荐(0)

摘要: Qt控制台和带窗口的区别_mickelfeng_新浪博客 t控制台和带窗口的区别 (2012-04-30 10:50:53) 标签: 杂谈 分类: C/C 选择创建控制台生成以下代码 #include int main(int argc, char *argv[]) { QCoreApplication a(argc, ... 阅读全文
posted @ 2014-03-08 11:53 lexus 阅读(900) 评论(0) 推荐(0)

摘要: javascript - C++, Qt, QtWebKit: How to create an html rendering window so that your application would get callbacks from JS calls? - Stack OverflowHave a look at QWebFrame::addToJavaScriptWindowObject... 阅读全文
posted @ 2014-03-08 11:43 lexus 阅读(175) 评论(0) 推荐(0)

摘要: 使用qt creator,是有这个功能的 阅读全文
posted @ 2014-03-08 11:02 lexus 阅读(598) 评论(0) 推荐(0)

摘要: Qt 4.6: A Quick Start to Qt DesignerA Quick Start to Qt DesignerUsing Qt Designer involves four basic steps:Choose your form and objectsLay the objects out on the formConnect the signals to the slotsP... 阅读全文
posted @ 2014-03-08 11:00 lexus 阅读(284) 评论(0) 推荐(0)

摘要: Qt 4.6: A Quick Start to Qt DesignerA Quick Start to Qt DesignerUsing Qt Designer involves four basic steps:Choose your form and objectsLay the objects out on the formConnect the signals to the slotsP... 阅读全文
posted @ 2014-03-08 10:58 lexus 阅读(269) 评论(0) 推荐(0)

摘要: Ubuntu Linux: How Do I install .deb Packages?Ubuntu Linux: How Do I install .deb Packages?by Nix Craft on June 22, 2006 · 63 comments· LAST UPDATED August 11, 2013in Debian / Ubuntu, Package Managemen... 阅读全文
posted @ 2014-03-08 10:50 lexus 阅读(3508) 评论(0) 推荐(0)

摘要: QT 的信号与槽机制介绍QT 的信号与槽机制介绍 阅读全文
posted @ 2014-03-08 10:15 lexus 阅读(133) 评论(0) 推荐(0)

摘要: QT在ui文件上建立信号操机制会不会对后期维护产生影响 - love4Mario的专栏 - 博客频道 - CSDN.NETQT在ui文件上建立信号操机制会不会对后期维护产生影响 分类: 学习心得 2013-09-22 16:08 129人阅读 评论(0) 收藏 举报 在qt中建立信号槽机制有两种方式,一种式在代码中用connect函数连接信号和槽,另一种是在ui文件中右击控件,转到槽来连接... 阅读全文
posted @ 2014-03-08 09:47 lexus 阅读(258) 评论(0) 推荐(0)