Qt Creator (32-bit)

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

Qt Creator 4.5.0 (32-bit)

Qt Creator 4.5.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.5.0 (32-bit)

檔案名稱 qt-creator-opensource-windows-x86-4.5.0.exe
檔案大小
系統 Windows Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 The Qt Company
官網 https://www.qt.io/ide/
更新日期 2017-12-08
更新日誌

What's new in this version:

General:
- Implemented "fuzzy" camel case lookup similar to code completion for locator (QTCREATORBUG-3111)
- Changed `File System` pane to tree view with top level directory selectable from `Computer`, `Home`, `Projects`, and individual project root directories (QTCREATORBUG-8305)
- Fixed crash when closing Qt Creator while searching for updates (QTCREATORBUG-19165)

Editing:
- Added `Edit` > `Advanced` > `Sort Selected Lines`, replacing `Tools` > External` > `Text` > `Sort Selection`

All Projects:
- Added progress indicator to project tree while project is parsed
- Added support for changing the maximum number of lines shown in compile output (QTCREATORBUG-2200)

QMake Projects:
- Fixed support of wildcards in `INSTALLS` variable (QTCREATORBUG-17935)
- Fixed that `QMAKE_CFLAGS` was not passed to code model

CMake Projects:
- Added groups to CMake configuration UI
- Added option to change configuration variable types
- Added option to unset configuration variable
- Improved handling of CMake configuration changes on disk (QTCREATORBUG-17555)
- Improved simplified project tree (QTCREATORBUG-19040)
- Fixed that value was removed when renaming configuration variable (QTCREATORBUG-17926)
- Fixed that `PATH` environment was unnecessarily modified (QTCREATORBUG-18714)
- Fixed that QML errors in application output where not linked to the source (QTCREATORBUG-18586)

Qbs Projects:
- Fixed that custom `installRoot` was not saved (QTCREATORBUG-18895)

C++ Support:
- Fixed lookup of functions that differ only in const-ness of arguments (QTCREATORBUG-18475)
- Fixed detection of macros defined by tool chain for `C`
- Fixed that `Refactoring` context menu blocked UI while checking for available actions
- Fixed crash when refactoring class with errors (QTCREATORBUG-19180)

Clang Code Model:
- Added sanity check to `Clang Code Model Warnings` option (QTCREATORBUG-18864)
- Fixed completion in `std::make_unique` and `std::make_shared` constructors (QTCREATORBUG-18615)
- Fixed that function argument completion switched selected overload back to default after typing comma (QTCREATORBUG-11688)

GCC:
- Improved auto-detection to include versioned binaries and cross-compilers

QML Support:
- Added wizards with different starting UI layouts
- Fixed that undo history was lost when reformatting file (QTCREATORBUG-18645)

Python Support:
- Added simple code folding

Debugging:
- Changed pretty printing of `QFlags` and bitfields to hexadecimal
- Fixed `Run in terminal` for debugging external application (QTCREATORBUG-18912)

LLDB / macOS:
- Added pretty printing of Core Foundation and Foundation string-like types (QTCREATORBUG-18638)

CDB:
- Fixed attaching to running process with command line arguments (QTCREATORBUG-19034)

QML:
- Fixed changing values of ECMAScript strings (QTCREATORBUG-19032)

QML Profiler:
- Improved robustness when faced with invalid data

Qt Quick Designer:
- Added option to only show visible items in navigator
- Fixed crash in integrated code editor (QTCREATORBUG-19079)
- Fixed crash when Ctrl-clicking on newly refactored QML file (QTCREATORBUG-19064)
- Fixed filtering in Library view (QTCREATORBUG-19054)
- Fixed `Cmd + Left` in integrated code editor on macOS (QTCREATORBUG-19272)
- Fixed crash with `Become Last Sibling` and multiline expressions (QTCREATORBUG-19284)

Version Control Systems:
- Added query for saving modified files before opening commit editor (QTCREATORBUG-3857)

Git:
- Fixed issues with localized tool output (QTCREATORBUG-19017)

Test Integration:
- Fixed issue with finding test target with CMake projects (QTCREATORBUG-17882, QTCREATORBUG-18922, QTCREATORBUG-18932)

Beautifier:
- Clang Format
- Added action `Disable Formatting for Selected Text`
- Changed formatting without selection to format the syntactic entity around the cursor

Model Editor:
- Added support for custom relations

SCXML Editor:
- Fixed crash after warnings are removed

Windows:
- Fixed detection of Visual Studio Build Tools 2017 (QTCREATORBUG-19053)
- Fixed that environment variable keys were converted to upper case in build and run configurations (QTCREATORBUG-18915)

Qt Creator 4.5.0 (32-bit) 相關參考資料
Configuring Qt Creator to Use with LTPS SDK

2018年1月30日 — Choose arm-linux-generic-elf-32bit in the first popup menu of the ABI field. Click Apply. Click the Add button on top of the window, choose ...

https://tibbo.com

Download Source Package Offline Installers

Download Qt Creator and Qt source packages offline. Whether you're installing for the first time or using the Qt Maintenance Tool, Qt has you covered.

https://www.qt.io

files

When using a 32 bit-build of Qt Creator with the 64 bit version of the Debugging Tools for Windows the library should also be built with a 64 bit compiler ...

https://github.com

How to install and use Qt 5.10 (for desktop) in Qt Creator ...

2017年12月17日 — Hello. I am kindly ask for help with installation of Qt 5.10. Currently I am using Qt 5.5 and MSVC2013 32bit. However I would like to switch ...

https://forum.qt.io

I need a 32 bit version of Qt Creator for Linux

Every place I look 64 bit versions are readily available. If anyone has a link to a site that has a 32 bit linux version please share it Thanks emp.

https://qtcentre.org

Index of archiveqtcreator4.54.5.0

Index of /archive/qtcreator/4.5/4.5.0 ; Parent Directory ; installer_source/, 07-Dec-2017 09:28 ; qt-creator-opensource-windows-x86_64-4.5.0.exe, 07-Dec-2017 09:25 ...

https://download.qt.io

Install Qt Creator on Linux

2023年9月29日 — Below are basic instructions for installing Qt on Linux that may work for your system, however, we are unable to provide further Linux ...

https://web.stanford.edu

Qt Creator 4.5.0 released

Running Qt Creator 4.5.0 based Qt 5.10.0 (MSVC 2015, 32 bit) and no project opened needs 30% CPU load stable ( i5 4x 3.2 Ghz), ...

https://www.qt.io

QTCN开发网

Qt Creator 4.5.0 for Windows 32 bit (117 MB) Qt Creator 4.5.0 for Linux/X11 ... Qt Creator 4.5.0 for Windows 32 bit (117 MB) Qt Creator 4.5.0 for Linux/X11 ...

http://www.qtcn.org

qtcreator-doxygenREADME.md at master

You will have to install the same Qt version (ie: 5.10 MSVC 2015 32 bit for 4.5.0) that was used to build the Qt creator version you are targeting for the ...

https://github.com