]> saetta.ns0.it Git - bcity/be/commitdiff
Added fields utente, lat/long to segnalazioni ui.
authorAndrea Zagli <azagli@libero.it>
Sun, 21 Feb 2016 11:34:02 +0000 (12:34 +0100)
committerAndrea Zagli <azagli@libero.it>
Sun, 21 Feb 2016 11:34:02 +0000 (12:34 +0100)
data/bcity_be/form/segnalazione.form
data/bcity_be/gui/bcity_be.ui

index 770b17d46d682daf9e2da37f5cedf51c5c8f0577..1722f91439f4ddaac46a6c6cf9f647ae00f6b8dd 100644 (file)
          <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>
index 6cf8f1d17d068f1f392dc8eb0731f894f52847e9..9cef65fc6e16371684cd9d3fa5267f8fa6dd9c0c 100644 (file)
                 <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/>