diff options
Diffstat (limited to 'src/libnma/nma-bar-code-widget.ui')
-rw-r--r-- | src/libnma/nma-bar-code-widget.ui | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/src/libnma/nma-bar-code-widget.ui b/src/libnma/nma-bar-code-widget.ui new file mode 100644 index 00000000..d88f17c6 --- /dev/null +++ b/src/libnma/nma-bar-code-widget.ui @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.1 --> +<interface domain="nm-applet"> + <requires lib="gtk+" version="3.20"/> + <template class="NMABarCodeWidget" parent="GtkBox"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="margin_start">6</property> + <property name="margin_end">6</property> + <property name="margin_top">6</property> + <property name="margin_bottom">6</property> + <property name="orientation">vertical</property> + <property name="spacing">6</property> + <child> + <object class="GtkAspectFrame"> + <property name="expand">True</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label_xalign">0.5</property> + <child> + <object class="GtkDrawingArea" id="qr_code"> + <property name="visible">True</property> + <property name="can_focus">False</property> + </object> + </child> + </object> + <packing> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel"> + <property name="expand">False</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Scan with your phone or <a href="nma:print">Print</a></property> + <property name="use_markup">True</property> + <signal name="activate-link" handler="link_activated" swapped="no"/> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + </template> +</interface> |