Qt Creator (32-bit)

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

Qt Creator 4.4.0 (32-bit)

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

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

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

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

不遺漏代碼:

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

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

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

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

ScreenShot

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

檔案名稱 qt-creator-opensource-windows-x86-4.4.0.exe
檔案大小 115 MB
系統 Windows Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 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 `` 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 (32-bit) 相關參考資料
I need a 32 bit version of Qt Creator for Linux

2017年4月22日 — I build Qt 5.10 successfully in 32 bit linux machines. However I am unable to to upgrade to the Latest Qt Creator versions(i.e above 4.0.1 ver ...

https://www.qtcentre.org

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

Note: This is an archive of historical versions, which may contain known errors and security vulnerabilities. Index of /archive/qtcreator/4.4/4.4.0. Name ...

https://download.qt.io

Qt cannot create standalone exe

2018年5月23日 — I use QtCreator 4.4.0. enter image ... qt 5.0.1 mingw 32bit issue · 0 · Qt ... 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

2017年9月5日 — Qt Creator 4.4.0 released. ... Qt Creator 4.4.0 released. September 05, 2017 by Eike Ziller | Comments. We ... 32 bit process). Version qt-creator ...

https://www.qt.io

Qt Creator 4.4.1 released

2017年10月6日 — Qt Creator 4.4.1 released. October 06, 2017 by Eike Ziller | Comments. We are happy to announce the release of Qt Creator 4.4.1!

https://www.qt.io

QT Creator on Win 10, "Failed to retrieve MSVC Environment"

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.

https://www.qt.io

Qt官方下载

Qt 5.6.3 for WinRT 32-bit (VS 2015, 1.0 GB) (info). Qt Creator. [size=0.9999em]Qt Creator 4.4.0 is released and it is available via Qt online installer. If ...

http://firemail.wang

主题

主题:【最新下载】Qt library/Qt Creator. 回帖:>Qt 5.4.1 for Windows 32-bit (MinGW 4.9.1, 856 MB) Qt 5.4.1 for Android (Windows 32-bit, 939 MB) Qt 5.4.1 for ...

http://www.qtcn.org