码迷,mamicode.com
首页 >  
搜索关键字:horizontal    ( 575个结果
Android RecyclerView 的简单使用
Android L SDK发布的,新API中最有意思的就是RecyclerView (后面为RV) 和 CardView了, 按照官方的说法, RV 是一个ListView 的一个更高级更灵活的一个版本, 可以自定义的东西太多了。以前会不会觉得写一个Horizontal ListView 都觉得.....
分类:移动开发   时间:2014-10-24 12:55:37    阅读次数:326
Qt5布局管理(1)
1.分割窗口QSplitter(1)QSplitter的构造方法:QSplitter*splitterMain=newQSplitter(Qt::Horizontal,0);第一个参数通过Qt::Horizontal和Qt::Vertical来设定为水平分割或垂直分割。第二个设定0代表是主窗口,无父窗口。将0替换为splitterMain时,代表是主窗口,子splitter就被..
分类:其他好文   时间:2014-10-22 06:29:13    阅读次数:197
使用QStandardItemModel创建子节点
以QTreeView为例子,创建子节点可以为:QStandardItemModel *goodsModel = new QStandardItemModel(0, 1,this); goodsModel->setHeaderData(0, Qt::Horizontal, tr("No"));/...
分类:其他好文   时间:2014-10-18 13:51:05    阅读次数:301
No orientation specified, and the default is horizontal.异常处理(转)
参考:http://blog.csdn.net/sky_monkey/article/details/21466975整的错误提示信息为:No orientation specified, and the default is horizontal. This is a common source ...
分类:其他好文   时间:2014-10-17 11:52:47    阅读次数:122
6 种CSS设置居中的方法
原文Demos of each of the methods below byclicking here.Horizontal centering with cssis rather easy. When the element to be centered is an inline element...
分类:Web程序   时间:2014-10-15 12:27:50    阅读次数:178
支持各种控件上/下拉刷新的android-pulltorefresh
android- pulltorefresh 一个强大的拉动刷新开源项目,支持各种控件下拉刷新,如ListView、ViewPager、WevView、 ExpandableListView、GridView、(Horizontal) ScrollView、Fragment上下左右拉动刷新。并且他 ...
分类:移动开发   时间:2014-10-14 20:22:59    阅读次数:216
hdu 3455 Leap Frog(状压DP)
Problem Description Jack and Jill play a game called "Leap Frog" in which they alternate turns jumping over each other. Both Jack and Jill can jump a maximum horizontal distance of 10 units in any ...
分类:其他好文   时间:2014-10-07 13:34:33    阅读次数:152
HDU 3455 Leap Frog(线性DP)
Problem Description Jack and Jill play a game called "Leap Frog" in which they alternate turns jumping over each other. Both Jack and Jill can jump a maximum horizontal distance of 10 units in any ...
分类:其他好文   时间:2014-10-03 00:03:23    阅读次数:361
Android学习系列(二)布局管理器之线性布局及其自定义实现
转载请注明出处:http://blog.csdn.net/lhy_ycu/article/details/39643669 LinearLayout是Android控件中的线性布局控件,它包含的子控件将以横向(HORIZONTAL)或竖向(VERTICAL)的方式排列,按照相对位置来排列所有的子控件及引用的布局容器。超过边界时,某些控件将缺失或消失。因此一个垂直列表的每一行只会有一个控件或者是引用的布局容器。...
分类:移动开发   时间:2014-09-29 02:02:37    阅读次数:486
【Unity】输入系统
1. Unity 的输入系统1.1 虚拟轴的输入检测Unity默认定义了15个虚拟轴。可以通过Edit -> Project Settings -> Input 打开 InputManager 来查看定义好的虚拟轴(1) 虚拟轴的属性Size之后的一些属性,例如:Horizontal,Vertica...
分类:其他好文   时间:2014-09-26 19:32:08    阅读次数:279
575条   上一页 1 ... 51 52 53 54 55 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!