~romaia/stoq/create-production

« back to all changes in this revision

Viewing changes to data/glade/ProductQualityTestSlave.ui

  • Committer: Ronaldo Maia
  • Date: 2011-11-09 18:59:42 UTC
  • mfrom: (4415.1.7 stoq)
  • Revision ID: romaia@async.com.br-20111109185942-mdsxmvk9uw0f0r95
Adicionando testes de qualidade para produtos compostos

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--*- mode: xml -*-->
 
3
<interface>
 
4
  <object class="GtkSizeGroup" id="sizegroup1">
 
5
    <property name="mode">horizontal</property>
 
6
    <widgets>
 
7
      <widget name="remove_button"/>
 
8
      <widget name="edit_button"/>
 
9
    </widgets>
 
10
  </object>
 
11
  <object class="GtkWindow" id="ProductComponentSlave">
 
12
    <property name="default_height">250</property>
 
13
    <property name="default_width">440</property>
 
14
    <child>
 
15
      <object class="GtkVBox" id="vbox1">
 
16
        <property name="border_width">6</property>
 
17
        <property name="spacing">6</property>
 
18
        <property name="visible">True</property>
 
19
        <child>
 
20
          <object class="GtkVBox" id="vbox2">
 
21
            <property name="visible">True</property>
 
22
            <child>
 
23
              <object class="GtkHBox" id="hbox1">
 
24
                <property name="spacing">6</property>
 
25
                <property name="visible">True</property>
 
26
                <child>
 
27
                  <object class="GtkLabel" id="label1">
 
28
                    <property name="label" translatable="yes">Component:</property>
 
29
                    <property name="visible">True</property>
 
30
                    <property name="xalign">0.0</property>
 
31
                  </object>
 
32
                  <packing>
 
33
                    <property name="expand">False</property>
 
34
                  </packing>
 
35
                </child>
 
36
                <child>
 
37
                  <object class="ProxyComboEntry" id="component_combo">
 
38
                    <property name="data_type">str</property>
 
39
                    <property name="mandatory">True</property>
 
40
                    <property name="model_attribute">component</property>
 
41
                    <property name="visible">True</property>
 
42
                  </object>
 
43
                  <packing>
 
44
                    <property name="position">1</property>
 
45
                  </packing>
 
46
                </child>
 
47
                <child>
 
48
                  <object class="GtkButton" id="add_button">
 
49
                    <property name="label">gtk-add</property>
 
50
                    <property name="use_stock">True</property>
 
51
                    <property name="visible">True</property>
 
52
                  </object>
 
53
                  <packing>
 
54
                    <property name="expand">False</property>
 
55
                    <property name="position">2</property>
 
56
                  </packing>
 
57
                </child>
 
58
              </object>
 
59
            </child>
 
60
            <child>
 
61
              <object class="ProxyCheckButton" id="sort_components_check">
 
62
                <property name="data_type">bool</property>
 
63
                <property name="label" translatable="yes">Sort components by category</property>
 
64
                <property name="model_attribute">sort_components_check</property>
 
65
                <property name="visible">True</property>
 
66
              </object>
 
67
              <packing>
 
68
                <property name="position">1</property>
 
69
              </packing>
 
70
            </child>
 
71
          </object>
 
72
          <packing>
 
73
            <property name="expand">False</property>
 
74
          </packing>
 
75
        </child>
 
76
        <child>
 
77
          <object class="GtkVBox" id="component_tree_vbox">
 
78
            <property name="visible">True</property>
 
79
            <child>
 
80
              <object class="ObjectTree" id="component_tree">
 
81
                <property name="visible">True</property>
 
82
              </object>
 
83
            </child>
 
84
          </object>
 
85
          <packing>
 
86
            <property name="position">1</property>
 
87
          </packing>
 
88
        </child>
 
89
        <child>
 
90
          <object class="GtkHButtonBox" id="hbuttonbox1">
 
91
            <property name="layout_style">start</property>
 
92
            <property name="spacing">6</property>
 
93
            <property name="visible">True</property>
 
94
            <child>
 
95
              <object class="GtkButton" id="remove_button">
 
96
                <property name="label">gtk-remove</property>
 
97
                <property name="use_stock">True</property>
 
98
                <property name="visible">True</property>
 
99
              </object>
 
100
            </child>
 
101
            <child>
 
102
              <object class="GtkButton" id="edit_button">
 
103
                <property name="label">gtk-edit</property>
 
104
                <property name="use_stock">True</property>
 
105
                <property name="visible">True</property>
 
106
              </object>
 
107
              <packing>
 
108
                <property name="position">1</property>
 
109
              </packing>
 
110
            </child>
 
111
          </object>
 
112
          <packing>
 
113
            <property name="expand">False</property>
 
114
            <property name="position">2</property>
 
115
          </packing>
 
116
        </child>
 
117
      </object>
 
118
    </child>
 
119
  </object>
 
120
</interface>