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) 相關參考資料
Index of archiveqtcreator4.44.4.0

Index of /archive/qtcreator/4.4/4.4.0 ... Qt® and the Qt logo is a registered trade mark of The Qt Company Ltd and is used pursuant to a license from The Qt ...

https://download.qt.io

Qt cannot create standalone exe

2018年5月23日 — I use QtCreator 4.4.0. enter image description here. When I try to add ... How to build 64-bit MinGW Qt application on Windows (with Qt Creator).

https://stackoverflow.com

Qt Creator 4.4.0 released

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

https://www.qt.io

Qt Creator 4.4.0 released - Qt Blog : rcpp

2017年9月5日 — ... votes, 32 comments. 268K subscribers in the cpp ... it's a bit annoying to make a cmake mistake and suddenly all subdirectories disappear.

https://www.reddit.com

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 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

Qt4.8.5 、Qt Creator、MinGW 4.4在win7 sp1 x64 下安装(也 ...

2015年10月20日 — 注:如果你要安装Qt5.0以上版本,现在都集成在一起了,只需要到http://www.qt.io/download/ 下载qt-unified-windows-x86-2.0.2-2-online 这一个在线安装包 ...

https://blog.csdn.net

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

Thread: Qt installation in Linux

2010年10月10日 — Hi,I need to install a version of Qt in my Red Hat Enterprise Linux 3.0, so I picked the LGPL and then the Qt SDK for Linux/X11 32-bit ...

https://www.qtcentre.org

[Qt-creator] 4.4 Freezescrashes

2017年9月11日 — Next message: [Qt-creator] Linux 32 bits build on x86_64 host ... (4.4.0) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Qt ...

https://lists.qt-project.org