Warning, /network/konqueror/sidebar/history_module/history_dlg.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>KonqSidebarHistoryDlg</class>
0004  <widget class="QWidget" name="KonqSidebarHistoryDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>450</width>
0010     <height>444</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QGroupBox" name="gbDefaultAction">
0016      <property name="title">
0017       <string>Default action</string>
0018      </property>
0019      <layout class="QFormLayout" name="formLayout">
0020       <item row="0" column="0">
0021        <widget class="QLabel" name="lDefault">
0022         <property name="text">
0023          <string>Default action when double clicking an URL</string>
0024         </property>
0025        </widget>
0026       </item>
0027       <item row="0" column="1">
0028        <widget class="QComboBox" name="comboDefaultAction"/>
0029       </item>
0030      </layout>
0031     </widget>
0032    </item>
0033    <item>
0034     <widget class="QGroupBox" name="gbLimits">
0035      <property name="title">
0036       <string>Limits</string>
0037      </property>
0038      <layout class="QGridLayout">
0039       <item row="0" column="1">
0040        <widget class="QSpinBox" name="spinEntries"/>
0041       </item>
0042       <item row="1" column="2">
0043        <spacer name="Spacer1">
0044         <property name="orientation">
0045          <enum>Qt::Horizontal</enum>
0046         </property>
0047         <property name="sizeType">
0048          <enum>QSizePolicy::Expanding</enum>
0049         </property>
0050         <property name="sizeHint" stdset="0">
0051          <size>
0052           <width>240</width>
0053           <height>16</height>
0054          </size>
0055         </property>
0056        </spacer>
0057       </item>
0058       <item row="1" column="0">
0059        <widget class="QCheckBox" name="cbExpire">
0060         <property name="text">
0061          <string>URLs e&amp;xpire after</string>
0062         </property>
0063        </widget>
0064       </item>
0065       <item row="1" column="1">
0066        <widget class="QSpinBox" name="spinExpire"/>
0067       </item>
0068       <item row="0" column="0">
0069        <widget class="QLabel" name="lEntries">
0070         <property name="text">
0071          <string>Maximum &amp;number of URLs:</string>
0072         </property>
0073         <property name="wordWrap">
0074          <bool>false</bool>
0075         </property>
0076         <property name="buddy">
0077          <cstring>spinEntries</cstring>
0078         </property>
0079        </widget>
0080       </item>
0081      </layout>
0082     </widget>
0083    </item>
0084    <item>
0085     <widget class="QGroupBox" name="gbFonts">
0086      <property name="title">
0087       <string>Custom Fonts For</string>
0088      </property>
0089      <layout class="QGridLayout">
0090       <item row="0" column="1">
0091        <widget class="QSpinBox" name="spinNewer"/>
0092       </item>
0093       <item row="1" column="1">
0094        <widget class="QSpinBox" name="spinOlder"/>
0095       </item>
0096       <item row="1" column="2">
0097        <widget class="QComboBox" name="comboOlder"/>
0098       </item>
0099       <item row="0" column="0">
0100        <widget class="QLabel" name="lbNewer">
0101         <property name="text">
0102          <string>URLs newer than</string>
0103         </property>
0104         <property name="alignment">
0105          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0106         </property>
0107         <property name="wordWrap">
0108          <bool>false</bool>
0109         </property>
0110        </widget>
0111       </item>
0112       <item row="0" column="2">
0113        <widget class="QComboBox" name="comboNewer"/>
0114       </item>
0115       <item row="1" column="3">
0116        <widget class="QPushButton" name="btnFontOlder">
0117         <property name="text">
0118          <string>Choose Font...</string>
0119         </property>
0120        </widget>
0121       </item>
0122       <item row="1" column="0">
0123        <widget class="QLabel" name="lbOlder">
0124         <property name="text">
0125          <string>URLs older than</string>
0126         </property>
0127         <property name="alignment">
0128          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0129         </property>
0130         <property name="wordWrap">
0131          <bool>false</bool>
0132         </property>
0133        </widget>
0134       </item>
0135       <item row="0" column="3">
0136        <widget class="QPushButton" name="btnFontNewer">
0137         <property name="text">
0138          <string>Choose Font...</string>
0139         </property>
0140        </widget>
0141       </item>
0142      </layout>
0143     </widget>
0144    </item>
0145    <item>
0146     <widget class="QGroupBox" name="gbDetails">
0147      <property name="title">
0148       <string>Details</string>
0149      </property>
0150      <layout class="QHBoxLayout">
0151       <item>
0152        <widget class="QCheckBox" name="cbDetailedTips">
0153         <property name="toolTip">
0154          <string>Shows the number of times visited and the dates of the first and last visits, in addition to the URL</string>
0155         </property>
0156         <property name="text">
0157          <string>Detailed tooltips</string>
0158         </property>
0159        </widget>
0160       </item>
0161      </layout>
0162     </widget>
0163    </item>
0164    <item>
0165     <layout class="QHBoxLayout">
0166      <item>
0167       <widget class="QPushButton" name="btnClearHistory">
0168        <property name="text">
0169         <string>Clear History</string>
0170        </property>
0171       </widget>
0172      </item>
0173      <item>
0174       <spacer name="Spacer3">
0175        <property name="orientation">
0176         <enum>Qt::Horizontal</enum>
0177        </property>
0178        <property name="sizeType">
0179         <enum>QSizePolicy::Expanding</enum>
0180        </property>
0181        <property name="sizeHint" stdset="0">
0182         <size>
0183          <width>418</width>
0184          <height>0</height>
0185         </size>
0186        </property>
0187       </spacer>
0188      </item>
0189     </layout>
0190    </item>
0191    <item>
0192     <spacer name="Spacer2">
0193      <property name="orientation">
0194       <enum>Qt::Vertical</enum>
0195      </property>
0196      <property name="sizeType">
0197       <enum>QSizePolicy::Expanding</enum>
0198      </property>
0199      <property name="sizeHint" stdset="0">
0200       <size>
0201        <width>16</width>
0202        <height>30</height>
0203       </size>
0204      </property>
0205     </spacer>
0206    </item>
0207   </layout>
0208  </widget>
0209  <resources/>
0210  <connections/>
0211 </ui>