Talk:User Configuration: Difference between revisions

From ParaQ Wiki
Jump to navigationJump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
Two questions:
Two questions:
* What kind of format does Qt use to store QSettings in the local filesystem? Is it going to be efficient when larger data (let's say 100K) is stored as value in key-value pair?
* What kind of format does Qt use to store QSettings in the local filesystem? Is it going to be efficient when larger data (let's say 100K) is stored as value in key-value pair?
: It uses an "INI-like" format, see the real-world sample I posted. [[User:Tshead|Tshead]] 13:20, 15 Sep 2006 (EDT)
* How are system administrators going to deliver system-widge settings if we use QSettings?
* How are system administrators going to deliver system-widge settings if we use QSettings?
: They can either: hand edit (the files are a reasonably-easy-to-comprehend text file); setup the configuration in their own copy of ParaView and copy/paste; we provide a "settings editor" application; some combination of the above. [[User:Tshead|Tshead]] 13:20, 15 Sep 2006 (EDT)
[[User:Berk|Berk]] 13:04, 15 Sep 2006 (EDT)
[[User:Berk|Berk]] 13:04, 15 Sep 2006 (EDT)

Latest revision as of 12:20, 15 September 2006

Two questions:

  • What kind of format does Qt use to store QSettings in the local filesystem? Is it going to be efficient when larger data (let's say 100K) is stored as value in key-value pair?
It uses an "INI-like" format, see the real-world sample I posted. Tshead 13:20, 15 Sep 2006 (EDT)
  • How are system administrators going to deliver system-widge settings if we use QSettings?
They can either: hand edit (the files are a reasonably-easy-to-comprehend text file); setup the configuration in their own copy of ParaView and copy/paste; we provide a "settings editor" application; some combination of the above. Tshead 13:20, 15 Sep 2006 (EDT)

Berk 13:04, 15 Sep 2006 (EDT)