2012-07-16 11:10:02 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-11-25 11:57:00 +01:00
|
|
|
<!-- Generated with glade 3.18.3 -->
|
2012-07-16 11:10:02 +02:00
|
|
|
<interface>
|
2014-11-25 11:57:00 +01:00
|
|
|
<requires lib="gtk+" version="3.12"/>
|
2012-07-16 11:10:02 +02:00
|
|
|
<object class="GtkDialog" id="ppd-selection-dialog">
|
2013-02-12 11:19:27 +01:00
|
|
|
<property name="width_request">600</property>
|
|
|
|
<property name="height_request">400</property>
|
2012-07-16 11:10:02 +02:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">5</property>
|
2013-02-11 13:44:03 +01:00
|
|
|
<property name="title" translatable="yes">Select Printer Driver</property>
|
2012-07-16 11:10:02 +02:00
|
|
|
<property name="modal">True</property>
|
|
|
|
<property name="destroy_with_parent">True</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox" id="main-vbox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">10</property>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkButtonBox" id="dialog-action-area1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="ppd-selection-cancel-button">
|
|
|
|
<property name="label" translatable="yes">Cancel</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="ppd-selection-select-button">
|
|
|
|
<property name="label" translatable="yes">Select</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
2014-11-25 11:57:00 +01:00
|
|
|
<object class="GtkSpinner" id="ppd-spinner">
|
2012-07-16 11:10:02 +02:00
|
|
|
<property name="width_request">24</property>
|
|
|
|
<property name="height_request">24</property>
|
|
|
|
<property name="can_focus">False</property>
|
2014-11-25 11:57:00 +01:00
|
|
|
<property name="no_show_all">True</property>
|
2012-07-16 11:10:02 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="progress-label">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="no_show_all">True</property>
|
2016-10-03 14:43:32 +02:00
|
|
|
<property name="label" translatable="yes">Loading drivers database…</property>
|
2012-07-16 11:10:02 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="padding">10</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
<property name="secondary">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-11-25 11:57:00 +01:00
|
|
|
<object class="GtkBox" id="box3">
|
2012-07-16 11:10:02 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2014-11-25 11:57:00 +01:00
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<property name="spacing">10</property>
|
2012-07-16 11:10:02 +02:00
|
|
|
<child>
|
2014-11-25 11:57:00 +01:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
|
|
|
<property name="width_request">140</property>
|
2012-07-16 11:10:02 +02:00
|
|
|
<property name="visible">True</property>
|
2014-11-25 11:57:00 +01:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<property name="shadow_type">in</property>
|
2012-07-16 11:10:02 +02:00
|
|
|
<child>
|
2014-11-25 11:57:00 +01:00
|
|
|
<object class="GtkTreeView" id="ppd-selection-manufacturers-treeview">
|
2012-07-16 11:10:02 +02:00
|
|
|
<property name="visible">True</property>
|
2013-02-11 13:44:03 +01:00
|
|
|
<property name="can_focus">True</property>
|
2014-11-25 11:57:00 +01:00
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection" id="treeview-selection"/>
|
2012-07-16 11:10:02 +02:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-11-25 11:57:00 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="shadow_type">in</property>
|
2012-07-16 11:10:02 +02:00
|
|
|
<child>
|
2014-11-25 11:57:00 +01:00
|
|
|
<object class="GtkTreeView" id="ppd-selection-models-treeview">
|
2012-07-16 11:10:02 +02:00
|
|
|
<property name="visible">True</property>
|
2013-02-11 13:44:03 +01:00
|
|
|
<property name="can_focus">True</property>
|
2014-11-25 11:57:00 +01:00
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
2013-02-11 13:44:03 +01:00
|
|
|
</child>
|
2012-07-16 11:10:02 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2014-11-25 11:57:00 +01:00
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
2012-07-16 11:10:02 +02:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2014-11-25 11:57:00 +01:00
|
|
|
<property name="expand">False</property>
|
2012-07-16 11:10:02 +02:00
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</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>
|
|
|
|
</object>
|
|
|
|
</interface>
|