Warning, /frameworks/kuserfeedback/src/provider/widgets/auditlogbrowserdialog.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>KUserFeedback::AuditLogBrowserDialog</class>
0004  <widget class="QDialog" name="KUserFeedback::AuditLogBrowserDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>560</width>
0010     <height>720</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Submitted Data</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout">
0019      <item>
0020       <widget class="QLabel" name="label">
0021        <property name="text">
0022         <string>Da&amp;ta Submission:</string>
0023        </property>
0024        <property name="buddy">
0025         <cstring>logEntryBox</cstring>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="QComboBox" name="logEntryBox">
0031        <property name="sizePolicy">
0032         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0033          <horstretch>0</horstretch>
0034          <verstretch>0</verstretch>
0035         </sizepolicy>
0036        </property>
0037       </widget>
0038      </item>
0039     </layout>
0040    </item>
0041    <item>
0042     <widget class="QTextBrowser" name="logEntryView"/>
0043    </item>
0044    <item>
0045     <widget class="QDialogButtonBox" name="buttonBox">
0046      <property name="orientation">
0047       <enum>Qt::Horizontal</enum>
0048      </property>
0049      <property name="standardButtons">
0050       <set>QDialogButtonBox::Close|QDialogButtonBox::Discard</set>
0051      </property>
0052     </widget>
0053    </item>
0054   </layout>
0055  </widget>
0056  <resources/>
0057  <connections>
0058   <connection>
0059    <sender>buttonBox</sender>
0060    <signal>accepted()</signal>
0061    <receiver>KUserFeedback::AuditLogBrowserDialog</receiver>
0062    <slot>accept()</slot>
0063    <hints>
0064     <hint type="sourcelabel">
0065      <x>248</x>
0066      <y>254</y>
0067     </hint>
0068     <hint type="destinationlabel">
0069      <x>157</x>
0070      <y>274</y>
0071     </hint>
0072    </hints>
0073   </connection>
0074   <connection>
0075    <sender>buttonBox</sender>
0076    <signal>rejected()</signal>
0077    <receiver>KUserFeedback::AuditLogBrowserDialog</receiver>
0078    <slot>reject()</slot>
0079    <hints>
0080     <hint type="sourcelabel">
0081      <x>316</x>
0082      <y>260</y>
0083     </hint>
0084     <hint type="destinationlabel">
0085      <x>286</x>
0086      <y>274</y>
0087     </hint>
0088    </hints>
0089   </connection>
0090  </connections>
0091 </ui>