Hi...

Is there with Qt something to read easily text file with Windows .ini style ?!?

Like this:

Qt Code:
  1. [GROUP 1]
  2.  
  3. key1 = value1
  4. key2 = value2
  5.  
  6. [GROUP 2]
  7.  
  8. key1 = value1
  9. ....
To copy to clipboard, switch view to plain text mode 


Thanks