~romaia/stoq/create-production

« back to all changes in this revision

Viewing changes to data/glade/QualityTestEditor.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" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-requires kiwiwidgets 0.0 -->
 
5
  <!-- interface-naming-policy toplevel-contextual -->
 
6
  <object class="GtkWindow" id="QualityTestEditor">
 
7
    <property name="border_width">5</property>
 
8
    <property name="default_width">440</property>
 
9
    <property name="default_height">250</property>
 
10
    <child>
 
11
      <object class="GtkTable" id="table1">
 
12
        <property name="visible">True</property>
 
13
        <property name="n_rows">4</property>
 
14
        <property name="n_columns">2</property>
 
15
        <property name="column_spacing">6</property>
 
16
        <property name="row_spacing">6</property>
 
17
        <child>
 
18
          <object class="GtkLabel" id="label1">
 
19
            <property name="visible">True</property>
 
20
            <property name="xalign">1</property>
 
21
            <property name="label" translatable="yes">Description:</property>
 
22
          </object>
 
23
          <packing>
 
24
            <property name="y_options">GTK_FILL</property>
 
25
          </packing>
 
26
        </child>
 
27
        <child>
 
28
          <object class="GtkLabel" id="label3">
 
29
            <property name="visible">True</property>
 
30
            <property name="xalign">1</property>
 
31
            <property name="label" translatable="yes">Success Value:</property>
 
32
          </object>
 
33
          <packing>
 
34
            <property name="top_attach">2</property>
 
35
            <property name="bottom_attach">3</property>
 
36
            <property name="y_options">GTK_FILL</property>
 
37
          </packing>
 
38
        </child>
 
39
        <child>
 
40
          <object class="GtkVBox" id="vbox1">
 
41
            <property name="visible">True</property>
 
42
            <child>
 
43
              <object class="ProxyComboBox" id="boolean_value">
 
44
                <property name="visible">True</property>
 
45
                <property name="data_type">bool</property>
 
46
                <property name="model_attribute">boolean_value</property>
 
47
              </object>
 
48
              <packing>
 
49
                <property name="expand">False</property>
 
50
                <property name="fill">True</property>
 
51
                <property name="position">0</property>
 
52
              </packing>
 
53
            </child>
 
54
            <child>
 
55
              <object class="GtkHBox" id="decimal_value">
 
56
                <property name="visible">True</property>
 
57
                <child>
 
58
                  <object class="GtkLabel" id="label2">
 
59
                    <property name="visible">True</property>
 
60
                    <property name="label" translatable="yes">From:</property>
 
61
                  </object>
 
62
                  <packing>
 
63
                    <property name="expand">True</property>
 
64
                    <property name="fill">True</property>
 
65
                    <property name="position">0</property>
 
66
                  </packing>
 
67
                </child>
 
68
                <child>
 
69
                  <object class="ProxySpinButton" id="min_value">
 
70
                    <property name="visible">True</property>
 
71
                    <property name="can_focus">True</property>
 
72
                    <property name="invisible_char">•</property>
 
73
                    <property name="xalign">1</property>
 
74
                    <property name="invisible_char_set">True</property>
 
75
                    <property name="primary_icon_activatable">False</property>
 
76
                    <property name="secondary_icon_activatable">False</property>
 
77
                    <property name="primary_icon_sensitive">True</property>
 
78
                    <property name="secondary_icon_sensitive">True</property>
 
79
                    <property name="adjustment">adjustment1</property>
 
80
                    <property name="climb_rate">1</property>
 
81
                    <property name="digits">2</property>
 
82
                    <property name="data_type">Decimal</property>
 
83
                    <property name="mandatory">True</property>
 
84
                    <property name="model_attribute">min_value</property>
 
85
                  </object>
 
86
                  <packing>
 
87
                    <property name="expand">True</property>
 
88
                    <property name="fill">True</property>
 
89
                    <property name="position">1</property>
 
90
                  </packing>
 
91
                </child>
 
92
                <child>
 
93
                  <object class="GtkLabel" id="label4">
 
94
                    <property name="visible">True</property>
 
95
                    <property name="label" translatable="yes">To:</property>
 
96
                  </object>
 
97
                  <packing>
 
98
                    <property name="expand">True</property>
 
99
                    <property name="fill">True</property>
 
100
                    <property name="position">2</property>
 
101
                  </packing>
 
102
                </child>
 
103
                <child>
 
104
                  <object class="ProxySpinButton" id="max_value">
 
105
                    <property name="visible">True</property>
 
106
                    <property name="can_focus">True</property>
 
107
                    <property name="invisible_char">•</property>
 
108
                    <property name="xalign">1</property>
 
109
                    <property name="invisible_char_set">True</property>
 
110
                    <property name="primary_icon_activatable">False</property>
 
111
                    <property name="secondary_icon_activatable">False</property>
 
112
                    <property name="primary_icon_sensitive">True</property>
 
113
                    <property name="secondary_icon_sensitive">True</property>
 
114
                    <property name="adjustment">adjustment2</property>
 
115
                    <property name="climb_rate">1</property>
 
116
                    <property name="digits">2</property>
 
117
                    <property name="data_type">Decimal</property>
 
118
                    <property name="mandatory">True</property>
 
119
                    <property name="model_attribute">max_value</property>
 
120
                  </object>
 
121
                  <packing>
 
122
                    <property name="expand">True</property>
 
123
                    <property name="fill">True</property>
 
124
                    <property name="position">3</property>
 
125
                  </packing>
 
126
                </child>
 
127
              </object>
 
128
              <packing>
 
129
                <property name="expand">False</property>
 
130
                <property name="fill">True</property>
 
131
                <property name="position">1</property>
 
132
              </packing>
 
133
            </child>
 
134
          </object>
 
135
          <packing>
 
136
            <property name="left_attach">1</property>
 
137
            <property name="right_attach">2</property>
 
138
            <property name="top_attach">2</property>
 
139
            <property name="bottom_attach">3</property>
 
140
          </packing>
 
141
        </child>
 
142
        <child>
 
143
          <object class="GtkLabel" id="label5">
 
144
            <property name="visible">True</property>
 
145
            <property name="xalign">1</property>
 
146
            <property name="label" translatable="yes">Test Type:</property>
 
147
          </object>
 
148
          <packing>
 
149
            <property name="top_attach">1</property>
 
150
            <property name="bottom_attach">2</property>
 
151
            <property name="y_options">GTK_FILL</property>
 
152
          </packing>
 
153
        </child>
 
154
        <child>
 
155
          <object class="ProxyComboBox" id="test_type">
 
156
            <property name="visible">True</property>
 
157
            <property name="data_type">object</property>
 
158
            <property name="model_attribute">test_type</property>
 
159
          </object>
 
160
          <packing>
 
161
            <property name="left_attach">1</property>
 
162
            <property name="right_attach">2</property>
 
163
            <property name="top_attach">1</property>
 
164
            <property name="bottom_attach">2</property>
 
165
            <property name="y_options">GTK_FILL</property>
 
166
          </packing>
 
167
        </child>
 
168
        <child>
 
169
          <placeholder/>
 
170
        </child>
 
171
        <child>
 
172
          <placeholder/>
 
173
        </child>
 
174
        <child>
 
175
          <object class="ProxyEntry" id="description">
 
176
            <property name="visible">True</property>
 
177
            <property name="can_focus">True</property>
 
178
            <property name="invisible_char">•</property>
 
179
            <property name="primary_icon_activatable">False</property>
 
180
            <property name="secondary_icon_activatable">False</property>
 
181
            <property name="primary_icon_sensitive">True</property>
 
182
            <property name="secondary_icon_sensitive">True</property>
 
183
            <property name="data_type">unicode</property>
 
184
            <property name="mandatory">True</property>
 
185
            <property name="model_attribute">description</property>
 
186
          </object>
 
187
          <packing>
 
188
            <property name="left_attach">1</property>
 
189
            <property name="right_attach">2</property>
 
190
            <property name="y_options">GTK_FILL</property>
 
191
          </packing>
 
192
        </child>
 
193
      </object>
 
194
    </child>
 
195
  </object>
 
196
  <object class="GtkAdjustment" id="adjustment1">
 
197
    <property name="upper">100</property>
 
198
    <property name="step_increment">1</property>
 
199
    <property name="page_increment">10</property>
 
200
  </object>
 
201
  <object class="GtkAdjustment" id="adjustment2">
 
202
    <property name="upper">100</property>
 
203
    <property name="step_increment">1</property>
 
204
    <property name="page_increment">10</property>
 
205
  </object>
 
206
  <object class="GtkSizeGroup" id="sizegroup1">
 
207
    <property name="mode">both</property>
 
208
  </object>
 
209
</interface>