~dpm/qreator/snap

« back to all changes in this revision

Viewing changes to data/ui/QreatorWindow.ui

  • Committer: David Planella
  • Date: 2012-05-29 21:08:53 UTC
  • Revision ID: david.planella@ubuntu.com-20120529210853-oe5ogs9gf19ut77i
Added icons for the 'clear' action to all text entries, used symbolic icons in the QR page, delayed loading Software Centre apps until the apps tab is loaded for the first time

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
              </packing>
157
157
            </child>
158
158
            <child>
159
 
              <object class="GtkToolButton" id="toolbuttonSettings">
160
 
                <property name="use_action_appearance">False</property>
161
 
                <property name="can_focus">False</property>
162
 
                <property name="tooltip_text">Edit this app's settings</property>
163
 
                <property name="use_action_appearance">False</property>
164
 
                <property name="label">Settings</property>
165
 
                <property name="use_underline">True</property>
166
 
                <property name="icon_name">system-run</property>
167
 
              </object>
168
 
              <packing>
169
 
                <property name="expand">False</property>
170
 
                <property name="homogeneous">True</property>
171
 
              </packing>
172
 
            </child>
173
 
            <child>
174
159
              <object class="GtkToolButton" id="toolbuttonAbout">
175
160
                <property name="use_action_appearance">False</property>
176
161
                <property name="visible">True</property>
497
482
                    <property name="margin_left">12</property>
498
483
                    <property name="margin_top">6</property>
499
484
                    <property name="margin_bottom">6</property>
 
485
                    <property name="icon_size">5</property>
500
486
                    <child>
501
487
                      <object class="GtkToolButton" id="toolbuttonSave">
502
488
                        <property name="use_action_appearance">False</property>
508
494
                        <property name="use_action_appearance">False</property>
509
495
                        <property name="label" translatable="yes">Save</property>
510
496
                        <property name="use_underline">True</property>
511
 
                        <property name="stock_id">gtk-save</property>
 
497
                        <property name="icon_name">document-save-symbolic</property>
512
498
                      </object>
513
499
                      <packing>
514
500
                        <property name="expand">False</property>
526
512
                        <property name="use_action_appearance">False</property>
527
513
                        <property name="label" translatable="yes">Copy</property>
528
514
                        <property name="use_underline">True</property>
529
 
                        <property name="stock_id">gtk-copy</property>
 
515
                        <property name="icon_name">edit-copy-symbolic</property>
530
516
                      </object>
531
517
                      <packing>
532
518
                        <property name="expand">False</property>
543
529
                        <property name="use_action_appearance">False</property>
544
530
                        <property name="label">Edit</property>
545
531
                        <property name="use_underline">True</property>
546
 
                        <property name="stock_id">gtk-edit</property>
547
532
                      </object>
548
533
                      <packing>
549
534
                        <property name="expand">False</property>
726
711
                            <property name="invisible_char">•</property>
727
712
                            <property name="placeholder_text">[URL]</property>
728
713
                            <signal name="changed" handler="on_entryURL_changed" swapped="no"/>
 
714
                            <signal name="icon-press" handler="on_entryURL_icon_press" swapped="no"/>
729
715
                          </object>
730
716
                          <packing>
731
717
                            <property name="left_attach">1</property>
843
829
                            <property name="invisible_char">•</property>
844
830
                            <property name="placeholder_text">[Network password]</property>
845
831
                            <signal name="changed" handler="on_entryPassword_changed" swapped="no"/>
 
832
                            <signal name="icon-press" handler="on_entryPassword_icon_press" swapped="no"/>
846
833
                          </object>
847
834
                          <packing>
848
835
                            <property name="left_attach">1</property>
894
881
                                <property name="invisible_char">•</property>
895
882
                                <property name="shadow_type">out</property>
896
883
                                <property name="placeholder_text">[Network SSID - expand for autodetection]</property>
 
884
                                <signal name="icon-press" handler="on_entrySSID_icon_press" swapped="no"/>
897
885
                              </object>
898
886
                            </child>
899
887
                          </object>