nathandaniels / tab_pages_x

Sample APP - Qt 5.7+ - Android iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tab_pages_x

Sample APP - Qt 5.7+ - Android iOS

AUTHOR ( ekke )

This app is part of ekke's blog series about mobile x-platform development: http://j.mp/qt-x

This is not a real-life app - this app only demonstrates the use of Material style and new Qt Quick Controls 2

This app is a follow-up to

The topics of this fourth sample app:

  • Navigation with TabBar: fixed Tabs vs scrollable Tabs
  • Navigation by swiping from content
  • Navigation with Buttons
  • Navigation with Shortcut (physical keyboard attached, per ex. BlackBerry PRIV)
  • Dark Theme and selecting primary and accent color from options menu in ToolBar
  • Lazy instantiation of Pages using Loaders
  • Try out different ways to style TabBar

Strings are marked as translatable, but not translated yet. See the first app to learn about i18n.

This fourth sample app is a simple app only to demonstrate navigation through pages via Tabs and Swipe

read more about this app here: http://bit.ly/qt-tab-pages-x

This app needs Qt 5.7 RC or greater

License Information

see LICENSE ( The Unlicense )

Images downloaded from https://design.google.com/icons/ - then renamed to match Qt High DPI images- and project-specific- naming

see /images/LICENSE ( cc-by )

Screenshots

This sample app uses Material Design with UI Controls provided by Qt 5.7+ and was designed and tested on Android (BlackBerry PRIV Android 6.0.1) and iOS (iPhone 6s iOS 9.3).

A detailed description you'll find at my blog: http://bit.ly/qt-tab-pages-x

Screenshot Android

alt tag

Screenshot iOS

alt tag

more screenshots here: http://bit.ly/qt-tab-pages-x

About

Sample APP - Qt 5.7+ - Android iOS

License:The Unlicense


Languages

Language:QML 87.4%Language:C++ 10.2%Language:QMake 2.4%