Warning, /network/falkon/src/lib/other/siteinfo.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>SiteInfo</class>
0004  <widget class="QDialog" name="SiteInfo">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>590</width>
0010     <height>492</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Site Info</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="3" column="0">
0018     <widget class="QDialogButtonBox" name="buttonBox">
0019      <property name="orientation">
0020       <enum>Qt::Horizontal</enum>
0021      </property>
0022      <property name="standardButtons">
0023       <set>QDialogButtonBox::Ok</set>
0024      </property>
0025     </widget>
0026    </item>
0027    <item row="1" column="0">
0028     <widget class="SqueezeLabelV2" name="heading">
0029      <property name="maximumSize">
0030       <size>
0031        <width>550</width>
0032        <height>16777215</height>
0033       </size>
0034      </property>
0035      <property name="text">
0036       <string/>
0037      </property>
0038      <property name="textInteractionFlags">
0039       <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
0040      </property>
0041     </widget>
0042    </item>
0043    <item row="0" column="0">
0044     <widget class="HorizontalListWidget" name="listWidget">
0045      <item>
0046       <property name="text">
0047        <string>General</string>
0048       </property>
0049      </item>
0050      <item>
0051       <property name="text">
0052        <string>Media</string>
0053       </property>
0054      </item>
0055     </widget>
0056    </item>
0057    <item row="2" column="0">
0058     <widget class="QStackedWidget" name="stackedWidget">
0059      <property name="currentIndex">
0060       <number>0</number>
0061      </property>
0062      <widget class="QWidget" name="page">
0063       <layout class="QGridLayout" name="gridLayout_2">
0064        <property name="topMargin">
0065         <number>0</number>
0066        </property>
0067        <property name="bottomMargin">
0068         <number>0</number>
0069        </property>
0070        <item row="0" column="0" colspan="4">
0071         <layout class="QFormLayout" name="formLayout">
0072          <property name="fieldGrowthPolicy">
0073           <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
0074          </property>
0075          <item row="0" column="0">
0076           <widget class="QLabel" name="label_3">
0077            <property name="sizePolicy">
0078             <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0079              <horstretch>0</horstretch>
0080              <verstretch>0</verstretch>
0081             </sizepolicy>
0082            </property>
0083            <property name="text">
0084             <string>Site address:</string>
0085            </property>
0086           </widget>
0087          </item>
0088          <item row="0" column="1">
0089           <widget class="SqueezeLabelV2" name="siteAddress">
0090            <property name="sizePolicy">
0091             <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0092              <horstretch>0</horstretch>
0093              <verstretch>0</verstretch>
0094             </sizepolicy>
0095            </property>
0096            <property name="maximumSize">
0097             <size>
0098              <width>460</width>
0099              <height>16777215</height>
0100             </size>
0101            </property>
0102            <property name="text">
0103             <string/>
0104            </property>
0105            <property name="textInteractionFlags">
0106             <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
0107            </property>
0108           </widget>
0109          </item>
0110          <item row="1" column="0">
0111           <widget class="QLabel" name="label_6">
0112            <property name="text">
0113             <string>Encoding:</string>
0114            </property>
0115           </widget>
0116          </item>
0117          <item row="1" column="1">
0118           <widget class="SqueezeLabelV2" name="encodingLabel">
0119            <property name="text">
0120             <string/>
0121            </property>
0122            <property name="textInteractionFlags">
0123             <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
0124            </property>
0125           </widget>
0126          </item>
0127         </layout>
0128        </item>
0129        <item row="1" column="0" colspan="4">
0130         <widget class="QLabel" name="label_9">
0131          <property name="text">
0132           <string>Meta tags of site:</string>
0133          </property>
0134         </widget>
0135        </item>
0136        <item row="3" column="0" colspan="4">
0137         <widget class="QTreeWidget" name="treeTags">
0138          <property name="selectionMode">
0139           <enum>QAbstractItemView::ExtendedSelection</enum>
0140          </property>
0141          <property name="sortingEnabled">
0142           <bool>true</bool>
0143          </property>
0144          <attribute name="headerMinimumSectionSize">
0145           <number>200</number>
0146          </attribute>
0147          <column>
0148           <property name="text">
0149            <string>Tag</string>
0150           </property>
0151          </column>
0152          <column>
0153           <property name="text">
0154            <string>Value</string>
0155           </property>
0156          </column>
0157         </widget>
0158        </item>
0159        <item row="4" column="0" colspan="2">
0160         <widget class="QLabel" name="label_2">
0161          <property name="sizePolicy">
0162           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0163            <horstretch>0</horstretch>
0164            <verstretch>0</verstretch>
0165           </sizepolicy>
0166          </property>
0167          <property name="text">
0168           <string>&lt;b&gt;Security information&lt;/b&gt;</string>
0169          </property>
0170         </widget>
0171        </item>
0172        <item row="5" column="1">
0173         <widget class="QLabel" name="securityLabel">
0174          <property name="text">
0175           <string/>
0176          </property>
0177         </widget>
0178        </item>
0179        <item row="5" column="0">
0180         <spacer name="horizontalSpacer">
0181          <property name="orientation">
0182           <enum>Qt::Horizontal</enum>
0183          </property>
0184          <property name="sizeType">
0185           <enum>QSizePolicy::Fixed</enum>
0186          </property>
0187          <property name="sizeHint" stdset="0">
0188           <size>
0189            <width>20</width>
0190            <height>20</height>
0191           </size>
0192          </property>
0193         </spacer>
0194        </item>
0195        <item row="5" column="2">
0196         <spacer name="horizontalSpacer_2">
0197          <property name="orientation">
0198           <enum>Qt::Horizontal</enum>
0199          </property>
0200          <property name="sizeHint" stdset="0">
0201           <size>
0202            <width>40</width>
0203            <height>20</height>
0204           </size>
0205          </property>
0206         </spacer>
0207        </item>
0208       </layout>
0209      </widget>
0210      <widget class="QWidget" name="page2">
0211       <layout class="QVBoxLayout" name="verticalLayout_3">
0212        <item>
0213         <widget class="QSplitter" name="splitter">
0214          <property name="orientation">
0215           <enum>Qt::Vertical</enum>
0216          </property>
0217          <widget class="QWidget" name="verticalLayoutWidget">
0218           <layout class="QVBoxLayout" name="verticalLayout_2">
0219            <item>
0220             <widget class="QTreeWidget" name="treeImages">
0221              <property name="minimumSize">
0222               <size>
0223                <width>0</width>
0224                <height>0</height>
0225               </size>
0226              </property>
0227              <property name="selectionMode">
0228               <enum>QAbstractItemView::ExtendedSelection</enum>
0229              </property>
0230              <property name="itemsExpandable">
0231               <bool>false</bool>
0232              </property>
0233              <property name="sortingEnabled">
0234               <bool>true</bool>
0235              </property>
0236              <attribute name="headerMinimumSectionSize">
0237               <number>200</number>
0238              </attribute>
0239              <column>
0240               <property name="text">
0241                <string>Image</string>
0242               </property>
0243              </column>
0244              <column>
0245               <property name="text">
0246                <string>Image address</string>
0247               </property>
0248              </column>
0249             </widget>
0250            </item>
0251           </layout>
0252          </widget>
0253          <widget class="QWidget" name="layoutWidget">
0254           <layout class="QVBoxLayout" name="verticalLayout">
0255            <item>
0256             <widget class="QDialogButtonBox" name="saveButton">
0257              <property name="standardButtons">
0258               <set>QDialogButtonBox::Save</set>
0259              </property>
0260             </widget>
0261            </item>
0262            <item>
0263             <widget class="QLabel" name="label_5">
0264              <property name="maximumSize">
0265               <size>
0266                <width>16777215</width>
0267                <height>20</height>
0268               </size>
0269              </property>
0270              <property name="text">
0271               <string>&lt;b&gt;Preview&lt;/b&gt;</string>
0272              </property>
0273             </widget>
0274            </item>
0275            <item>
0276             <widget class="QGraphicsView" name="mediaPreview"/>
0277            </item>
0278           </layout>
0279          </widget>
0280         </widget>
0281        </item>
0282       </layout>
0283      </widget>
0284     </widget>
0285    </item>
0286   </layout>
0287  </widget>
0288  <customwidgets>
0289   <customwidget>
0290    <class>SqueezeLabelV2</class>
0291    <extends>QLabel</extends>
0292    <header>squeezelabelv2.h</header>
0293   </customwidget>
0294   <customwidget>
0295    <class>HorizontalListWidget</class>
0296    <extends>QListWidget</extends>
0297    <header>horizontallistwidget.h</header>
0298   </customwidget>
0299  </customwidgets>
0300  <resources/>
0301  <connections>
0302   <connection>
0303    <sender>buttonBox</sender>
0304    <signal>accepted()</signal>
0305    <receiver>SiteInfo</receiver>
0306    <slot>close()</slot>
0307    <hints>
0308     <hint type="sourcelabel">
0309      <x>248</x>
0310      <y>254</y>
0311     </hint>
0312     <hint type="destinationlabel">
0313      <x>157</x>
0314      <y>274</y>
0315     </hint>
0316    </hints>
0317   </connection>
0318  </connections>
0319 </ui>