var fDesc=new Array(); fDesc[0] = "The Qt Visual Studio Add-in allows programmers to create, build, debug and run Qt applications from within Microsoft Visual Studio 2005 and 2008.

-Wizards for creating new Qt projects and classes
-Import and export of Qt Project and Project Include files
-Integrated Qt resource management
-Automated build setup for the Qt Meta-Object Compiler, User Interface Compiler, and Resource Compiler
-2D graphics canvas capable of handling millions of items"; 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 = ''; } }