Warning, /network/falkon/src/lib/tools/html5permissions/html5permissionsdialog.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>HTML5PermissionsDialog</class>
0004  <widget class="QDialog" name="HTML5PermissionsDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>483</width>
0010     <height>332</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>HTML5 Permissions</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="1" column="1">
0018     <layout class="QVBoxLayout" name="verticalLayout_2">
0019      <item>
0020       <spacer name="verticalSpacer">
0021        <property name="orientation">
0022         <enum>Qt::Vertical</enum>
0023        </property>
0024        <property name="sizeHint" stdset="0">
0025         <size>
0026          <width>20</width>
0027          <height>40</height>
0028         </size>
0029        </property>
0030       </spacer>
0031      </item>
0032      <item>
0033       <widget class="QPushButton" name="remove">
0034        <property name="text">
0035         <string>Remove</string>
0036        </property>
0037       </widget>
0038      </item>
0039     </layout>
0040    </item>
0041    <item row="2" column="0" colspan="2">
0042     <widget class="QDialogButtonBox" name="buttonBox">
0043      <property name="orientation">
0044       <enum>Qt::Horizontal</enum>
0045      </property>
0046      <property name="standardButtons">
0047       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0048      </property>
0049     </widget>
0050    </item>
0051    <item row="1" column="0">
0052     <widget class="QTreeWidget" name="treeWidget">
0053      <property name="indentation">
0054       <number>0</number>
0055      </property>
0056      <property name="sortingEnabled">
0057       <bool>true</bool>
0058      </property>
0059      <property name="allColumnsShowFocus">
0060       <bool>true</bool>
0061      </property>
0062      <column>
0063       <property name="text">
0064        <string>Site</string>
0065       </property>
0066      </column>
0067      <column>
0068       <property name="text">
0069        <string>Behaviour</string>
0070       </property>
0071      </column>
0072     </widget>
0073    </item>
0074    <item row="0" column="0" colspan="2">
0075     <layout class="QHBoxLayout" name="horizontalLayout">
0076      <item>
0077       <widget class="QLabel" name="label">
0078        <property name="text">
0079         <string>Permission for:</string>
0080        </property>
0081       </widget>
0082      </item>
0083      <item>
0084       <widget class="QComboBox" name="feature">
0085        <item>
0086         <property name="text">
0087          <string>Notifications</string>
0088         </property>
0089        </item>
0090        <item>
0091         <property name="text">
0092          <string>Geolocation</string>
0093         </property>
0094        </item>
0095        <item>
0096         <property name="text">
0097          <string>Microphone</string>
0098         </property>
0099        </item>
0100        <item>
0101         <property name="text">
0102          <string>Camera</string>
0103         </property>
0104        </item>
0105        <item>
0106         <property name="text">
0107          <string>Microphone and Camera</string>
0108         </property>
0109        </item>
0110        <item>
0111         <property name="text">
0112          <string>Hide Pointer</string>
0113         </property>
0114        </item>
0115        <item>
0116         <property name="text">
0117          <string>Display Capture</string>
0118         </property>
0119        </item>
0120        <item>
0121         <property name="text">
0122          <string>Display and Audio Capture</string>
0123         </property>
0124        </item>
0125       </widget>
0126      </item>
0127      <item>
0128       <spacer name="horizontalSpacer">
0129        <property name="orientation">
0130         <enum>Qt::Horizontal</enum>
0131        </property>
0132        <property name="sizeHint" stdset="0">
0133         <size>
0134          <width>40</width>
0135          <height>20</height>
0136         </size>
0137        </property>
0138       </spacer>
0139      </item>
0140     </layout>
0141    </item>
0142   </layout>
0143  </widget>
0144  <resources/>
0145  <connections>
0146   <connection>
0147    <sender>buttonBox</sender>
0148    <signal>accepted()</signal>
0149    <receiver>HTML5PermissionsDialog</receiver>
0150    <slot>accept()</slot>
0151    <hints>
0152     <hint type="sourcelabel">
0153      <x>248</x>
0154      <y>254</y>
0155     </hint>
0156     <hint type="destinationlabel">
0157      <x>157</x>
0158      <y>274</y>
0159     </hint>
0160    </hints>
0161   </connection>
0162   <connection>
0163    <sender>buttonBox</sender>
0164    <signal>rejected()</signal>
0165    <receiver>HTML5PermissionsDialog</receiver>
0166    <slot>reject()</slot>
0167    <hints>
0168     <hint type="sourcelabel">
0169      <x>316</x>
0170      <y>260</y>
0171     </hint>
0172     <hint type="destinationlabel">
0173      <x>286</x>
0174      <y>274</y>
0175     </hint>
0176    </hints>
0177   </connection>
0178  </connections>
0179 </ui>