On Windows Vista 64-bit or Windows 7 64-bit, GCC make (MinGW) can be failed with the error:
mingw32-make.exe: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x421963)
Read more…
Custom Qt Creator color scheme location is:
Windows XP
C:\Documents and Settings\<user_name>\Application Data\Nokia\qtcreator\styles
Windows 7
C:\Users\<user_name>\AppData\Roaming\Nokia\qtcreator\styles
The QT Creator reference card is a handy reference designed to assist your use of Qt Creator. It is available in Windows/Linux as well as Mac versions and for ease of printing comes in A4 and US letter formats.
QtCreator uses default user settings to determine IDE language. To change language IDE preferences you need to set LANG variable to en_US value, for example.
It can be achieved by:
- set this variable into Environment Variables section (Start menu -> “Control Panel” -> “System Properties” -> “Advanced”)
- add “set LANG=en_US” command into qtenv.bat file (Qt\2009.05\bin directory) and run QtCreator from command prompt:
Qt\2009.05\bin > qtenv.bat
Qt\2009.05\bin > QtCreator.exe