Warning, /network/falkon/src/plugins/GreaseMonkey/gm_addscriptdialog.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>GM_AddScriptDialog</class>
0004  <widget class="QDialog" name="GM_AddScriptDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>422</width>
0010     <height>379</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>GreaseMonkey Installation</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout">
0019      <item>
0020       <spacer name="horizontalSpacer">
0021        <property name="orientation">
0022         <enum>Qt::Horizontal</enum>
0023        </property>
0024        <property name="sizeHint" stdset="0">
0025         <size>
0026          <width>40</width>
0027          <height>20</height>
0028         </size>
0029        </property>
0030       </spacer>
0031      </item>
0032      <item>
0033       <widget class="QLabel" name="iconLabel">
0034        <property name="sizePolicy">
0035         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0036          <horstretch>0</horstretch>
0037          <verstretch>0</verstretch>
0038         </sizepolicy>
0039        </property>
0040       </widget>
0041      </item>
0042      <item>
0043       <widget class="QLabel" name="label_2">
0044        <property name="text">
0045         <string>&lt;h3&gt;GreaseMonkey Installation&lt;/h3&gt;</string>
0046        </property>
0047       </widget>
0048      </item>
0049      <item>
0050       <spacer name="horizontalSpacer_2">
0051        <property name="orientation">
0052         <enum>Qt::Horizontal</enum>
0053        </property>
0054        <property name="sizeHint" stdset="0">
0055         <size>
0056          <width>40</width>
0057          <height>20</height>
0058         </size>
0059        </property>
0060       </spacer>
0061      </item>
0062     </layout>
0063    </item>
0064    <item>
0065     <widget class="QLabel" name="label_3">
0066      <property name="text">
0067       <string>You are about to install this userscript into GreaseMonkey:</string>
0068      </property>
0069      <property name="alignment">
0070       <set>Qt::AlignCenter</set>
0071      </property>
0072     </widget>
0073    </item>
0074    <item>
0075     <widget class="QTextBrowser" name="textBrowser"/>
0076    </item>
0077    <item>
0078     <widget class="QLabel" name="label_5">
0079      <property name="text">
0080       <string>&lt;b&gt;You should only install scripts from sources you trust!&lt;/b&gt;</string>
0081      </property>
0082      <property name="alignment">
0083       <set>Qt::AlignCenter</set>
0084      </property>
0085     </widget>
0086    </item>
0087    <item>
0088     <widget class="QLabel" name="label_4">
0089      <property name="text">
0090       <string>Are you sure you want to install it?</string>
0091      </property>
0092      <property name="alignment">
0093       <set>Qt::AlignCenter</set>
0094      </property>
0095     </widget>
0096    </item>
0097    <item>
0098     <layout class="QHBoxLayout" name="horizontalLayout_2">
0099      <item>
0100       <widget class="QPushButton" name="showSource">
0101        <property name="sizePolicy">
0102         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0103          <horstretch>0</horstretch>
0104          <verstretch>0</verstretch>
0105         </sizepolicy>
0106        </property>
0107        <property name="text">
0108         <string>Show source code of script</string>
0109        </property>
0110       </widget>
0111      </item>
0112      <item>
0113       <widget class="QDialogButtonBox" name="buttonBox">
0114        <property name="orientation">
0115         <enum>Qt::Horizontal</enum>
0116        </property>
0117        <property name="standardButtons">
0118         <set>QDialogButtonBox::No|QDialogButtonBox::Yes</set>
0119        </property>
0120       </widget>
0121      </item>
0122     </layout>
0123    </item>
0124   </layout>
0125  </widget>
0126  <resources/>
0127  <connections>
0128   <connection>
0129    <sender>buttonBox</sender>
0130    <signal>accepted()</signal>
0131    <receiver>GM_AddScriptDialog</receiver>
0132    <slot>accept()</slot>
0133    <hints>
0134     <hint type="sourcelabel">
0135      <x>248</x>
0136      <y>254</y>
0137     </hint>
0138     <hint type="destinationlabel">
0139      <x>157</x>
0140      <y>274</y>
0141     </hint>
0142    </hints>
0143   </connection>
0144   <connection>
0145    <sender>buttonBox</sender>
0146    <signal>rejected()</signal>
0147    <receiver>GM_AddScriptDialog</receiver>
0148    <slot>reject()</slot>
0149    <hints>
0150     <hint type="sourcelabel">
0151      <x>316</x>
0152      <y>260</y>
0153     </hint>
0154     <hint type="destinationlabel">
0155      <x>286</x>
0156      <y>274</y>
0157     </hint>
0158    </hints>
0159   </connection>
0160  </connections>
0161 </ui>