Perhaps Iliya could try and make CERN pay him to create such a package if DEX is further along than Kicad.
I doubt that they will adopt a Windows only tool. This is another DEX limitation when it comes to the open source.
When I first started to write AutoTRAX, I wrote AutoTRAX EDA. EDA was written in C++ and Microsoft MFC and was only available on Windows platforms.
I then started to port it so it would work on multiple platforms. I used QT from Trolltech and it worked on Windows, Mac OS and LINUX. However, during development Steve jobs decided to use Intel instead of PowerPC chips. This made my Apple G5 useless as a development environment. At the time Apple seem to be more concerned in selling iPods then developing desktop PCs so I thought there was no future in the Apple platform. For LINUX, the problem was that to me seems that LINUX users want everything for free since LINUX is free. Another reason for doing the port is that I wanted to check that the code was more resilient and would work on multiple platforms.
I then started to develop a part manager for AutoTRAX EDA using .Net. I found that the .Net environment was very easy for developing software and the application was fast, although not quite as fast as a native C++ application. It is, however, fast enough for the task in hand.
I am developing Active3D which is an application written in C++/11 and QT. It is OpenGL-based and is a viewer/modeller for 3-D. AutoTRAX DEX works with Active3D. You can download Active3D from my website. It is only a 64-bit application at the moment and will not run on 32-bit OS.
If anybody at CERN wishes me to develop a version of AutoTRAX using QT then please tell them to drop me an email.