Qt Creator (64-bit)

最新版本 Qt Creator 4.4.0 (64-bit)

Qt Creator 4.4.0 (64-bit)

Qt Creator 4.4.0 (64-bit)
Qt Creator 64 位是面向應用程序開發人員的完整集成開發環境(IDE)!無論您是創建移動應用程序,桌面應用程序還是連接的嵌入式設備,Qt Creator 都是跨平台的 IDE,使應用程序和 UI 開髮變得輕而易舉。由於上市時間至關重要,因此 IDE 包含可加快開發時間的生產力工具。完整的跨平台集成開發環境,可輕鬆創建連接設備,用戶界面和應用程序.

超越代碼設計和創新我們相信,提供滿足並超出最終用戶需求的連接設備,用戶界面和應用程序不僅僅是簡潔的代碼。你不能靠直覺和全面的 API 來生活。我們希望您不僅能夠編碼,還能夠設計和創建。您肯定聽到我們說“代碼少,創造更多”?那麼,這是在哪裡“創造”發揮作用。 Qt Creator 免費下載 Windows PC 的最新版本。 Qt Creator

跨平台 Qt Creator IDE
無論您是在創建移動應用程序,桌面應用程序還是連接的嵌入式設備,Qt Creator 64bit 都是跨平台的 IDE,使得應用程序和 UI 開髮變得輕而易舉。由於上市時間非常關鍵,因此 IDE 包含了可加速開發時間的生產力工具.

工具
創建與最終用戶交流的視覺吸引力。這個集成的 UI 設計工具可幫助您使用 Qt Widget 和 Qt Designer 設計 UI,並使用 Qt Quick Designer 設計流暢的動畫 UI.

不遺漏代碼:

複雜的代碼編輯器
支持編輯 C ++ 和 QML 上下文相關的幫助,代碼完成,導航等等.

版本控制
集成最流行的版本控制系統

Project& 生成管理
生成所有必要的文件,包括支持導入現有項目或從頭開始創建一個.

Desktop 到嵌入式
Multiscreen 和多平台支持快速切換構建目標.

ScreenShot

軟體資訊
檔案版本 Qt Creator 4.4.0 (64-bit)

檔案名稱 qt-creator-opensource-windows-x86_64-4.4.0.exe
檔案大小 126 MB
系統 Windows Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 The Qt Company
官網 https://www.qt.io/ide/
更新日期 2017-09-05
更新日誌

What's new in this version:

General:
- Added highlighting of search term in Locator results
- Added larger icons to `New` dialog
- Added locator input to extra editor and help windows (QTCREATORBUG-9696)
- Fixed theming of Debugger Console and TODO pane (QTCREATORBUG-17532)

Help:
QtWebEngine backend:
- Fixed that wait cursor was sometimes never restored (QTCREATORBUG-17758)

Editing:
- Added optional inline annotations for Clang code model errors and warnings, and bookmarks
- Added optional smooth scrolling when navigating within the same file for example with Locator or `Follow Symbol Under Cursor`)
- Added overridable `DeleteStartOfLine` and `DeleteEndOfLine` actions (QTCREATORBUG-18095)
- Added support for relative path to active project to `Advanced Find` > Files in File System` (QTCREATORBUG-18139)
- Added colors to default text editor scheme (the previous default is available as `Default Classic`)

FakeVim:
- Fixed `gt`/`gT`/`:tabnext`/`:tabprevious`

All Projects:
- Improved detection of cross-compilers

CMake Projects:
- Added option to filter for CMake variables in build configuration (QTCREATORBUG-17973)
- Added warning when detecting `CMakeCache.txt` in source directory even though build is configured for out-of-source build (QTCREATORBUG-18381)
- Fixed `CMake configuration has changed on disk` dialog (QTCREATORBUG-18292)

CMake >= 3.7:
- Improved handling of `CMAKE_RUNTIME_OUTPUT_DIRECTORY` (QTCREATORBUG-18158)
- Removed `<Source Directory>` node from project tree
- Fixed that headers from top level directory were not shown in project tree (QTCREATORBUG-17760)
- Fixed progress information (QTCREATORBUG-18624)

Qbs Projects:
- Re-added `Qbs install` deploy step (QTCREATORBUG-17958)
- Added `rebuild` and `clean` actions to products and subprojects (QTCREATORBUG-15919)

C++ Support:
- Added option to rename files when renaming symbol using same name (QTCREATORBUG-14696)
- Added auto-insertion of matching curly brace (QTCREATORBUG-15073)
- Fixed that C++ and Qt keywords were considered keywords in C files
- QTCREATORBUG-2818, QTCREATORBUG-18004)
- Fixed highlighting of raw string literals (QTCREATORBUG-17720)
- Fixed `Add #include` refactoring action for static functions
- Fixed crash when parsing invalid C++ code (QTCREATORBUG-18499)
- Clang Code Model
- Added highlighting of identifier under cursor, which was still
- delegated to built-in code model
- Improved order of items in completion list (QTCREATORBUG-18319, QTCREATORBUG-15445)
- Fixed function signature hint when completing constructors and functors (QTCREATORBUG-14882)
- Fixed that completing function pointer was adding parentheses (QTCREATORBUG-17578)
- Fixed completion inside function template (QTCREATORBUG-17222)
- Fixed wrong column number with non-ASCII characters (QTCREATORBUG-16775)
- Fixed highlighting of primitive types and operators (QTCREATORBUG-17867)
- Fixed highlighting of partial template specializations
- Fixed highlighting of functions in `using` declarations
- Fixed that keywords were highlighted in preprocessor directives (QTCREATORBUG-15516)
- Built-in Code Model
- Fixed completion of STL containers (QTCREATORBUG-1892)

QML Support:
- Updated QML parser to newer QML version (QTCREATORBUG-17842)
- Fixed crash in QML `Outline` pane
- Fixed that auto-completion could overwrite text (QTCREATORBUG-18449)

Debugging:
- Added `Alt+V` + letter shortcuts to open views
- Added pretty printing for `qfloat16`, `std::{optional,byte}`, `gsl::{span,byte}` and `boost::variant`
- Improved display of enum bitfields
- Fixed support for `long double` (QTCREATORBUG-18023)
- Fixed editing of strings (QTCREATORBUG-18681)

LLDB:
- Fixed disassembly view for code that contains quotes (QTCREATORBUG-18721)

CDB:
- Added support for extra debugging helpers and debugging helper customization
- Added warning if run configuration uses unsupported shell command

QML Profiler:
- Fixed that timeline could stay empty after analyzing small range (QTCREATORBUG-18354)

Version Control Systems:
- Fixed format of visual whitespace in blame, log and git rebase editors (QTCREATORBUG-17735)

Git:
- Improved branch listing in `Show` (QTCREATORBUG-16949)
- Made `git grep` for file system search recurse into submodules

Gerrit:
- Added validation of server certificate when using REST API
- Fixed that non-Gerrit remotes were shown in `Push to Gerrit` dialog (QTCREATORBUG-16367)

ClearCase:
- Disabled by default

Diff Viewer:
- Improved performance
- Fixed state of actions in `Edit` menu
- Fixed that context information for chunks was not shown in side-by-side view (QTCREATORBUG-18289)
- Fixed that UI blocked when showing very large diffs

Test Integration:
- Added view with complete, unprocessed test output
- Made it possible to enable and disable all tests using a specific test framework
- Fixed wrong location of results for tests with same name (QTCREATORBUG-18502)

QTest:
- Added option to run verbose and with logging of signals and slots (vb` and `-vs`)

Platform Specific:
- Removed support for Windows CE

Beautifier:
- Added option for using a different AStyle configuration file
- Added option for fallback style for `clang-format`

Model Editor:
- Fixed crash with invalid files (QTCREATORBUG-18526)
- Fixed crash when dropping package into itself (QTCREATORBUG-18262)

Qt Creator 4.4.0 (64-bit) 相關參考資料
How to build with Qt - Developer

2017年9月12日 — Qt Creator 4.4.0 released. Qt Creator 4.4.0 ... I'm installing the latest QtCreator v4.4.0 for Windows 64-bit today. ... Qt 5.x binary &amp; source ...

https://forum.seamly.io

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

Name · Last modified · Size, Metadata. Parent Directory, -. installer_source/, 04-Sep-2017 10:25, -. qt-creator-opensource-windows-x86_64-4.4.0.exe ...

https://download.qt.io

QP Real-Time Embedded Frameworks &amp; Tools Files

QM (QP Modeler) is a freeware graphical modeling tool for designing and implementing real-time embedded software based on the UML state machines and the ...

https://sourceforge.net

Qt cannot create standalone exe

2018年5月23日 — I use QtCreator 4.4.0. enter image ... Creator in the box at left side ... How to build 64-bit MinGW Qt application on Windows (with Qt Creator).

https://stackoverflow.com

Qt Creator

2023年3月8日 — Copy the file to the following directory in Qt: QtCreator-lib-qtcreator-plugins directory. Windows. Qt Creator 4.12: 64-bit windows 32-bit ...

https://docs.incredibuild.com

Qt Creator 4.4.0 released

Qt Creator 4.4.0 released. September 05, 2017 by Eike Ziller | Comments. We are happy to announce the release of Qt Creator 4.4.0 ...

https://www.qt.io

QT Creator on Win 10, &quot;Failed to retrieve MSVC Environment&quot;

2017年10月26日 — My QT project compiles fine on the Windows 7, with QT 5.6 (compiler MSVC2015 64-bit), QT creator 4.4.0 and Visual Studio Professional 2015.

https://stackoverflow.com

Qt Online Installer and Installer Framework 4.4.0 beta ...

2022年5月25日 — We have upgraded the installer framework and installer to 64-bit in Windows. In 32-bit platforms, the installer framework and installer 4.3.0 ...

https://www.qt.io

Qt Online Installer and Installer Framework 4.4.0 released

2022年6月13日 — Moving to a 64-bit installer caused issues reading Windows registry values properly. This is now fixed. An installer crash, when replacing ...

https://www.qt.io

where to download Qt for Window x64 mingw?

2017年8月31日 — As there is no official x64 Qt for MinGW, you can download the MSYS2 64-bit version and get the complete GNU toolchain as-well-as the complete ...

https://forum.qt.io