diff options
Diffstat (limited to '')
-rw-r--r-- | panels/printers/ppd-selection-dialog.ui | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/panels/printers/ppd-selection-dialog.ui b/panels/printers/ppd-selection-dialog.ui new file mode 100644 index 0000000..5408792 --- /dev/null +++ b/panels/printers/ppd-selection-dialog.ui @@ -0,0 +1,106 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> +<interface> + <requires lib="gtk+" version="3.12"/> + <template class="PpPPDSelectionDialog" parent="GtkDialog"> + <property name="width_request">600</property> + <property name="height_request">400</property> + <property name="title" translatable="yes">Select Printer Driver</property> + <property name="modal">True</property> + <property name="destroy_with_parent">True</property> + <child> + <object class="GtkBox" id="main-vbox"> + <property name="orientation">vertical</property> + <property name="spacing">10</property> + <property name="margin_top">10</property> + <property name="margin_start">10</property> + <property name="margin_end">10</property> + <child> + <object class="GtkBox" id="box3"> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="spacing">10</property> + <property name="halign">fill</property> + <child> + <object class="GtkScrolledWindow" id="scrolledwindow1"> + <property name="width_request">140</property> + <property name="hscrollbar_policy">never</property> + <property name="halign">fill</property> + <property name="has_frame">True</property> + <child> + <object class="GtkTreeView" id="ppd_selection_manufacturers_treeview"> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="treeview-selection"/> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="GtkScrolledWindow" id="scrolledwindow2"> + <property name="hexpand">True</property> + <property name="halign">fill</property> + <property name="has_frame">True</property> + <child> + <object class="GtkTreeView" id="ppd_selection_models_treeview"> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="treeview-selection1"/> + </child> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="GtkBox" id="dialog-action-area1"> + <property name="halign">fill</property> + <property name="hexpand">True</property> + <property name="spacing">10</property> + <property name="margin_bottom">10</property> + <child> + <object class="GtkBox" id="box2"> + <property name="halign">fill</property> + <property name="hexpand">True</property> + <property name="spacing">10</property> + <child> + <object class="GtkSpinner" id="ppd_spinner"> + <property name="width_request">24</property> + <property name="height_request">24</property> + <property name="halign">fill</property> + </object> + </child> + <child> + <object class="GtkLabel" id="progress_label"> + <property name="label" translatable="yes">Loading drivers database…</property> + <property name="halign">fill</property> + </object> + </child> + </object> + </child> + <child> + <object class="GtkButton" id="ppd_selection_cancel_button"> + <property name="label" translatable="yes">Cancel</property> + <property name="receives_default">True</property> + <property name="receives_default">True</property> + <property name="halign">end</property> + </object> + </child> + <child> + <object class="GtkButton" id="ppd_selection_select_button"> + <property name="label" translatable="yes">Select</property> + <property name="sensitive">False</property> + <property name="receives_default">True</property> + <property name="halign">end</property> + </object> + </child> + </object> + </child> + </object> + </child> + <action-widgets> + <action-widget response="-6">ppd_selection_cancel_button</action-widget> + <action-widget response="-5">ppd_selection_select_button</action-widget> + </action-widgets> + </template> +</interface> |