Warning, /system/ksystemlog/src/modes/base/logLevelSelectionDialogBase.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>LogLevelSelectionDialogBase</class>
0004  <widget class="QDialog" name="LogLevelSelectionDialogBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>246</width>
0010     <height>292</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Selecting File Type</string>
0015   </property>
0016   <property name="modal">
0017    <bool>true</bool>
0018   </property>
0019   <layout class="QVBoxLayout">
0020    <item>
0021     <widget class="QLabel" name="label">
0022      <property name="text">
0023       <string>Please select the type of this file:</string>
0024      </property>
0025      <property name="buddy">
0026       <cstring>logLevelsList</cstring>
0027      </property>
0028     </widget>
0029    </item>
0030    <item>
0031     <widget class="QListWidget" name="logLevelsList">
0032      <property name="toolTip">
0033       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0034 p, li { white-space: pre-wrap; }
0035 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
0036 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;List of existing log levels&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0037      </property>
0038      <property name="whatsThis">
0039       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0040 p, li { white-space: pre-wrap; }
0041 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
0042 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This is the list of all existing log levels. &lt;/p&gt;
0043 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Please select one of them to be used for the files selected on the list.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0044      </property>
0045     </widget>
0046    </item>
0047    <item>
0048     <widget class="QDialogButtonBox" name="buttonBox">
0049      <property name="orientation">
0050       <enum>Qt::Horizontal</enum>
0051      </property>
0052      <property name="standardButtons">
0053       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0054      </property>
0055      <property name="centerButtons">
0056       <bool>false</bool>
0057      </property>
0058     </widget>
0059    </item>
0060   </layout>
0061  </widget>
0062  <resources/>
0063  <connections>
0064   <connection>
0065    <sender>buttonBox</sender>
0066    <signal>accepted()</signal>
0067    <receiver>LogLevelSelectionDialogBase</receiver>
0068    <slot>accept()</slot>
0069    <hints>
0070     <hint type="sourcelabel">
0071      <x>248</x>
0072      <y>254</y>
0073     </hint>
0074     <hint type="destinationlabel">
0075      <x>157</x>
0076      <y>274</y>
0077     </hint>
0078    </hints>
0079   </connection>
0080   <connection>
0081    <sender>buttonBox</sender>
0082    <signal>rejected()</signal>
0083    <receiver>LogLevelSelectionDialogBase</receiver>
0084    <slot>reject()</slot>
0085    <hints>
0086     <hint type="sourcelabel">
0087      <x>316</x>
0088      <y>260</y>
0089     </hint>
0090     <hint type="destinationlabel">
0091      <x>286</x>
0092      <y>274</y>
0093     </hint>
0094    </hints>
0095   </connection>
0096   <connection>
0097    <sender>logLevelsList</sender>
0098    <signal>itemDoubleClicked(QListWidgetItem*)</signal>
0099    <receiver>LogLevelSelectionDialogBase</receiver>
0100    <slot>accept()</slot>
0101    <hints>
0102     <hint type="sourcelabel">
0103      <x>189</x>
0104      <y>138</y>
0105     </hint>
0106     <hint type="destinationlabel">
0107      <x>189</x>
0108      <y>145</y>
0109     </hint>
0110    </hints>
0111   </connection>
0112  </connections>
0113 </ui>