Skip to content

Instantly share code, notes, and snippets.

@patrickelectric
Created April 21, 2016 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickelectric/fe9714166949ffc6b308b5e730ddf23a to your computer and use it in GitHub Desktop.
Save patrickelectric/fe9714166949ffc6b308b5e730ddf23a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfgfile arg="true"/>
<group name="Board confugiration">
<entry name="board_name" type="String">
<label>Board name :</label>
<default>uno</default>
</entry>
<entry name="board_clock" type="String">
<label>Board clock (MHz):</label>
<whatsthis>WTHIT</whatsthis>
<default>12</default>
</entry>
<entry name="treePartitionColumnWidths" type="IntList" hidden="true">
<default>140,90,90,90,0,90,90,0,0,0,0,0</default>
</entry>
</group>
</kcfg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment