meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
qt:problems_and_solutions [2010/10/19 17:05]
hevi created
qt:problems_and_solutions [2010/10/20 11:11]
hevi
Line 1: Line 1:
 ====== Qt Coding Problems and Solutions ====== ====== Qt Coding Problems and Solutions ======
 +
 +
 +==== How to access the user's home directory? ====
 +
 +I do not want to hard-code any paths to my application.
 +
 +Take a look at QDir and its [[http://doc.qt.nokia.com/4.6/qdir.html#home|home()]] function.
 +
  
 ==== There is not Qt Creator on 6428 Windows Start menu ? ==== ==== There is not Qt Creator on 6428 Windows Start menu ? ====
  
 File Manager & start C:C:\NokiaQtSDK\QtCreator\bin\qtcreator.exe File Manager & start C:C:\NokiaQtSDK\QtCreator\bin\qtcreator.exe
 +
 +The SDK installation is a bit broken by the initial configuration, but can be fixed.
 +
 +==== There is a problem running program in simulator ? ====
 +
 +Run simulator separately C:\NokiaQtSDK\Simulator\Application\simulator.exe
 +
 +You do not need restart the simulator during development.
 +
 +==== Help documentation is empty in QtCreator ? ====
 +
 +On QtCreator => Tools => Options => Help => Documentation : Add : Folder C:\NokiaQtSDK\Documentation : All files (CTRL-A) : ok,ok.ok, ..
 +
 +