Warning, /network/falkon/src/lib/preferences/jsoptions.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>JsOptions</class>
0004  <widget class="QDialog" name="JsOptions">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>268</width>
0010     <height>222</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>JavaScript Options</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <widget class="QLabel" name="label">
0019      <property name="text">
0020       <string>Allow JavaScript to:</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item>
0025     <layout class="QVBoxLayout" name="verticalLayout">
0026      <item>
0027       <widget class="QCheckBox" name="jscanOpenWindow">
0028        <property name="text">
0029         <string>Open popup windows</string>
0030        </property>
0031       </widget>
0032      </item>
0033      <item>
0034       <widget class="QCheckBox" name="jscanActivateWindow">
0035        <property name="text">
0036         <string>Activate windows</string>
0037        </property>
0038       </widget>
0039      </item>
0040      <item>
0041       <widget class="QCheckBox" name="jscanAccessClipboard">
0042        <property name="text">
0043         <string>Access clipboard</string>
0044        </property>
0045       </widget>
0046      </item>
0047      <item>
0048       <widget class="QCheckBox" name="jscanPaste">
0049        <property name="text">
0050         <string>Paste from clipboard</string>
0051        </property>
0052       </widget>
0053      </item>
0054      <item>
0055       <spacer name="verticalSpacer_2">
0056        <property name="orientation">
0057         <enum>Qt::Vertical</enum>
0058        </property>
0059        <property name="sizeHint" stdset="0">
0060         <size>
0061          <width>20</width>
0062          <height>40</height>
0063         </size>
0064        </property>
0065       </spacer>
0066      </item>
0067     </layout>
0068    </item>
0069    <item>
0070     <widget class="QDialogButtonBox" name="jsoptsbbox">
0071      <property name="standardButtons">
0072       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0073      </property>
0074     </widget>
0075    </item>
0076   </layout>
0077  </widget>
0078  <resources/>
0079  <connections>
0080   <connection>
0081    <sender>jsoptsbbox</sender>
0082    <signal>accepted()</signal>
0083    <receiver>JsOptions</receiver>
0084    <slot>accept()</slot>
0085    <hints>
0086     <hint type="sourcelabel">
0087      <x>248</x>
0088      <y>254</y>
0089     </hint>
0090     <hint type="destinationlabel">
0091      <x>157</x>
0092      <y>274</y>
0093     </hint>
0094    </hints>
0095   </connection>
0096   <connection>
0097    <sender>jsoptsbbox</sender>
0098    <signal>rejected()</signal>
0099    <receiver>JsOptions</receiver>
0100    <slot>reject()</slot>
0101    <hints>
0102     <hint type="sourcelabel">
0103      <x>316</x>
0104      <y>260</y>
0105     </hint>
0106     <hint type="destinationlabel">
0107      <x>286</x>
0108      <y>274</y>
0109     </hint>
0110    </hints>
0111   </connection>
0112  </connections>
0113 </ui>