meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
qt:problems_and_solutions [2010/10/19 17:17]
hevi
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 ? ====
Line 16: Line 24:
  
 On QtCreator => Tools => Options => Help => Documentation : Add : Folder C:\NokiaQtSDK\Documentation : All files (CTRL-A) : ok,ok.ok, .. On QtCreator => Tools => Options => Help => Documentation : Add : Folder C:\NokiaQtSDK\Documentation : All files (CTRL-A) : ok,ok.ok, ..
 +
 +