码迷,mamicode.com
首页 >  
搜索关键字:widgets    ( 496个结果
YII中的表单挂件
利用助手(widget)在页面实现表单 控制器中 render("index",array("bbsInfoModel"=>$bbsInfoModel));//注意这个参数 } } ?> 视图中 (注:通过查看yiilite.php得知,'CActiveForm' => '/web/widgets/... ...
分类:其他好文   时间:2016-04-13 18:59:22    阅读次数:210
解决qt程序的链接阶段出现 undefined reference 错误
错误的原因是我使用到了 QT Widgets 模块中的东西,但是makefile的链接的参数中没有 widgets。其实官网上提到了这个: http://doc.qt.io/qt-5/qtwidgets-index.html 解决的方法是手动修改你的 .pro 文件,在里面添加下面这句: 如果出现类 ...
分类:其他好文   时间:2016-04-06 18:35:36    阅读次数:152
QWT编译、配置、使用(Qt Creator)
环境: Win7 32 bit / Qt Creator 3.3.1 / Qt 5.4.1 (msvc2013_opengl, 32 bit) / QWT 6.1.2 QWT, Qt Widgets for Technical Applications,是一个基于LGPL版权协议的开源项目,可生成各 ...
分类:其他好文   时间:2016-04-06 14:54:41    阅读次数:286
QT+QT creator+OpenCV图像灰度化
1).pro文件# # # Project created by QtCreator 2014-05-18T12:56:52 # # QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = myQTDemo TE ...
分类:其他好文   时间:2016-03-27 09:41:04    阅读次数:265
Android开发之创建App Wiget和更新Widget内容
App WidgetsApp Widgets are miniature application views that can be embedded in other applications (such as the Home screen) and receive periodic updat
分类:移动开发   时间:2016-03-12 11:42:30    阅读次数:551
DiscreteSeekBar---->SeekBar的使用
build: compile 'org.adw.library:discrete-seekbar:1.0.0'在布局中的使用: <org.adw.library.widgets.discreteseekbar.DiscreteSeekBar android:id="@+id/vp_brightnes
分类:其他好文   时间:2016-03-08 16:36:48    阅读次数:243
160308_Signals & Slots
In Qt, we have an alternative to the callback technique: We use signals and slots. A signal is emitted when a particular event occurs. Qt's widgets ha
分类:其他好文   时间:2016-03-08 13:25:33    阅读次数:179
Android开发--RadioButton的应用
1.简介 RadioButton为单选按钮,当一个按钮被选中后,点击其他按钮无法使上一个按钮变为未选中状态。RadioGroup是可以容纳多个RadioButton的容器, 通过使用RadioGroup,可以实现每次只有一个处于按钮被选中状态。 2.构建 我们可以从From Widgets中选择单选
分类:移动开发   时间:2016-02-03 15:30:22    阅读次数:160
AngularJS Best Practices: ng-include vs directive
For building an HTML template with reusable widgets like header, sidebar, footer, etc. Basically the main content is the central DIV which will have i...
分类:Web程序   时间:2016-01-04 01:28:22    阅读次数:199
Android学习笔记:Home Screen Widgets(2):关于Widget
通过widget定义,我们在widget列表中看到了我们的TestWidget。当我们拖拽widget到主页时,假设在appwidet-provider中定义了android:configure的java类,在widget实例创建后会立即唤起配置activity。这个activity主要完毕两个任务...
分类:移动开发   时间:2016-01-02 10:28:13    阅读次数:335
496条   上一页 1 ... 30 31 32 33 34 ... 50 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!