V-Play 文档翻译 Page

翻译:qyvlik

应用的一个页面。

VPlayApps 1.0

Inherits: MouseArea

Inherited By: ListPage

属性

  • Item : NavigationStack

  • backNavigationEnabled : bool

  • backgroundColor : color

  • canNavigateBack : bool

  • leftBarItem : Item

  • navigationBarHidden : bool

  • navigationBarTranslucency : real

  • navigationStack : NavigationStack

  • rightBarItem : Item

  • tabBarHidden : bool

  • title : string

  • titleItem : Item

具体描写叙述

The Page type provides a container for the contents of a single page within an application.

应用的一个页面提供一个内容。

属性文档

Item : NavigationStack read-only

The nearest parent item in the QML hierarchy that is a NavigationStack item. (read-only)

在 QML 层次中最亲近的父级项 NavigationStack

If the current item or one of its parent items is a child of a NavigationStack item, this property contains the owning NavigationStack item. This property is null if the Page is not embedded inside a NavigationStack item.

假设当前项的直接父级项是 NavigationStack 的孩子,则这个属性会自己主动包括 NavigationStack。假设这个属性为 null。则 Page 不在 NavigationStack 中。

backNavigationEnabled : bool

Set this property to false to disable the back navigation within a page in a NavigationStack if previous pages exist on the stack.

设置为 false,则不予显示回退按钮。

Disabling the back navigation hides the “back” button within a NavigationBar, deactivates the iOS back swipe gesture and also disables the hardware back button on Android and Windows Phone.

隐藏位于 NavigationBar 上的回退按钮,意味着 iOS 上滑动回退以及安卓和 WP 上硬件返回键无效。

The default value is false, if the current page is the first one inside a NavigationStack, true otherwise.

假设当前页面为 NavigationStack 的第一个页面,默认值为 false

backgroundColor : color

The background color of the Page which is displayed if no other items are placed within the page.

Page 的背景色,假设没有被其它项所替代,就会显示此颜色。

The default value is defined in the Theme::backgroundColor property and can be overridden.

默认值是 Theme::backgroundColor,可又一次定义。

canNavigateBack : bool read-only

Readonly property holds whether it is possible to actually navigate back within the current stack. The property is true if a previous page exists on the stack, otherwise false.

当前页面能否够回退到上一级,仅仅读。

This QML property was introduced in V-Play 2.7.0.

leftBarItem : Item

A custom navigation bar item displayed on the left of the navigation bar if the item is on top of a NavigationStack as a direct child of it.

假设 PageNavigationStack 的直接孩子。则显示自己定义导航栏左边控件。

By default this item displays a back navigation item if the current NavigationStack can navigate back. If setting the item to an explicit NavigationBarItem it replaces the back button with the custom item.

假设当前 NavigationStack 能够回退至上一页,则默认显示一个回退按钮。假设直接使用 NavigationBarItem 来替代的话。会显示定制的控件。

navigationBarHidden : bool

A boolean value indicating whether the navigation bar should be hidden for that specific Page if the item is presented within a NavigationStack item.

You can set this property to false to implement a custom styled full-screen page within a NavigationStack without the default navigation bar behavior (make sure to implement a custom back navigation action in that case).

By default this property is false, meaning that the navigation bar is visible for that Page.

大体意思就是是否隐藏导航栏。

navigationBarTranslucency : real

Set this value to make the navigation bar translucent for that specific Page within a NavigationStack.

The allowed value range is 0.0 to 1.0. The default value is 0.0, meaning that the navigation bar is not translucent (fully opaque).

注意这里的是系统的状态栏做文章。具体就是一个应用以全屏方式显示。可是状态栏没有被应用覆盖,而且自身保持一定的透明度,以显示下层的应用画面。这里是调整系统状态栏的透明度的。默认值为 0.0。不透明。

大体就是沉浸式了。

If using a translucent navigation bar, the page content will move beneath the navigation bar and you should add that extra spacing for your pages on your own (you can get the current height from ThemeNavigationBar::height).

假设使用了沉浸式导航栏(系统状态栏沉浸,与应用融为一体),须要使用 ThemeNavigationBar::height 修复 Page 的高度。

navigationStack : NavigationStack read-only

The nearest parent item in the QML hierarchy that is a NavigationStack item. (read-only)

在 QML 层次中最亲近的父级项 NavigationStack

If the current item or one of its parent items is a child of a NavigationStack item, this property contains the owning NavigationStack item. This property is null if the Page is not embedded inside a NavigationStack item.

假设当前项的直接父级项是 NavigationStack 的孩子,则这个属性会自己主动包括 NavigationStack

假设这个属性为 null。则 Page 不在 NavigationStack 中。

rightBarItem : Item

A custom navigation bar item displayed on the right of the navigation bar if the item is on top of a NavigationStack as a direct child of it.

假设 PageNavigationStack 的直接孩子,则显示自己定义导航栏右边控件。

By default this item is empty.

默觉得空。

tabBarHidden : bool

A boolean value indicating whether a tab bar should be hidden for that specific Page if the item is presented within a Navigation item showing tabs.

By default this property is false, meaning that the tab bar is visible for that Page.

是否显示选项板控制控件。默认不显示。

title : string

A localized, human-readable string that represents the the content of this page.

The title is used as string in a navigation bar if the Page item is a child of a NavigationStack.

显示本页面的标题,假设当前 PageNavigationStack 的直接孩子。就显示在导航栏上。

titleItem : Item

A custom navigation bar item displayed at the title slot of the navigation bar if the item is on top of a NavigationStack as a direct child of it.

By default, the title of the page is displayed.

This QML property was introduced in V-Play 2.6.2.

用以显示自己定义标题,比如带有图片的标题等。

V-Play 文档翻译 Page的更多相关文章

  1. Hawk 1.2 快速入门2 (大众点评18万美食数据)

    本文将讲解通过本软件,获取大众点评的所有美食数据,可选择任一城市,也可以很方便地修改成获取其他生活门类信息的爬虫. 本文将省略原理,一步步地介绍如何在20分钟内完成爬虫的设计,基本不需要编程,还能自动 ...

  2. 【三石jQuery视频教程】01.图片循环展示

    视频地址:http://v.qq.com/page/e/5/t/e0149n5he5t.html 大家好,欢迎来到[三石jQuery视频教程],我是您的老朋友 - 三生石上. 今天,我们要通过基本的H ...

  3. Hawk: 20分钟无编程抓取大众点评17万数据

    1. 主角出场:Hawk介绍 Hawk是沙漠之鹰开发的一款数据抓取和清洗工具,目前已经在Github开源.详细介绍可参考:http://www.cnblogs.com/buptzym/p/545419 ...

  4. 【三石jQuery视频教程】03.创建垂直时间表(Timeline)

    视频地址:http://v.qq.com/page/g/i/o/g0150rvi6io.html 大家好,欢迎来到[三石jQuery视频教程],我是您的老朋友 - 三生石上. 今天,我们要通过基本的H ...

  5. 【三石jQuery视频教程】02.创建 FontAwesome 复选框和单选框

    视频地址:http://v.qq.com/page/m/8/c/m0150izlt8c.html 大家好,欢迎来到[三石jQuery视频教程],我是您的老朋友 - 三生石上. 今天,我们要通过基本的H ...

  6. 【三石jQuery视频教程】01.图片循环展示_再次重发

    之前的文章,由于在博文的底部放有微信公众号的缘故,被管理员判定为: 您好,您的这篇博文内容本身没什么问题,但是,在博文底部存在推广信息内容.... 你们也没告知到底是哪条触犯了博客园的规矩,我就把底部 ...

  7. [小哥Allegro72讲速成视频]

    http://v.qq.com/vplus/df932a993679cf80a0b6c87bb849e22c 第01讲 Allegro常用组件介绍 视频链接:http://v.qq.com/boke/ ...

  8. php 解析 视频 信息 封面 标题 图片 支持 优酷, 土豆 酷6 56 新浪 qq播客 乐视 乐视

    原文地址:http://www.lianyue.org/2013/2497/ <?php /** * 解析 视频信息 类 * * 支持 优酷, 土豆 酷6 56 新浪 qq播客 乐视 乐视 ** ...

  9. 【转载】Linux系统与性能监控

    原文地址:http://kerrigan.sinaapp.com/post-7.html Linux System and Performance Monitoring http://www.hous ...

随机推荐

  1. acm之简单博弈 Nim Bash Wythoff

    前些日子我打算开了博弈基础,事后想进行总结下 一句话就是分析必胜或必败,异或为0. 以下内容来自转载: Nim游戏的概述: 还记得这个游戏吗?给出n列珍珠,两人轮流取珍珠,每次在某一列中取至少1颗珍珠 ...

  2. Codeforces 547B. Mike and Feet[单调栈/队列]

    这道题用单调递增的单调栈维护每个数能够覆盖的最大区间即可. 对于   1 2 3 4 5 4 3 2 1 6 这组样例, 1能够覆盖的最大区间是10,2能够覆盖的最大区间是7,以此类推,我们可以使用单 ...

  3. 算法复习——求最长不下降序列长度(dp算法)

    题目: 题目背景 161114-练习-DAY1-AHSDFZ T2 题目描述 有 N 辆列车,标记为 1,2,3,…,N.它们按照一定的次序进站,站台共有 K 个轨道,轨道遵从先进先出的原则.列车进入 ...

  4. Java 线程池的原理与实现学习(一)

    线程池:多线程技术主要解决处理器单元内多个线程执行的问题,它可以显著减少处理器单元的闲置时间,增加处理器单元的吞吐能力.    假设一个服务器完成一项任务所需时间为:T1 创建线程时间,T2 在线程中 ...

  5. cf550D Regular Bridge

    Regular Bridge An undirected graph is called k-regular, if the degrees of all its vertices are equal ...

  6. Spring-IOC源码解读2.2-BeanDefinition的载入和解析过程

    1. 对IOC容器来说这个载入过程就像是相当于把BeanDefinition定义的信息转化成Spring内部表示的数据结构.容器对bean的管理和依赖注入过程都是通过对其持有的BeanDefiniti ...

  7. LA 并查集路径压缩

    题目大意:有n个节点,初始时每个节点的父亲节点都不存在.有两种操作 I u v:把点节点u的父亲节点设为v,距离为|u-v|除以1000的余数.输入保证执行指令前u没有父亲节点. E u:询问u到根节 ...

  8. 区间翻转(codevs 3243)

    题目描述 Description 给出N个数,要求做M次区间翻转(如1 2 3 4变成4 3 2 1),求出最后的序列 输入描述 Input Description 第一行一个数N,下一行N个数表示原 ...

  9. 洛谷 P1616 疯狂的采药

    传送门  题目描述 Description LiYuxiang是个天资聪颖的孩子,他的梦想是成为世界上最伟大的医师.为此,他想拜附近最有威望的医师为师.医师为了判断他的资质,给他出了一个难题.医师把他 ...

  10. 洛谷——P1746 离开中山路

    P1746 离开中山路 题目背景 <爱与愁的故事第三弹·shopping>最终章. 题目描述 爱与愁大神买完东西后,打算坐车离开中山路.现在爱与愁大神在x1,y1处,车站在x2,y2处.现 ...