码迷,mamicode.com
首页 >  
搜索关键字:widgets    ( 496个结果
org.eclipse.swt包的引入
我在做Java可视化程序时,用到下面这几个包,请问该怎么处理:(Eclipse环境) import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; 提示:the import org.eclipse can not be resolved. ...
分类:系统相关   时间:2015-02-12 16:16:53    阅读次数:422
用Qt5和OpenCV读取显示中文路径的图片
在进行相关编码前,请先设置好使用Qt(mingw版)下使用OpenCV的环境,具体过程可参考:http://blog.csdn.net/qiurisuixiang/article/details/8665278 步骤一:新建Qt Widgets Application过程,并在界面上添加一个按钮,为按钮添加click信号和对应的槽函数: 步骤二:修改OpenCV在QtPro文件的配置(参考...
分类:其他好文   时间:2015-02-12 16:16:27    阅读次数:640
细说新一代HTML5/JavaScript的UI控件wijmo5 的新架构
Wijmo5是一组JavaScript控件,但是不要与Widgets混淆。在此前开发Wijmo的时候,我们能够用像jQueryUI和jQueryMobileWidget框架来构建它,同时也为我们构建Web框架--Wijmo节省了时间。但是,当我们希望构建一个更现代的Wijmo5,我们认为现在是时候重新审视JavaScriptUI组件,尤..
分类:编程语言   时间:2015-02-12 14:12:03    阅读次数:284
Qt之Qwt学习之安装
QWT+qtcreator 编译、安装使用目录:一、Qwt简介 二、QWT编译一、Qwt简介 QWT:Qt Widgets for Technical Applications,是开源的2D绘图库。 二、QWT编译 2.1 环境 WIN7+Qt5.1.0QWT官方网址:http://qwt...
分类:其他好文   时间:2015-02-08 06:41:58    阅读次数:368
QT关于“fatal error: QApplication: No such file or directory“错误解决
建立QT工程时,由于QT4兼容性的问题,出现关于“fatal error: QApplication: No such file or directory“错误解决办法也很简单:在工程的 .pro file: 添加:QT += core gui widgets如果还没有用,则将#include 换成...
分类:移动开发   时间:2015-02-05 13:25:26    阅读次数:244
ExtJS笔记5 Components
参考 :http://blog.csdn.net/zhangxin09/article/details/6914882An Ext JS application's UI is made up of one or many widgets calledComponents. All Componen...
分类:Web程序   时间:2015-02-04 14:22:29    阅读次数:149
QtWidgets Module's Classes
Qt Widgets C++ ClassesThe Qt Widgets module extends Qt GUI with C++ widget functionality. More...API ReferenceThese are links to the API reference mat...
分类:其他好文   时间:2015-02-02 21:20:49    阅读次数:234
qt读取oracle表数据
1、文件->新建项目->qt widgets application->qwidget->完成2、在.pro文件中增加QT +=sql3、代码#include "widget.h"#include #include #include #include int main(int argc, char ...
分类:数据库   时间:2015-02-02 19:31:35    阅读次数:187
教程:SpagoBI开源商业智能之XML Template 图表模板
SpagoBI offers a variety of widgets' examples realized with the Highcharts library, that can be divided according to the characteristics, in the follo...
分类:其他好文   时间:2015-01-18 14:16:38    阅读次数:1469
QT学习入门笔记
系统路径 path 添加dll路径,如D:\QT\5.4\mingw491_32。.pro 文件添加 QT += widgets,否则出现qapplication no such file or directory,应该是版本问题。用命令行编译QT程序的步骤1 qmake -project 作用是....
分类:其他好文   时间:2015-01-14 22:43:49    阅读次数:221
496条   上一页 1 ... 40 41 42 43 44 ... 50 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!