1 Star 0 Fork 0

QT第三方项目/QtOffscreenViews_and_QtAndroidHelpers_and_so_on

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
2GIS Extensions for Qt on Android


Developers:
    Sergey A. Galin <sergey.galin@gmail.com>
    Vyacheslav O. Koscheev <vok1980@gmail.com>
    Ivan Ryabchenko <i.ryabchenko@2gis.ru>
    Ivan Avdeev <marflon@gmail.com>
    Alexander Saytgalin <pomidir@gmail.com>

Also uses code by:
    BogDan Vatra <bogdan@kde.org>


Please note that the modules are published under different open-source
licenses. Most part is distributed under BSD License, parts are under GNU LGPL
License (please refer to the headers in the source files).

This library supports Qt 5 and (partially) Qt 4.8 port to Android made by 2GIS.

The library is currently distributed only as a set of C++ and Java source files;
you have to create build projects or include the sources into your project.


CONTENTS


QJniHelpers
===============================================================================

Qt/C++ JNI helper classes.
Classes to get Android Activity object under Qt 4.8 and Qt 5.


QtOffscreenViews
===============================================================================

This library allows to embed native Android controls right into your Qt
application, whether it uses QML, QWidget or QGraphicsWidget UI.

Currently implemented Android controls are:

- TextEdit with full support for all text editing features like edit bar,
  selection markers and etc.

- WebView (works best for embedding static content; does not support video
  playback and has performance issues with dynamic content).


QtAndroidHelpers
===============================================================================

This part contains access to Android system things in a more Android-specific
manner than the cross-platform Qt can do.

- Device and screen configuration
- Filesystem information (standard directories, external cards and etc.)
- Android system message dialogs
- Notification on screen relayout (e.g. opening software keyboard)
- Access to Shared Preferences
- Toasts
- Lockers to keep WiFi and/or screen on


QtAndroidAssets
===============================================================================

A library which allows to use assets from a non-UI application, e.g. Android
background service.


QtAndroidCompass
===============================================================================

Homebrewn access to Android compass which addresses some problems with Qt 5
implementation.


QtAndroidLocation
===============================================================================

Homebrewn location provider which uses Google Fused location (when it is
available) and also standard Android positioning methods. It is faster and more
reliable than the location provider included in Qt.

空文件

简介

qt android 原生界面 到qml或者widget里面 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/qt-third-party-project/qt-offscreen-views_and_-qt-android-helpers_and_so_on.git
git@gitee.com:qt-third-party-project/qt-offscreen-views_and_-qt-android-helpers_and_so_on.git
qt-third-party-project
qt-offscreen-views_and_-qt-android-helpers_and_so_on
QtOffscreenViews_and_QtAndroidHelpers_and_so_on
master

搜索帮助