Warning, /system/ksystemlog/src/generalConfigurationWidgetBase.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  <author>Nicolas Ternisien</author>
0004  <class>GeneralConfigurationWidgetBase</class>
0005  <widget class="QWidget" name="GeneralConfigurationWidgetBase">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>368</width>
0011     <height>497</height>
0012    </rect>
0013   </property>
0014   <layout class="QVBoxLayout">
0015    <item>
0016     <widget class="QGroupBox" name="startupModeGroupbox">
0017      <property name="title">
0018       <string>Startup</string>
0019      </property>
0020      <layout class="QVBoxLayout" name="startupModeVerticalLayout">
0021       <item>
0022        <layout class="QHBoxLayout" name="startupModeHorizontalLayout">
0023         <item>
0024          <widget class="QLabel" name="startupModeLabel">
0025           <property name="text">
0026            <string>Load &amp;this log mode at startup:</string>
0027           </property>
0028           <property name="buddy">
0029            <cstring>startupLogMode</cstring>
0030           </property>
0031          </widget>
0032         </item>
0033         <item>
0034          <widget class="QComboBox" name="startupLogMode">
0035           <property name="toolTip">
0036            <string>The log mode which is loaded by default at startup</string>
0037           </property>
0038           <property name="whatsThis">
0039            <string>The log mode loaded by default at startup. Choose 'No Log Mode' if you do not want this to happen.</string>
0040           </property>
0041          </widget>
0042         </item>
0043        </layout>
0044       </item>
0045      </layout>
0046     </widget>
0047    </item>
0048    <item>
0049     <widget class="QGroupBox" name="linesNumberGroupbox">
0050      <property name="title">
0051       <string>Log Lines List</string>
0052      </property>
0053      <layout class="QVBoxLayout">
0054       <item>
0055        <layout class="QHBoxLayout" name="linesNumberLayout">
0056         <item>
0057          <widget class="QLabel" name="maxLinesLabel">
0058           <property name="text">
0059            <string>&amp;Maximum lines displayed:</string>
0060           </property>
0061           <property name="buddy">
0062            <cstring>maxLines</cstring>
0063           </property>
0064          </widget>
0065         </item>
0066         <item>
0067          <widget class="QSpinBox" name="maxLines">
0068           <property name="sizePolicy">
0069            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0070             <horstretch>0</horstretch>
0071             <verstretch>0</verstretch>
0072            </sizepolicy>
0073           </property>
0074           <property name="toolTip">
0075            <string>Choose here the maximum number of log lines displayed in the main view.</string>
0076           </property>
0077           <property name="whatsThis">
0078            <string>You can choose here the maximum number of log lines displayed in the main view.</string>
0079           </property>
0080           <property name="minimum">
0081            <number>10</number>
0082           </property>
0083           <property name="maximum">
0084            <number>30000</number>
0085           </property>
0086           <property name="singleStep">
0087            <number>10</number>
0088           </property>
0089          </widget>
0090         </item>
0091        </layout>
0092       </item>
0093       <item>
0094        <widget class="QCheckBox" name="deleteDuplicatedLines">
0095         <property name="toolTip">
0096          <string>Select this option if you want to delete duplicate log lines &lt;b&gt;(may be slow)&lt;/b&gt;.</string>
0097         </property>
0098         <property name="whatsThis">
0099          <string>Select this option if you want to delete duplicate log lines. &lt;b&gt;This option can slow log reading&lt;/b&gt;.</string>
0100         </property>
0101         <property name="text">
0102          <string>Remove &amp;duplicate log lines (may be slower)</string>
0103         </property>
0104        </widget>
0105       </item>
0106      </layout>
0107     </widget>
0108    </item>
0109    <item>
0110     <widget class="QGroupBox" name="optionsGroupbox">
0111      <property name="title">
0112       <string>Options</string>
0113      </property>
0114      <layout class="QVBoxLayout">
0115       <item>
0116        <widget class="QCheckBox" name="deleteProcessId">
0117         <property name="toolTip">
0118          <string>Remove process identifier from process name.</string>
0119         </property>
0120         <property name="whatsThis">
0121          <string>Select this option if you want to remove the process identifier from the process name. For example, the &lt;b&gt;Process&lt;/b&gt; column may contain entries such as &lt;i&gt;cron&lt;b&gt;[3433]&lt;/b&gt;&lt;/i&gt;. If this option is activated, the bold part will be removed.</string>
0122         </property>
0123         <property name="text">
0124          <string>Remove &amp;identifier from process name</string>
0125         </property>
0126        </widget>
0127       </item>
0128       <item>
0129        <widget class="QCheckBox" name="colorizeLogLines">
0130         <property name="toolTip">
0131          <string>This option allows log lines to be colored depending on their log level.</string>
0132         </property>
0133         <property name="whatsThis">
0134          <string>This option allows log lines to be colored depending on their log level. For example, errors will be shown in red, warnings in orange, and so on. This will help you to see problems more easily.</string>
0135         </property>
0136         <property name="text">
0137          <string>&amp;Colored log lines</string>
0138         </property>
0139        </widget>
0140       </item>
0141      </layout>
0142     </widget>
0143    </item>
0144    <item>
0145     <widget class="QGroupBox" name="dateFormatGroupbox">
0146      <property name="title">
0147       <string>Date Format</string>
0148      </property>
0149      <layout class="QVBoxLayout">
0150       <item>
0151        <widget class="QRadioButton" name="formatShortDate">
0152         <property name="styleSheet">
0153          <string/>
0154         </property>
0155         <property name="text">
0156          <string>&amp;Short date format</string>
0157         </property>
0158        </widget>
0159       </item>
0160       <item>
0161        <widget class="QRadioButton" name="formatLongDate">
0162         <property name="text">
0163          <string>&amp;Long date format</string>
0164         </property>
0165        </widget>
0166       </item>
0167       <item>
0168        <widget class="QRadioButton" name="formatPreciseDate">
0169         <property name="text">
0170          <string>&amp;Precise date format</string>
0171         </property>
0172        </widget>
0173       </item>
0174      </layout>
0175     </widget>
0176    </item>
0177    <item>
0178     <spacer name="bottomSpacer">
0179      <property name="orientation">
0180       <enum>Qt::Vertical</enum>
0181      </property>
0182      <property name="sizeHint" stdset="0">
0183       <size>
0184        <width>20</width>
0185        <height>40</height>
0186       </size>
0187      </property>
0188     </spacer>
0189    </item>
0190   </layout>
0191  </widget>
0192  <resources/>
0193  <connections/>
0194 </ui>