summaryrefslogtreecommitdiff
path: root/src/gui/panels/binary-params.ui
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2025-02-22 11:04:18 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2025-02-22 11:04:18 (GMT)
commite16bc694115b5487df601858a471eea34eadc1ba (patch)
tree55407659053eb906d70ffb1af41530ba6fd6883c /src/gui/panels/binary-params.ui
parent0bec2b96a14da29a680aafe54895fd9cfb3bcf09 (diff)
Simplify panel handling code.
Diffstat (limited to 'src/gui/panels/binary-params.ui')
-rw-r--r--src/gui/panels/binary-params.ui42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/gui/panels/binary-params.ui b/src/gui/panels/binary-params.ui
new file mode 100644
index 0000000..dcbaf7c
--- /dev/null
+++ b/src/gui/panels/binary-params.ui
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+
+ <template class="GtkBinaryParameters" parent="GtkGrid">
+ <property name="margin-bottom">12</property>
+ <property name="margin-end">12</property>
+ <property name="margin-start">12</property>
+ <property name="margin-top">12</property>
+ <property name="column-spacing">12</property>
+ <property name="row-spacing">8</property>
+
+ <child>
+ <object class="GtkLabel">
+ <property name="label">Load and analyze a new file:</property>
+ <property name="xalign">0</property>
+ <layout>
+ <property name="column">0</property>
+ <property name="row">0</property>
+ </layout>
+ </object>
+ </child>
+
+ <child>
+ <object class="GtkEntry" id="filename">
+ <property name="secondary-icon-name">document-open-symbolic</property>
+ <property name="placeholder-text">File location</property>
+ <property name="hexpand">TRUE</property>
+ <property name="hexpand-set">TRUE</property>
+ <layout>
+ <property name="column">0</property>
+ <property name="row">1</property>
+ </layout>
+ <style>
+ <class name="background"/>
+ </style>
+ <signal name="icon-release" handler="gtk_binary_parameters_on_new_file_entry_icon_release"/>
+ </object>
+ </child>
+
+ </template>
+
+</interface>