Warning, /multimedia/amarok/src/network/NetworkRequests.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>NetworkRequestsDialog</class>
0004  <widget class="QDialog" name="NetworkRequestsDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>621</width>
0010     <height>506</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Network Requests</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="0" column="0">
0018     <widget class="QLabel" name="label">
0019      <property name="text">
0020       <string>Network Requests</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="0" column="2">
0025     <widget class="QPushButton" name="clearButton">
0026      <property name="text">
0027       <string>&amp;Clear</string>
0028      </property>
0029     </widget>
0030    </item>
0031    <item row="1" column="0" colspan="3">
0032     <widget class="QTreeWidget" name="requestList">
0033      <property name="alternatingRowColors">
0034       <bool>true</bool>
0035      </property>
0036      <property name="rootIsDecorated">
0037       <bool>false</bool>
0038      </property>
0039      <column>
0040       <property name="text">
0041        <string>Method</string>
0042       </property>
0043      </column>
0044      <column>
0045       <property name="text">
0046        <string>URL</string>
0047       </property>
0048      </column>
0049      <column>
0050       <property name="text">
0051        <string>Response</string>
0052       </property>
0053      </column>
0054      <column>
0055       <property name="text">
0056        <string>Length</string>
0057       </property>
0058      </column>
0059      <column>
0060       <property name="text">
0061        <string>Content Type</string>
0062       </property>
0063      </column>
0064      <column>
0065       <property name="text">
0066        <string>Info</string>
0067       </property>
0068      </column>
0069     </widget>
0070    </item>
0071    <item row="2" column="0">
0072     <widget class="QLabel" name="label_2">
0073      <property name="text">
0074       <string>Request Details</string>
0075      </property>
0076     </widget>
0077    </item>
0078    <item row="2" column="1">
0079     <widget class="QLabel" name="label_3">
0080      <property name="text">
0081       <string>Response Details</string>
0082      </property>
0083     </widget>
0084    </item>
0085    <item row="3" column="0">
0086     <widget class="QTreeWidget" name="requestDetails">
0087      <column>
0088       <property name="text">
0089        <string>Name</string>
0090       </property>
0091      </column>
0092      <column>
0093       <property name="text">
0094        <string>Value</string>
0095       </property>
0096      </column>
0097     </widget>
0098    </item>
0099    <item row="3" column="1" colspan="2">
0100     <widget class="QTreeWidget" name="responseDetails">
0101      <column>
0102       <property name="text">
0103        <string>Name</string>
0104       </property>
0105      </column>
0106      <column>
0107       <property name="text">
0108        <string>Value</string>
0109       </property>
0110      </column>
0111     </widget>
0112    </item>
0113   </layout>
0114  </widget>
0115  <resources/>
0116  <connections/>
0117 </ui>