Bump version to 5.0-14
[LibreOffice.git] / extensions / uiconfig / scanner / ui / griddialog.ui
blobbaebe9f10e3aaf9bb1ed2a92e211a5d216d3e4a4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.16.1 -->
3 <interface>
4 <requires lib="gtk+" version="3.0"/>
5 <!-- interface-requires LibreOffice 1.0 -->
6 <object class="GtkDialog" id="GridDialog">
7 <property name="can_focus">False</property>
8 <property name="border_width">6</property>
9 <property name="type_hint">dialog</property>
10 <child internal-child="vbox">
11 <object class="GtkBox" id="dialog-vbox1">
12 <property name="can_focus">False</property>
13 <property name="spacing">12</property>
14 <child internal-child="action_area">
15 <object class="GtkButtonBox" id="dialog-action_area1">
16 <property name="can_focus">False</property>
17 <property name="orientation">vertical</property>
18 <property name="layout_style">start</property>
19 <child>
20 <object class="GtkButton" id="ok">
21 <property name="label">gtk-ok</property>
22 <property name="use_action_appearance">False</property>
23 <property name="visible">True</property>
24 <property name="can_focus">True</property>
25 <property name="can_default">True</property>
26 <property name="has_default">True</property>
27 <property name="receives_default">True</property>
28 <property name="use_stock">True</property>
29 </object>
30 <packing>
31 <property name="expand">False</property>
32 <property name="fill">True</property>
33 <property name="position">0</property>
34 </packing>
35 </child>
36 <child>
37 <object class="GtkButton" id="cancel">
38 <property name="label">gtk-cancel</property>
39 <property name="use_action_appearance">False</property>
40 <property name="visible">True</property>
41 <property name="can_focus">True</property>
42 <property name="receives_default">True</property>
43 <property name="use_stock">True</property>
44 </object>
45 <packing>
46 <property name="expand">False</property>
47 <property name="fill">True</property>
48 <property name="position">1</property>
49 </packing>
50 </child>
51 <child>
52 <object class="GtkComboBoxText" id="resetTypeCombobox">
53 <property name="visible">True</property>
54 <property name="can_focus">False</property>
55 <items>
56 <item translatable="yes">Linear ascending</item>
57 <item translatable="yes">Linear descending</item>
58 <item translatable="yes">Original values</item>
59 <item translatable="yes">Exponential increasing</item>
60 </items>
61 </object>
62 <packing>
63 <property name="expand">False</property>
64 <property name="fill">True</property>
65 <property name="position">2</property>
66 </packing>
67 </child>
68 <child>
69 <object class="GtkButton" id="resetButton">
70 <property name="label" translatable="yes">_Set</property>
71 <property name="use_action_appearance">False</property>
72 <property name="visible">True</property>
73 <property name="can_focus">True</property>
74 <property name="receives_default">True</property>
75 <property name="use_underline">True</property>
76 </object>
77 <packing>
78 <property name="expand">False</property>
79 <property name="fill">True</property>
80 <property name="position">3</property>
81 </packing>
82 </child>
83 <child>
84 <object class="GtkImage" id="handle">
85 <property name="can_focus">False</property>
86 <property name="no_show_all">True</property>
87 <property name="pixbuf">extensions/source/scanner/handle.png</property>
88 </object>
89 <packing>
90 <property name="expand">False</property>
91 <property name="fill">True</property>
92 <property name="position">4</property>
93 </packing>
94 </child>
95 </object>
96 <packing>
97 <property name="expand">False</property>
98 <property name="fill">True</property>
99 <property name="pack_type">end</property>
100 <property name="position">0</property>
101 </packing>
102 </child>
103 <child>
104 <object class="scnlo-GridWindow" id="gridwindow">
105 <property name="visible">True</property>
106 <property name="can_focus">False</property>
107 <property name="halign">center</property>
108 <property name="valign">start</property>
109 <property name="hexpand">True</property>
110 <property name="vexpand">True</property>
111 </object>
112 <packing>
113 <property name="expand">False</property>
114 <property name="fill">True</property>
115 <property name="position">1</property>
116 </packing>
117 </child>
118 </object>
119 </child>
120 <action-widgets>
121 <action-widget response="0">ok</action-widget>
122 <action-widget response="0">cancel</action-widget>
123 <action-widget response="0">resetButton</action-widget>
124 </action-widgets>
125 </object>
126 </interface>