2018-06-26 11:47:23 +02:00
|
|
|
# This is a dummy (example) module for PythonQt.
|
|
|
|
#
|
|
|
|
# The code is the documentation for the configuration file.
|
2016-10-02 19:19:31 +02:00
|
|
|
---
|
|
|
|
syntax: "YAML map of anything"
|
|
|
|
example:
|
|
|
|
whats_this: "module-specific configuration"
|
|
|
|
from_where: "dummypythonqt.conf"
|
|
|
|
a_list:
|
|
|
|
- "item1"
|
|
|
|
- "item2"
|
|
|
|
- "item3"
|
|
|
|
- "item4"
|
|
|
|
a_list_of_maps:
|
|
|
|
- name: "an Item"
|
|
|
|
contents:
|
|
|
|
- "an element"
|
|
|
|
- "another element"
|
|
|
|
- name: "another item"
|
|
|
|
contents:
|
|
|
|
- "not much"
|