diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-02-22 13:25:55 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-02-22 13:38:26 (GMT) |
commit | 0b8fbc0c0d6a18cf1b90337dbd20639316af1fe7 (patch) | |
tree | bd5fd817ddacb34ab8c90ecc30b601185ec62eba /plugins/pynb/prefs.ui | |
parent | e16bc694115b5487df601858a471eea34eadc1ba (diff) |
Create a plugin skeleton for Python notebooks.
Diffstat (limited to 'plugins/pynb/prefs.ui')
-rw-r--r-- | plugins/pynb/prefs.ui | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/plugins/pynb/prefs.ui b/plugins/pynb/prefs.ui new file mode 100644 index 0000000..a6e44be --- /dev/null +++ b/plugins/pynb/prefs.ui @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + + <template class="GtkPythonNotebookTweakPanel" parent="GtkBox"> + + <property name="orientation">vertical</property> + + <!-- Conservation de paramètres sécurisée --> + <child> + <object class="GtkGrid"> + <property name="margin-start">20</property> + <property name="margin-end">20</property> + <property name="margin-top">20</property> + <property name="margin-bottom">20</property> + <property name="row-spacing">10</property> + <property name="column-spacing">10</property> + + <child> + <object class="GtkLabel"> + <property name="label">Secret storage</property> + <property name="use-markup">true</property> + <property name="xalign">0</property> + <layout> + <property name="column">0</property> + <property name="row">0</property> + <property name="column-span">2</property> + </layout> + <style> + <class name="heading"/> + </style> + </object> + </child> + + </object> + </child> + + </template> +</interface> |