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
qt:problems_and_solutions [2010/10/19 17:25]
hevi
qt:problems_and_solutions [2010/10/20 11:11] (current)
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 ? ====