<validator type="zak_form_element_validator_notempty"></validator>
</element>
+ <element type="zak_form_gtk_form_element_entry">
+ <name>utente</name>
+ <type>string</type>
+ <widget>entry1</widget>
+ <label>label1</label>
+ <filter type="zak_form_element_filter_trim"></filter>
+ <validator type="zak_form_element_validator_notempty"></validator>
+ </element>
+
+ <element type="zak_form_gtk_form_element_entry">
+ <name>latitudine</name>
+ <type>double</type>
+ <widget>entry2</widget>
+ <label>label2</label>
+ <filter type="zak_form_element_filter_trim"></filter>
+ <validator type="zak_form_element_validator_notempty"></validator>
+ </element>
+
+ <element type="zak_form_gtk_form_element_entry">
+ <name>longitudine</name>
+ <type>double</type>
+ <widget>entry3</widget>
+ <label>label3</label>
+ <filter type="zak_form_element_filter_trim"></filter>
+ <validator type="zak_form_element_validator_notempty"></validator>
+ </element>
+
<element type="zak_form_gtk_form_element_textview">
<name>note</name>
<type>string</type>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
- <property name="max_length">100</property>
+ <property name="max_length">255</property>
<property name="invisible_char">•</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
</packing>
</child>
<child>
- <placeholder/>
+ <object class="GtkLabel" id="label1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Segnalatore</property>
+ <property name="xalign">0</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">3</property>
+ </packing>
</child>
<child>
- <placeholder/>
+ <object class="GtkLabel" id="label2">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Latitudine</property>
+ <property name="xalign">0</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">4</property>
+ </packing>
</child>
<child>
- <placeholder/>
+ <object class="GtkLabel" id="label3">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Longitudine</property>
+ <property name="xalign">0</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">5</property>
+ </packing>
</child>
<child>
- <placeholder/>
+ <object class="GtkEntry" id="entry1">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="max_length">255</property>
+ <property name="invisible_char">•</property>
+ <property name="primary_icon_activatable">False</property>
+ <property name="secondary_icon_activatable">False</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">3</property>
+ </packing>
</child>
<child>
- <placeholder/>
+ <object class="GtkEntry" id="entry2">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="invisible_char">•</property>
+ <property name="primary_icon_activatable">False</property>
+ <property name="secondary_icon_activatable">False</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">4</property>
+ </packing>
</child>
<child>
- <placeholder/>
+ <object class="GtkEntry" id="entry3">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="max_length">100</property>
+ <property name="invisible_char">•</property>
+ <property name="primary_icon_activatable">False</property>
+ <property name="secondary_icon_activatable">False</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">5</property>
+ </packing>
</child>
<child>
<placeholder/>