集成开发环境 QtCreator 目前生成图形界面程序 exe 大致可以分为两类:Qt Widgets Application 和 Qt Quick Application。下面分别介绍这两类exe 的发布方式。第一类 Qt Widgets Application可执行程序发布方式意思是创建的Qt ...
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.Plugin.Widgets.NivoSlider里面实现的首页视图位置这里其实是加载插件里面的视图内容,具体实现在插件实现这个是扩展方法,就是执行Nop.Web 下面的WidgetController控制器里面的子动作WidgetsByZone这个Wi...
分类:
Web程序 时间:
2015-10-23 11:41:21
阅读次数:
295
Yii中的分页功能主要由yii\web: Linkable接口、yii\widgets: LinkPager类和yii\data: Pagination类三个组成 yii\data: Pagination 主要功能是对分页中的参数进行设置,如当前页、每页大小、总页数,总记录数等 yii\widg.....
分类:
其他好文 时间:
2015-10-22 17:09:20
阅读次数:
410
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修复版2013-08-04 08:58:13标签:bugdowntoppanelslidingdrawer原创作品,允许转载,转载时请务必以超链接形式标明文章原始出处、作者信息和本声明。否则将追究法律责任。http://mikewan...
分类:
移动开发 时间:
2015-10-13 00:07:00
阅读次数:
249
QT发布了不同版本,有一些语法修改,需要修改代码。同时旧版本代码转换需要在pro文件中添加代码greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
分类:
其他好文 时间:
2015-10-06 00:41:50
阅读次数:
190
继承关系: qmake:QT += widgets //.pro文件记得加
Inherits:QLayout
栅格布局QGridLayout: #include <QGridLayout>
//! [布局]
QGridLayout *gridLayout = new QGridLayout;
gridLayout->ad...
分类:
其他好文 时间:
2015-10-05 17:00:56
阅读次数:
295
In this part of the PyQt4 tutorial, we covered other four PyQt4 widgets.
分类:
其他好文 时间:
2015-10-02 07:55:33
阅读次数:
311
In this part of the PyQt4 tutorial, we covered several widgets.
分类:
其他好文 时间:
2015-10-02 07:53:58
阅读次数:
371