Warning, /sdk/kdesvn/src/svnfrontend/database/dbsettings.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>DbSettings</class>
0004  <widget class="QDialog" name="DbSettings">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>415</width>
0010     <height>434</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_1">
0014    <item>
0015     <widget class="QTabWidget" name="tabWidget">
0016      <property name="currentIndex">
0017       <number>0</number>
0018      </property>
0019      <widget class="QWidget" name="tab">
0020       <attribute name="title">
0021        <string>Log cache settings</string>
0022       </attribute>
0023       <layout class="QVBoxLayout" name="verticalLayout_4">
0024        <item>
0025         <widget class="QCheckBox" name="dbcfg_noCacheUpdate">
0026          <property name="text">
0027           <string>Do not update log cache on open</string>
0028          </property>
0029         </widget>
0030        </item>
0031        <item>
0032         <widget class="QGroupBox" name="groupBox">
0033          <property name="title">
0034           <string/>
0035          </property>
0036          <layout class="QVBoxLayout" name="verticalLayout">
0037           <item>
0038            <widget class="QLabel" name="label_3">
0039             <property name="text">
0040              <string>Prefixes to filter out in revision tree</string>
0041             </property>
0042            </widget>
0043           </item>
0044           <item>
0045            <widget class="KEditListWidget" name="dbcfg_exclude_box">
0046             <property name="buttons">
0047              <set>KEditListWidget::Add|KEditListWidget::Remove</set>
0048             </property>
0049            </widget>
0050           </item>
0051          </layout>
0052         </widget>
0053        </item>
0054       </layout>
0055      </widget>
0056      <widget class="QWidget" name="tab_2">
0057       <attribute name="title">
0058        <string>Log and statistics setting</string>
0059       </attribute>
0060       <layout class="QVBoxLayout" name="verticalLayout_2">
0061        <item>
0062         <widget class="QGroupBox" name="groupBox_3">
0063          <property name="title">
0064           <string/>
0065          </property>
0066          <layout class="QVBoxLayout" name="verticalLayout_5">
0067           <item>
0068            <widget class="QLabel" name="label">
0069             <property name="text">
0070              <string>Hide logs containing following words</string>
0071             </property>
0072            </widget>
0073           </item>
0074           <item>
0075            <widget class="KEditListWidget" name="dbcfg_exclude_log_pattern">
0076             <property name="toolTip">
0077              <string>This is a list which words/substrings a log entry must contain so it will be hidden from log and statistics</string>
0078             </property>
0079             <property name="buttons">
0080              <set>KEditListWidget::Add|KEditListWidget::Remove</set>
0081             </property>
0082            </widget>
0083           </item>
0084          </layout>
0085          <zorder>dbcfg_exclude_log_pattern</zorder>
0086          <zorder>label</zorder>
0087         </widget>
0088        </item>
0089        <item>
0090         <widget class="QGroupBox" name="groupBox_2">
0091          <property name="title">
0092           <string/>
0093          </property>
0094          <layout class="QVBoxLayout" name="verticalLayout_3">
0095           <item>
0096            <widget class="QLabel" name="label_2">
0097             <property name="text">
0098              <string>Do not show commits from following users</string>
0099             </property>
0100            </widget>
0101           </item>
0102           <item>
0103            <widget class="KEditListWidget" name="dbcfg_exclude_userslog">
0104             <property name="toolTip">
0105              <string>Do not display commits of listed users in log window and statistics view</string>
0106             </property>
0107             <property name="buttons">
0108              <set>KEditListWidget::Add|KEditListWidget::Remove</set>
0109             </property>
0110            </widget>
0111           </item>
0112           <item>
0113            <widget class="QCheckBox" name="dbcfg_filter_empty_author">
0114             <property name="text">
0115              <string>Do not display commits without author</string>
0116             </property>
0117            </widget>
0118           </item>
0119          </layout>
0120         </widget>
0121        </item>
0122       </layout>
0123      </widget>
0124     </widget>
0125    </item>
0126    <item>
0127     <widget class="QDialogButtonBox" name="buttonBox">
0128      <property name="standardButtons">
0129       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0130      </property>
0131     </widget>
0132    </item>
0133   </layout>
0134  </widget>
0135  <customwidgets>
0136   <customwidget>
0137    <class>KEditListWidget</class>
0138    <extends>QWidget</extends>
0139    <header>keditlistwidget.h</header>
0140   </customwidget>
0141  </customwidgets>
0142  <resources/>
0143  <connections/>
0144 </ui>