blob: 2214a2dab9f57d7ec5ef75da85e83d86fe888957 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater label="Endroits" name="my_environments" title="MES ENVIRONNEMENTS">
<layout_stack>
<layout_panel label="Filtres" name="filter_panel">
<check_box label="Jours" name="chk_days"/>
<check_box label="Ciels" name="chk_skies"/>
<check_box label="Eau" name="chk_water"/>
</layout_panel>
<layout_panel label="Environnements" name="list_panel">
<check_box initial_value="false" label="Afficher les dossiers vides" name="chk_showfolders"/>
</layout_panel>
<layout_panel name="pnl_control">
<panel label="bottom_panel" name="pnl_bottom">
<menu_button name="btn_gear" tool_tip="Plus d'options"/>
<menu_button name="btn_newsettings" tool_tip="Créer un nouveau paramètre"/>
<button name="btn_del" tool_tip="Supprimer ce paramètre"/>
</panel>
</layout_panel>
</layout_stack>
</floater>
|