LINE for Windows

最新版本 Qt 5.8.0 (32-bit)

Qt 5.8.0 (32-bit)

Qt 5.8.0 (32-bit)
與你的朋友保持聯繫,無論何時何地。在移動中使用智能手機上的 LINE for Windows,在辦公室或家中使用 LINE for Windows。對長話機說是。隨時享受免費,高質量的通話。從你的智能手機和 PC。您可以通過點擊免費下載按鈕,從我們的網站下載 PC 離線安裝程序的 LINE .



LINE 功能:

免費即時消息,無論何時何地,無論何時何地,隨時隨地與朋友交流免費即時消息,一對一和群聊。所有的智能手機設備(iPhone,安卓,Windows 手機,黑莓,諾基亞),甚至在您的 PC 上都可以使用 LINE.

Free Voice& 視頻通話
使用 LINE 免費與朋友進行語音和視頻通話。不要等待聽到你的親人的聲音或看到他們的笑臉。現在打電話!目前在 iPhone,Android 和 PC 上使用(Windows / Mac OS).

LINE for Windows 貼紙,更有趣和富有表現力的聊天記錄
擁有 10,000 多張貼紙和表情符號,您可以表達更廣泛的情感。 LINE 貼紙有更多的樂趣。訪問貼紙店找到原始的 LINE 和世界著名的人物貼紙。下載用於 PC 的 LINE Offline Installer 安裝程序!

從照片& 視頻分享到語音留言
LINE 可讓您輕鬆地與朋友分享照片,視頻,語音留言,聯繫人和位置信息.

Timeline
使用時間軸分享文本,照片,視頻和貼紙,與親密朋友交流故事.

Snap Movie
創建頂級質量的視頻只需 10 秒!添加很酷的背景音樂,並與朋友分享。

輕鬆添加朋友
快速添加使用“搖吧!”的朋友功能,二維碼,或掃描二維碼 ID.

也提供:下載 LINE for Mac

ScreenShot

軟體資訊
檔案版本 Qt 5.8.0 (32-bit)

檔案名稱 qt-opensource-windows-x86-msvc2015-5.8.0.exe
檔案大小 1024 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 免費軟體
作者 LINE Corporation
官網 http://line.me/en/
更新日期 2017-01-23
更新日誌

What's new in this version:

Qt Lite:
- One of the main themes of Qt 5.8 has been to make Qt more flexible and easier to adopt to your use case, targeted especially at our embedded users. Qt Lite has been the codename of the project under which we did those changes
- Our goal has been to make it easier to configure Qt to exactly your needs and leave out features that you don’t need in your project. This brings major savings in the size of the compiled Qt libraries and thus your application
- Implementing support for this put us on a longer journey, where we rewrote most parts of the system that was being used to configure Qt. The new system cleans up a system that had grown over the last 15 years, and that also lead to many inconsistencies on how Qt was being configured on different host platforms
- As a result, we now have one unified system to configure the different parts of Qt. In addition to giving our users a lot more flexibility in configuring Qt, it will also ease our burden in supporting all the different ways Qt can be configured and used
- Using the new system allows you to create a Qt build tailored to exactly your use case. You can leave out all the features in Qt that you don’t need, saving ROM and RAM when deploying to your embedded device

Qt Wayland Compositor:
- The Qt Wayland Compositor API that we included as a Technology Preview in Qt 5.7 is now fully supported in Qt 5.8. The module makes it very easy to create your own Wayland Compositor.
- Qt Wayland Compositor make it very easy to implement your own custom home screen and application manager. This allows the creation of powerful and more complex embedded systems where you have multiple applications that have their own user interfaces. Qt Wayland Compositor supports handling multiple screens in an easy and transparent way. It comes with both QML and C++ APIs.

Communication and Networking:
- Qt Serialbus has now graduated to be fully supported in Qt 5.8. It allows you to use Qt APIs for device bus communications and protocols. While the API is rather generic, this version includes implementations for CAN and Modbus.
- Qt Network and Web Sockets gained full support for TLS PSK cyphersuites. Qt Network now supports configurable Diffie-Hellman parameters and HTTP/2 in QNetworkAccessManager.
- Qt Bluetooth gains BTLE Peripheral support on macOS and iOS as well as BTLE Central support on WinRT.
- Qt 5.8 also adds a new Qt Network Authorization module as a Technology Preview, currently supporting the OAuth 1 and 2 authentication schemes

Qt QML and Quick:
- Quite a few things have happened in Qt QML and Qt Quick. The QML engine has gained support for caching binary representations of QML and JS files on disk, reducing startup time and memory consumption of the engine. The commercial only Qt Quick compiler is still supported in 5.8, but we are planning to merge it with the new caching infrastructure in the future, leading to a better performing and more tightly integrated solution.
- The Qt Quick scene graph has undergone a larger refactoring, making it less dependent on OpenGL. This allowed us to add an experimental Direct3D 12 backend for Qt Quick, and does enable the creation of other backends e.g. based on the Vulkan graphics APIs.
- In addition, the scene graph now supports partial updates to the screen if only a small area of the scenography changed. This brings some larger performance improvements to the Qt Quick 2D renderer.
- We also used the changes to the scene graph as an opportunity to fold the functionality of the Qt Quick 2D renderer into Qt Quick directly. This implies that the Qt Quick 2D renderer does not exist as a standalone module in Qt 5.8 anymore.
- Larger changes have also been done under the hood with respect to Mouse and Touch event handling, unifying them internally in a new QQuickPointerEvent class. This lays the foundation for future improvements to mouse and touch event handling, but doesn’t affect code using Qt Quick yet.
- The Qt Quick Controls 2 have also gained a couple of new types such as dialogs, rounded buttons and tool separators. The Material and Universal styles have gained some new effects and support for a ‘system’ theme.

Qt Webengine:
- As always the Chromium version used by Qt Webengine has been updated, this time to Chromium 53. One long outstanding feature added in Qt 5.8 is the ability to print web pages. Many smaller new features have been added, amongst them a new QML API to define custom dialogs, tootips and context menus, and support for view-source: and some chrome: schemes.

Qt SCXML:
- Qt SCXML is now fully supported in Qt 5.8. The module makes is trivial to integrate SCXML based state machines into Qt. It builds directly onto the Qt Statemachine Framework, and extends it with with both a SCXML to C++ compiler and a runtime that allows loading SCXML based state machines.
- Together with the Qt SCXML module, Qt Creator 4.2 gained support for editing state charts

New Technology Previews:
- Also in Qt 5.8, we have new functionality that we chose to introduce as a Technology Preview
- Qt now compiles for both Apple’s tvOS and watchOS. While most of the functionality that we support on iOS should also work on tvOS, watchOS support is limited to the non-graphical functionality in Qt
- Qt Speech has been added as a new module adding support to text to speech functionality

Other improvements:
- After the initial release of Qt 3D with Qt 5.7, the focus for 5.8 has been on maturing the module. A large amount of bug fixes and performance improvements have been made for the module
- Qt Charts has gained a Candlestick chart type and we have made the QOpenGLTextureBlitter API in Qt Gui public
- Our embedded platforms supported by Qt for Device Creation have gained better support for multi-screen systems when using the eglfs QPA plugin and support for 90/180 degree rotated screens
- Finally, many changes happened to our code base to make better use of the new features offered by C++11 and with that clean up and modernize our code base

Qt 5.8.0 (32-bit) 相關參考資料
Desktop Qt 5.8.0 MinGW 32bit Windows app using ...

2018年5月1日 — I have a working Desktop Qt 5.8.0 MinGW 32bit Windows project app, and want to try using ImageMagick to read various image formats.

https://forum.qt.io

Downloading Qt 5.8.0 (32-bit) from FileHorse.com

Qt is the faster, smarter way to create innovative devices, modern UIs & applications for multiple screens. Create powerful applications and UIs that run on ...

https://www.filehorse.com

Note: This is an archive of historical versions ...

Index of /new_archive/qt/5.8/5.8.0 ; submodules/, 25-Jan-2021 10:32 ; single/, 25-Jan-2021 10:19 ; qt-opensource-windows-x86-winrt-msvc2015-5.8.0.exe, 20-Jan-2017 ...

https://download.qt.io

QT 5.8 (32bit) ubuntu 18 support

2020年2月10日 — I looked on the versions and realized that the last installation that support 32 bit version for Ubuntu is QT5.8. In the 5.8 support information ...

https://forum.qt.io

QT 5.8.0 building on Mingw-w64

2017年3月15日 — I am building QT 5.8.0 source using Mingw-w64. I follow steps described here under section Build Qt with MinGW for a x64 (x86_64) target.

https://stackoverflow.com

QT Creator Windows - CS106B

Now scroll down to Windows Host, and choose Qt 5.8.0 for Windows 32-bit (MinGW 5.3.0, 1.2 GB). (It is very important that you choose the download option that ...

http://web.stanford.edu

QT使用教程(三)之安装篇

请提前下载好要安装的Qt版本,很早之前我就安装了Qt 5.8.0,就不再安装其他版本了,如需要其他版本,请参考: 涛哥:QT ... 0 32 bit、Tools-》MinGW 5.3.0. 建议勾选:Qt ...

https://zhuanlan.zhihu.com

Qt官方下载

Qt Online Installer for Linux 32-bit (33 MB) (info) ... Qt 5.8.0 for Linux 64-bit (766 MB) (info) · Qt 5.8 ... Please note: Qt 5.8.0 binary packages contains Qt ...

http://firemail.wang

求Qt 5.8 的下载地址

2020年9月22日 — ... QT可供下载,而我要找的就是【Qt 5.8.0 for Windows 32-bit (MinGW 5.3.0, 1.2 GB)】这个版本,因为我的书上用的也是这个版本。可是我打开她的下载 ...

http://www.qtcn.org