~ubuntu-branches/ubuntu/quantal/arora/quantal

« back to all changes in this revision

Viewing changes to src/settings.ui

  • Committer: Bazaar Package Importer
  • Author(s): Roderick B. Greening
  • Date: 2009-10-01 16:08:58 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20091001160858-h1wnt3ddyzl07nih
Tags: 0.10.0-0ubuntu1
* New upstream release 
* Remove patches
  - kubuntu_01_google_lucky.diff - Open Search now used upstream
  - kubuntu_02_default_bookmarks.diff - bookmarks fixed upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   <rect>
7
7
    <x>0</x>
8
8
    <y>0</y>
9
 
    <width>689</width>
 
9
    <width>597</width>
10
10
    <height>424</height>
11
11
   </rect>
12
12
  </property>
27
27
   <item row="1" column="0">
28
28
    <widget class="QTabWidget" name="tabWidget">
29
29
     <property name="currentIndex">
30
 
      <number>0</number>
 
30
      <number>2</number>
31
31
     </property>
32
32
     <widget class="QWidget" name="tab">
33
33
      <attribute name="title">
482
482
            </property>
483
483
           </widget>
484
484
          </item>
485
 
          <item row="2" column="0">
 
485
          <item row="3" column="0">
486
486
           <spacer name="horizontalSpacer_4">
487
487
            <property name="orientation">
488
488
             <enum>Qt::Horizontal</enum>
495
495
            </property>
496
496
           </spacer>
497
497
          </item>
498
 
          <item row="2" column="1">
 
498
          <item row="3" column="1">
499
499
           <widget class="QCheckBox" name="filterTrackingCookiesCheckbox">
500
500
            <property name="text">
501
501
             <string>Filter Tracking Cookies</string>
502
502
            </property>
503
503
           </widget>
504
504
          </item>
 
505
          <item row="2" column="0">
 
506
           <widget class="QLabel" name="cookieSessionLabel">
 
507
            <property name="text">
 
508
             <string>A cookie session ends:</string>
 
509
            </property>
 
510
            <property name="alignment">
 
511
             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
512
            </property>
 
513
           </widget>
 
514
          </item>
 
515
          <item row="2" column="1">
 
516
           <widget class="QComboBox" name="cookieSessionCombo">
 
517
            <item>
 
518
             <property name="text">
 
519
              <string>When I exit the application</string>
 
520
             </property>
 
521
            </item>
 
522
            <item>
 
523
             <property name="text">
 
524
              <string>1 day</string>
 
525
             </property>
 
526
            </item>
 
527
            <item>
 
528
             <property name="text">
 
529
              <string>2 days</string>
 
530
             </property>
 
531
            </item>
 
532
            <item>
 
533
             <property name="text">
 
534
              <string>3 days</string>
 
535
             </property>
 
536
            </item>
 
537
            <item>
 
538
             <property name="text">
 
539
              <string>7 days</string>
 
540
             </property>
 
541
            </item>
 
542
            <item>
 
543
             <property name="text">
 
544
              <string>30 days</string>
 
545
             </property>
 
546
            </item>
 
547
           </widget>
 
548
          </item>
505
549
         </layout>
506
550
        </widget>
507
551
       </item>
802
846
       </item>
803
847
      </layout>
804
848
     </widget>
 
849
     <widget class="QWidget" name="tab_7">
 
850
      <attribute name="title">
 
851
       <string>AutoFill</string>
 
852
      </attribute>
 
853
      <layout class="QGridLayout" name="gridLayout_8">
 
854
       <item row="0" column="0">
 
855
        <widget class="QLabel" name="label_16">
 
856
         <property name="text">
 
857
          <string>AutoFill web forms:</string>
 
858
         </property>
 
859
        </widget>
 
860
       </item>
 
861
       <item row="0" column="1">
 
862
        <widget class="QCheckBox" name="autoFillPasswordFormsCheckBox">
 
863
         <property name="sizePolicy">
 
864
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
865
           <horstretch>0</horstretch>
 
866
           <verstretch>0</verstretch>
 
867
          </sizepolicy>
 
868
         </property>
 
869
         <property name="text">
 
870
          <string>User names and passwords</string>
 
871
         </property>
 
872
        </widget>
 
873
       </item>
 
874
       <item row="0" column="2">
 
875
        <widget class="QPushButton" name="editAutoFillUserButton">
 
876
         <property name="text">
 
877
          <string>Edit...</string>
 
878
         </property>
 
879
        </widget>
 
880
       </item>
 
881
       <item row="2" column="1">
 
882
        <spacer name="verticalSpacer_5">
 
883
         <property name="orientation">
 
884
          <enum>Qt::Vertical</enum>
 
885
         </property>
 
886
         <property name="sizeHint" stdset="0">
 
887
          <size>
 
888
           <width>20</width>
 
889
           <height>244</height>
 
890
          </size>
 
891
         </property>
 
892
        </spacer>
 
893
       </item>
 
894
       <item row="1" column="3">
 
895
        <spacer name="horizontalSpacer_6">
 
896
         <property name="orientation">
 
897
          <enum>Qt::Horizontal</enum>
 
898
         </property>
 
899
         <property name="sizeHint" stdset="0">
 
900
          <size>
 
901
           <width>40</width>
 
902
           <height>20</height>
 
903
          </size>
 
904
         </property>
 
905
        </spacer>
 
906
       </item>
 
907
      </layout>
 
908
     </widget>
805
909
     <widget class="QWidget" name="tab_5">
806
910
      <attribute name="title">
807
911
       <string>Advanced</string>
821
925
         </property>
822
926
        </widget>
823
927
       </item>
824
 
       <item row="1" column="0" colspan="2">
 
928
       <item row="0" column="2">
 
929
        <widget class="QPushButton" name="styleSheetBrowseButton">
 
930
         <property name="text">
 
931
          <string>Browse...</string>
 
932
         </property>
 
933
        </widget>
 
934
       </item>
 
935
       <item row="1" column="0" colspan="3">
825
936
        <widget class="QGroupBox" name="networkCache">
826
937
         <property name="title">
827
938
          <string>Enable network cache</string>
853
964
            </property>
854
965
           </widget>
855
966
          </item>
 
967
          <item row="0" column="2">
 
968
           <spacer name="horizontalSpacer_5">
 
969
            <property name="orientation">
 
970
             <enum>Qt::Horizontal</enum>
 
971
            </property>
 
972
            <property name="sizeHint" stdset="0">
 
973
             <size>
 
974
              <width>40</width>
 
975
              <height>20</height>
 
976
             </size>
 
977
            </property>
 
978
           </spacer>
 
979
          </item>
856
980
         </layout>
857
981
        </widget>
858
982
       </item>