35 <property name="toolTip"> |
35 <property name="toolTip"> |
36 <string>Select to clear the search history</string> |
36 <string>Select to clear the search history</string> |
37 </property> |
37 </property> |
38 <property name="text"> |
38 <property name="text"> |
39 <string>&Search History</string> |
39 <string>&Search History</string> |
|
40 </property> |
|
41 <property name="checked"> |
|
42 <bool>true</bool> |
|
43 </property> |
|
44 </widget> |
|
45 </item> |
|
46 <item> |
|
47 <widget class="QCheckBox" name="downloadsCheckBox"> |
|
48 <property name="toolTip"> |
|
49 <string>Select to clear the download history</string> |
|
50 </property> |
|
51 <property name="text"> |
|
52 <string>Download History</string> |
40 </property> |
53 </property> |
41 <property name="checked"> |
54 <property name="checked"> |
42 <bool>true</bool> |
55 <bool>true</bool> |
43 </property> |
56 </property> |
44 </widget> |
57 </widget> |
118 </layout> |
131 </layout> |
119 </widget> |
132 </widget> |
120 <tabstops> |
133 <tabstops> |
121 <tabstop>historyCheckBox</tabstop> |
134 <tabstop>historyCheckBox</tabstop> |
122 <tabstop>searchCheckBox</tabstop> |
135 <tabstop>searchCheckBox</tabstop> |
|
136 <tabstop>downloadsCheckBox</tabstop> |
123 <tabstop>cookiesCheckBox</tabstop> |
137 <tabstop>cookiesCheckBox</tabstop> |
124 <tabstop>cacheCheckBox</tabstop> |
138 <tabstop>cacheCheckBox</tabstop> |
125 <tabstop>iconsCheckBox</tabstop> |
139 <tabstop>iconsCheckBox</tabstop> |
126 <tabstop>passwordsCheckBox</tabstop> |
140 <tabstop>passwordsCheckBox</tabstop> |
127 <tabstop>databasesCheckBox</tabstop> |
141 <tabstop>databasesCheckBox</tabstop> |