var fDesc=new Array(); fDesc[0] = "Qt Creator is an integrated development environment for Qt developers. It comes with a code editor with support for C++, QML, and ECMAscript. Syntax highlighting and code completion makes programming easier with this tool. It also checks code and provides you with style hints as you type. You also get a visual debugger and GUI design tools.

Qt Creator is available in open source and commercial variants."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }