[POS-commit] r1959 - stoq/trunk/stoq/gui/editors/glade
Evandro Vale Miquelito
evandro at async.com.br
Thu Dec 22 14:40:05 BRST 2005
Author: evandro
Date: Thu Dec 22 14:40:05 2005
New Revision: 1959
Modified:
stoq/trunk/stoq/gui/editors/glade/DeliveryEditor.glade
Log:
Show some hidden kiwi widgets
Modified: stoq/trunk/stoq/gui/editors/glade/DeliveryEditor.glade
==============================================================================
--- stoq/trunk/stoq/gui/editors/glade/DeliveryEditor.glade (original)
+++ stoq/trunk/stoq/gui/editors/glade/DeliveryEditor.glade Thu Dec 22 14:40:05 2005
@@ -22,8 +22,10 @@
<child>
<widget class="kiwi+ui+widgets+entry+Entry" id="delivery_date">
<property name="data_type">date</property>
+ <property name="is_focus">True</property>
<property name="mandatory">True</property>
<property name="model_attribute">estimated_fix_date</property>
+ <property name="visible">True</property>
<property name="width_chars">11</property>
<property name="xalign">1.0</property>
</widget>
@@ -49,6 +51,7 @@
<property name="data_type">float</property>
<property name="mandatory">True</property>
<property name="model_attribute">price</property>
+ <property name="visible">True</property>
<property name="width_chars">11</property>
<property name="xalign">1.0</property>
</widget>
@@ -105,32 +108,30 @@
<child>
<widget class="GtkTable" id="table1">
<property name="column_spacing">5</property>
+ <property name="n_columns">2</property>
+ <property name="n_rows">2</property>
<property name="row_spacing">5</property>
<property name="visible">True</property>
<child>
- <widget class="kiwi+ui+widgets+label+Label" id="delivery_address">
- <property name="data_type">str</property>
- <property name="model_attribute">delivery_address</property>
+ <widget class="GtkLabel" id="label4">
+ <property name="label" context="yes" translatable="yes"><b>Delivery Address:</b></property>
+ <property name="use_markup">True</property>
+ <property name="visible">True</property>
<property name="xalign">0.0</property>
</widget>
<packing>
- <property name="bottom_attach">2</property>
- <property name="top_attach">1</property>
- <property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
</child>
<child>
- <widget class="GtkButton" id="additional_info_button">
- <property name="is_focus">True</property>
- <property name="label" context="yes" translatable="yes">Additional _Instructions</property>
- <property name="use_underline">True</property>
+ <widget class="kiwi+ui+widgets+label+Label" id="delivery_address">
+ <property name="data_type">str</property>
+ <property name="model_attribute">delivery_address</property>
<property name="visible">True</property>
+ <property name="xalign">0.0</property>
</widget>
<packing>
<property name="bottom_attach">2</property>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
@@ -150,13 +151,18 @@
</packing>
</child>
<child>
- <widget class="GtkLabel" id="label4">
- <property name="label" context="yes" translatable="yes"><b>Delivery Address:</b></property>
- <property name="use_markup">True</property>
+ <widget class="GtkButton" id="additional_info_button">
+ <property name="is_focus">True</property>
+ <property name="label" context="yes" translatable="yes">Additional _Instructions</property>
+ <property name="use_underline">True</property>
<property name="visible">True</property>
- <property name="xalign">0.0</property>
</widget>
<packing>
+ <property name="bottom_attach">2</property>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">1</property>
+ <property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
</child>
@@ -173,7 +179,7 @@
<widget class="kiwi+ui+widgets+label+Label" id="additional_info_label">
<property name="data_type">str</property>
<property name="label" context="yes" translatable="yes">There is Additional Instructions</property>
- <property name="model_attribute"></property>
+ <property name="visible">True</property>
<property name="xalign">1.0</property>
</widget>
</child>
More information about the POS-commit
mailing list