Hi everyone.
I've been modified Qt Creator for semi-transparent ui and background image.

Source code: https://github.com/tuxzz/qt-creator/tree/4.2
Release for win64(only tested on Windows 10 14986): https://github.com/tuxzz/qt-creator/...4.2.0-enhanced

How to build on windows (untested):
  1. Download jom here, unzip it, add the directory where jom placed to your Path environment variable.
  2. Add your Qt binary directory (such as C:\Qt\Qt5.7.0\5.7\msvc2015_64\bin) to Path environment variable.
  3. Open a cmd, run vcvarsall.bat.
  4. Clone and build:


Qt Code:
  1. git clone -b 4.2 https://github.com/tuxzz/qt-creator --depth=1
  2. cd qt-creator
  3. git submodule init
  4. git submoule update
  5. mkdir ..\qt-creator-build
  6. cd ..\qt-creator-build
  7. qmake PREFIX=<path to install> CONFIG+=release -r ..\qt-creator\qtcreator.pro
  8. jom -j9 release
  9. jom install
To copy to clipboard, switch view to plain text mode 

How to make it looks pretty:
  • Run the Qt Creator -> Tools -> Options... -> Theme -> Select "Sunny Side" -> Restart Qt Creator -> Tools -> Options... -> Browse -> Pick a background Image



Here is my result:

Background image: http://www.pixiv.net/member_illust.p...ust_id=3971057