aboutsummaryrefslogtreecommitdiff
path: root/lib/configuration/test/defaultrc.ini
blob: f83bf73d5f20ad654d19c717bb1b405e04948695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# this is a comment and should be ignored

name=  Top level  
over=default
#comment=val
number=12
toggle=true
list=one;two;three;for four

[main]
name=Section Testing
number=10
toggle=false

[qt]
shortcut=Ctrl+Q

# include another file, absolute path or relative path to the rundir
@@include extrarc.ini