Tue, 20 Aug 2019 17:07:44 +0200
Revision <7140> closed.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SiteInfoDialog</class> <widget class="QDialog" name="SiteInfoDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>700</width> <height>550</height> </rect> </property> <property name="windowTitle"> <string>Site Information</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="heading"> <property name="text"> <string notr="true"/> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="generalTab"> <attribute name="title"> <string>General</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Site Address:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="siteAddressLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Encoding:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="encodingLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_9"> <property name="text"> <string>Meta tags of site:</string> </property> </widget> </item> <item> <widget class="QTreeWidget" name="tagsTree"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <property name="wordWrap"> <bool>false</bool> </property> <column> <property name="text"> <string>Tag</string> </property> </column> <column> <property name="text"> <string>Value</string> </property> </column> </widget> </item> <item> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0" colspan="4"> <widget class="QLabel" name="label_4"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string><b>Security information</b></string> </property> </widget> </item> <item row="1" column="0"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </item> <item row="1" column="1"> <widget class="QLabel" name="securityLabel"> <property name="text"> <string/> </property> </widget> </item> <item row="1" column="2"> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> <widget class="QWidget" name="mediaTab"> <attribute name="title"> <string>Media</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QTreeWidget" name="imagesTree"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <column> <property name="text"> <string>Image</string> </property> </column> <column> <property name="text"> <string>Image Address</string> </property> </column> </widget> </item> <item> <widget class="QLabel" name="label_5"> <property name="text"> <string><b>Preview</b></string> </property> </widget> </item> <item> <widget class="QGraphicsView" name="imagePreview"/> </item> </layout> </widget> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>tabWidget</tabstop> <tabstop>tagsTree</tabstop> <tabstop>imagesTree</tabstop> <tabstop>imagePreview</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>SiteInfoDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>SiteInfoDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>