Warning, /network/falkon/src/plugins/GreaseMonkey/settings/gm_settingsscriptinfo.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_SettingsScriptInfo</class> 0004 <widget class="QDialog" name="GM_SettingsScriptInfo"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>485</width> 0010 <height>408</height> 0011 </rect> 0012 </property> 0013 <layout class="QVBoxLayout" name="verticalLayout"> 0014 <item> 0015 <layout class="QGridLayout" name="gridLayout"> 0016 <item row="6" column="0"> 0017 <widget class="QLabel" name="label_8"> 0018 <property name="text"> 0019 <string>Runs at:</string> 0020 </property> 0021 <property name="alignment"> 0022 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0023 </property> 0024 </widget> 0025 </item> 0026 <item row="5" column="1"> 0027 <widget class="QTextBrowser" name="description"/> 0028 </item> 0029 <item row="7" column="1"> 0030 <widget class="QTextBrowser" name="exclude"/> 0031 </item> 0032 <item row="0" column="1"> 0033 <widget class="SqueezeLabelV2" name="name"> 0034 <property name="text"> 0035 <string/> 0036 </property> 0037 <property name="textInteractionFlags"> 0038 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> 0039 </property> 0040 </widget> 0041 </item> 0042 <item row="5" column="0"> 0043 <widget class="QLabel" name="label_4"> 0044 <property name="text"> 0045 <string>Description:</string> 0046 </property> 0047 <property name="alignment"> 0048 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0049 </property> 0050 </widget> 0051 </item> 0052 <item row="2" column="0"> 0053 <widget class="QLabel" name="labelVersion"> 0054 <property name="text"> 0055 <string>Version:</string> 0056 </property> 0057 <property name="alignment"> 0058 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0059 </property> 0060 </widget> 0061 </item> 0062 <item row="4" column="0"> 0063 <widget class="QLabel" name="label_7"> 0064 <property name="text"> 0065 <string>Start at:</string> 0066 </property> 0067 <property name="alignment"> 0068 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0069 </property> 0070 </widget> 0071 </item> 0072 <item row="2" column="1"> 0073 <widget class="QLabel" name="version"> 0074 <property name="text"> 0075 <string/> 0076 </property> 0077 <property name="textInteractionFlags"> 0078 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> 0079 </property> 0080 </widget> 0081 </item> 0082 <item row="0" column="0"> 0083 <widget class="QLabel" name="label_3"> 0084 <property name="text"> 0085 <string>Name:</string> 0086 </property> 0087 <property name="alignment"> 0088 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0089 </property> 0090 </widget> 0091 </item> 0092 <item row="4" column="1"> 0093 <widget class="QLabel" name="startAt"> 0094 <property name="text"> 0095 <string/> 0096 </property> 0097 <property name="textInteractionFlags"> 0098 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> 0099 </property> 0100 </widget> 0101 </item> 0102 <item row="3" column="1"> 0103 <widget class="SqueezeLabelV2" name="url"> 0104 <property name="text"> 0105 <string/> 0106 </property> 0107 <property name="textInteractionFlags"> 0108 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> 0109 </property> 0110 </widget> 0111 </item> 0112 <item row="3" column="0"> 0113 <widget class="QLabel" name="labelUrl"> 0114 <property name="text"> 0115 <string>URL:</string> 0116 </property> 0117 <property name="alignment"> 0118 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0119 </property> 0120 </widget> 0121 </item> 0122 <item row="6" column="1"> 0123 <widget class="QTextBrowser" name="include"/> 0124 </item> 0125 <item row="7" column="0"> 0126 <widget class="QLabel" name="label_9"> 0127 <property name="text"> 0128 <string>Does not run at:</string> 0129 </property> 0130 <property name="alignment"> 0131 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0132 </property> 0133 </widget> 0134 </item> 0135 <item row="1" column="0"> 0136 <widget class="QLabel" name="label"> 0137 <property name="text"> 0138 <string>Namespace:</string> 0139 </property> 0140 <property name="alignment"> 0141 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0142 </property> 0143 </widget> 0144 </item> 0145 <item row="1" column="1"> 0146 <widget class="QLabel" name="nspace"/> 0147 </item> 0148 </layout> 0149 </item> 0150 <item> 0151 <layout class="QHBoxLayout" name="horizontalLayout"> 0152 <item> 0153 <widget class="QPushButton" name="editInEditor"> 0154 <property name="text"> 0155 <string>Edit in text editor</string> 0156 </property> 0157 </widget> 0158 </item> 0159 <item> 0160 <widget class="QDialogButtonBox" name="buttonBox"> 0161 <property name="orientation"> 0162 <enum>Qt::Horizontal</enum> 0163 </property> 0164 <property name="standardButtons"> 0165 <set>QDialogButtonBox::Close</set> 0166 </property> 0167 </widget> 0168 </item> 0169 </layout> 0170 </item> 0171 </layout> 0172 </widget> 0173 <customwidgets> 0174 <customwidget> 0175 <class>SqueezeLabelV2</class> 0176 <extends>QLabel</extends> 0177 <header>squeezelabelv2.h</header> 0178 </customwidget> 0179 </customwidgets> 0180 <resources/> 0181 <connections> 0182 <connection> 0183 <sender>buttonBox</sender> 0184 <signal>accepted()</signal> 0185 <receiver>GM_SettingsScriptInfo</receiver> 0186 <slot>accept()</slot> 0187 <hints> 0188 <hint type="sourcelabel"> 0189 <x>248</x> 0190 <y>254</y> 0191 </hint> 0192 <hint type="destinationlabel"> 0193 <x>157</x> 0194 <y>274</y> 0195 </hint> 0196 </hints> 0197 </connection> 0198 <connection> 0199 <sender>buttonBox</sender> 0200 <signal>rejected()</signal> 0201 <receiver>GM_SettingsScriptInfo</receiver> 0202 <slot>reject()</slot> 0203 <hints> 0204 <hint type="sourcelabel"> 0205 <x>316</x> 0206 <y>260</y> 0207 </hint> 0208 <hint type="destinationlabel"> 0209 <x>286</x> 0210 <y>274</y> 0211 </hint> 0212 </hints> 0213 </connection> 0214 </connections> 0215 </ui>