~romaia/stoq/trunk

« back to all changes in this revision

Viewing changes to data/PrintDialogSlave.glade

  • Committer: evandro
  • Date: 2006-02-07 15:41:23 UTC
  • Revision ID: vcs-imports@canonical.com-20060207154123-r38thz564cwlm470
Adding a data directory and moving pixmaps and glade files to it

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 
2
<!DOCTYPE glade-interface SYSTEM "http://gazpacho.sicem.biz/gazpacho-0.1.dtd">
 
3
<glade-interface>
 
4
    <widget class="GtkWindow" id="PrintDialogSlave">
 
5
        <property name="default_height">250</property>
 
6
        <property name="default_width">440</property>
 
7
        <child>
 
8
            <widget class="GtkTable" id="table1">
 
9
                <property name="border_width">6</property>
 
10
                <property name="column_spacing">6</property>
 
11
                <property name="n_columns">3</property>
 
12
                <property name="n_rows">3</property>
 
13
                <property name="row_spacing">6</property>
 
14
                <property name="visible">True</property>
 
15
                <child>
 
16
                    <widget class="GtkRadioButton" id="printer_radio">
 
17
                        <property name="active">False</property>
 
18
                        <property name="group">file_radio</property>
 
19
                        <property name="label" context="yes" translatable="yes">Printer:</property>
 
20
                        <property name="visible">True</property>
 
21
                    </widget>
 
22
                    <packing>
 
23
                        <property name="x_options">fill</property>
 
24
                        <property name="y_options">fill</property>
 
25
                    </packing>
 
26
                </child>
 
27
                <child>
 
28
                    <widget class="GtkRadioButton" id="file_radio">
 
29
                        <property name="label" context="yes" translatable="yes">To file:</property>
 
30
                        <property name="visible">True</property>
 
31
                    </widget>
 
32
                    <packing>
 
33
                        <property name="bottom_attach">2</property>
 
34
                        <property name="top_attach">1</property>
 
35
                        <property name="x_options">fill</property>
 
36
                        <property name="y_options">fill</property>
 
37
                    </packing>
 
38
                </child>
 
39
                <child>
 
40
                    <widget class="GtkLabel" id="label2">
 
41
                        <property name="visible">True</property>
 
42
                    </widget>
 
43
                    <packing>
 
44
                        <property name="bottom_attach">3</property>
 
45
                        <property name="right_attach">2</property>
 
46
                        <property name="top_attach">2</property>
 
47
                        <property name="x_options">fill</property>
 
48
                        <property name="y_options">fill</property>
 
49
                    </packing>
 
50
                </child>
 
51
                <child>
 
52
                    <widget class="kiwi+ui+widgets+combobox+ComboBox" id="printer_combo">
 
53
                        <property name="data_type">str</property>
 
54
                        <property name="model_attribute">printer_name</property>
 
55
                        <property name="visible">True</property>
 
56
                    </widget>
 
57
                    <packing>
 
58
                        <property name="left_attach">1</property>
 
59
                        <property name="right_attach">2</property>
 
60
                        <property name="y_options">fill</property>
 
61
                    </packing>
 
62
                </child>
 
63
                <child>
 
64
                    <widget class="kiwi+ui+widgets+entry+Entry" id="filename_entry">
 
65
                        <property name="data_type">str</property>
 
66
                        <property name="is_focus">True</property>
 
67
                        <property name="mandatory">True</property>
 
68
                        <property name="model_attribute">filename</property>
 
69
                        <property name="visible">True</property>
 
70
                    </widget>
 
71
                    <packing>
 
72
                        <property name="bottom_attach">2</property>
 
73
                        <property name="left_attach">1</property>
 
74
                        <property name="right_attach">2</property>
 
75
                        <property name="top_attach">1</property>
 
76
                        <property name="y_options">fill</property>
 
77
                    </packing>
 
78
                </child>
 
79
                <child>
 
80
                    <widget class="GtkLabel" id="label1">
 
81
                        <property name="visible">True</property>
 
82
                    </widget>
 
83
                    <packing>
 
84
                        <property name="left_attach">2</property>
 
85
                        <property name="right_attach">3</property>
 
86
                        <property name="x_options">fill</property>
 
87
                        <property name="y_options">fill</property>
 
88
                    </packing>
 
89
                </child>
 
90
                <child>
 
91
                    <widget class="GtkButton" id="file_selection_button">
 
92
                        <property name="is_focus">True</property>
 
93
                        <property name="label" context="yes" translatable="yes">Selecionar...</property>
 
94
                        <property name="visible">True</property>
 
95
                    </widget>
 
96
                    <packing>
 
97
                        <property name="bottom_attach">2</property>
 
98
                        <property name="left_attach">2</property>
 
99
                        <property name="right_attach">3</property>
 
100
                        <property name="top_attach">1</property>
 
101
                        <property name="x_options">fill</property>
 
102
                        <property name="y_options">fill</property>
 
103
                    </packing>
 
104
                </child>
 
105
                <child>
 
106
                    <widget class="GtkButton" id="print_preview_button">
 
107
                        <property name="is_focus">True</property>
 
108
                        <property name="label" context="yes" translatable="yes">Visualizar...</property>
 
109
                        <property name="visible">True</property>
 
110
                    </widget>
 
111
                    <packing>
 
112
                        <property name="bottom_attach">3</property>
 
113
                        <property name="left_attach">2</property>
 
114
                        <property name="right_attach">3</property>
 
115
                        <property name="top_attach">2</property>
 
116
                        <property name="x_options">fill</property>
 
117
                        <property name="y_options">fill</property>
 
118
                    </packing>
 
119
                </child>
 
120
            </widget>
 
121
        </child>
 
122
    </widget>
 
123
</glade-interface>