码迷,mamicode.com
首页 >  
搜索关键字:widgets    ( 496个结果
Qt使用自带的windeployqt 查找生成exe 必需的库文件
集成开发环境 QtCreator 目前生成图形界面程序 exe 大致可以分为两类:Qt Widgets Application 和 Qt Quick Application。下面分别介绍这两类exe 的发布方式。第一类 Qt Widgets Application可执行程序发布方式意思是创建的Qt ...
分类:Windows程序   时间:2015-11-02 15:21:45    阅读次数:421
VideoView的全屏问题
package com.bi.standardcompuse.app.widgets;import android.content.Context;import android.util.AttributeSet;import android.widget.VideoView;/** * Creat...
分类:其他好文   时间:2015-10-26 22:32:40    阅读次数:277
关于NOP的@Html.Widget(“home_page_top”)的说明
以首页幻灯片为例子,首页幻灯片是在插件Nop.Plugin.Widgets.NivoSlider里面实现的首页视图位置这里其实是加载插件里面的视图内容,具体实现在插件实现这个是扩展方法,就是执行Nop.Web 下面的WidgetController控制器里面的子动作WidgetsByZone这个Wi...
分类:Web程序   时间:2015-10-23 11:41:21    阅读次数:295
Yii2分页
Yii中的分页功能主要由yii\web: Linkable接口、yii\widgets: LinkPager类和yii\data: Pagination类三个组成 yii\data: Pagination 主要功能是对分页中的参数进行设置,如当前页、每页大小、总页数,总记录数等 yii\widg.....
分类:其他好文   时间:2015-10-22 17:09:20    阅读次数:410
django textarea 大小设定
class?puppet_edit_confForm(forms.ModelForm): ????class?Meta: ???????model?=?puppet_edit_config ???????fields?=?‘__all__‘ ???????widgets?=?{ ?????????‘cont...
分类:其他好文   时间:2015-10-18 17:02:15    阅读次数:1407
android-misc-widgets四向(上下左右)抽屉bug修复版--转载
android-misc-widgets四向(上下左右)抽屉bug修复版2013-08-04 08:58:13标签:bugdowntoppanelslidingdrawer原创作品,允许转载,转载时请务必以超链接形式标明文章原始出处、作者信息和本声明。否则将追究法律责任。http://mikewan...
分类:移动开发   时间:2015-10-13 00:07:00    阅读次数:249
QT不同版本编译
QT发布了不同版本,有一些语法修改,需要修改代码。同时旧版本代码转换需要在pro文件中添加代码greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
分类:其他好文   时间:2015-10-06 00:41:50    阅读次数:190
Qt界面布局
继承关系: qmake:QT += widgets //.pro文件记得加 Inherits:QLayout 栅格布局QGridLayout: #include <QGridLayout> //! [布局] QGridLayout *gridLayout = new QGridLayout; gridLayout->ad...
分类:其他好文   时间:2015-10-05 17:00:56    阅读次数:295
ZetCode PyQt4 tutorial widgets II
In this part of the PyQt4 tutorial, we covered other four PyQt4 widgets.
分类:其他好文   时间:2015-10-02 07:55:33    阅读次数:311
ZetCode PyQt4 tutorial widgets I
In this part of the PyQt4 tutorial, we covered several widgets.
分类:其他好文   时间:2015-10-02 07:53:58    阅读次数:371
496条   上一页 1 ... 32 33 34 35 36 ... 50 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!