~thomas-deruyter-3/qreator/qreator

« back to all changes in this revision

Viewing changes to data/ui/QreatorWindow.ui

  • Committer: David Planella
  • Date: 2012-05-19 14:45:57 UTC
  • Revision ID: david.planella@ubuntu.com-20120519144557-2w13vh7br36kt2ck
Added support for showing autodetected SSIDs. Moved contributors to About page instead of AUTHORS file, as otherwise Quickly adds them to all source files - will need to investigate what the proper way to credit contributors and assign copyright is

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
                  <placeholder/>
269
269
                </child>
270
270
              </object>
 
271
              <packing>
 
272
                <property name="position">1</property>
 
273
              </packing>
271
274
            </child>
272
275
            <child type="tab">
273
276
              <object class="GtkLabel" id="labelAbout">
537
540
                            <property name="has_focus">True</property>
538
541
                            <property name="hexpand">True</property>
539
542
                            <property name="invisible_char">•</property>
540
 
                            <property name="placeholder_text" translatable="yes">[URL]</property>
 
543
                            <property name="placeholder_text">[URL]</property>
541
544
                            <signal name="changed" handler="on_entryURL_changed" swapped="no"/>
542
545
                          </object>
543
546
                          <packing>
646
649
                          </packing>
647
650
                        </child>
648
651
                        <child>
649
 
                          <object class="GtkEntry" id="entrySSID">
650
 
                            <property name="visible">True</property>
651
 
                            <property name="can_focus">True</property>
652
 
                            <property name="margin_top">3</property>
653
 
                            <property name="margin_bottom">3</property>
654
 
                            <property name="hexpand">True</property>
655
 
                            <property name="invisible_char">•</property>
656
 
                            <property name="placeholder_text" translatable="yes">[Network identifier]</property>
657
 
                            <signal name="changed" handler="on_entrySSID_changed" swapped="no"/>
658
 
                          </object>
659
 
                          <packing>
660
 
                            <property name="left_attach">1</property>
661
 
                            <property name="top_attach">1</property>
662
 
                            <property name="width">1</property>
663
 
                            <property name="height">1</property>
664
 
                          </packing>
665
 
                        </child>
666
 
                        <child>
667
652
                          <object class="GtkEntry" id="entryPassword">
668
653
                            <property name="visible">True</property>
669
654
                            <property name="can_focus">True</property>
670
655
                            <property name="margin_top">3</property>
671
656
                            <property name="margin_bottom">3</property>
 
657
                            <property name="hexpand">True</property>
672
658
                            <property name="visibility">False</property>
673
659
                            <property name="invisible_char">•</property>
674
 
                            <property name="placeholder_text" translatable="yes">[Network password]</property>
 
660
                            <property name="placeholder_text">[Network password]</property>
675
661
                            <signal name="changed" handler="on_entryPassword_changed" swapped="no"/>
676
662
                          </object>
677
663
                          <packing>
711
697
                            <property name="height">1</property>
712
698
                          </packing>
713
699
                        </child>
 
700
                        <child>
 
701
                          <object class="GtkComboBoxText" id="comboboxtextSSID">
 
702
                            <property name="visible">True</property>
 
703
                            <property name="can_focus">False</property>
 
704
                            <property name="has_entry">True</property>
 
705
                            <property name="entry_text_column">0</property>
 
706
                            <property name="id_column">1</property>
 
707
                            <child internal-child="entry">
 
708
                              <object class="GtkEntry" id="entrySSID">
 
709
                                <property name="can_focus">True</property>
 
710
                                <property name="invisible_char">•</property>
 
711
                                <property name="shadow_type">out</property>
 
712
                                <property name="placeholder_text">[Network SSID - expand for autodetection]</property>
 
713
                              </object>
 
714
                            </child>
 
715
                          </object>
 
716
                          <packing>
 
717
                            <property name="left_attach">1</property>
 
718
                            <property name="top_attach">1</property>
 
719
                            <property name="width">1</property>
 
720
                            <property name="height">1</property>
 
721
                          </packing>
 
722
                        </child>
714
723
                      </object>
715
724
                      <packing>
716
725
                        <property name="left_attach">0</property>