<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SaoriView</class> <widget class="QWidget" name="SaoriView"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>327</width> <height>368</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QScrollArea" name="scrollArea"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAsNeeded</enum> </property> <property name="sizeAdjustPolicy"> <enum>QAbstractScrollArea::AdjustIgnored</enum> </property> <property name="widgetResizable"> <bool>true</bool> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property> <widget class="QWidget" name="scrollAreaWidgetContents"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>293</width> <height>316</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <layout class="QVBoxLayout" name="verticalLayout_2"/> </widget> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QPushButton" name="pushButton_pin"> <property name="toolTip"> <string>Pin</string> </property> <property name="icon"> <iconset resource="saori.qrc"> <normaloff>:/icons/ionicons/pin.svg</normaloff>:/icons/ionicons/pin.svg</iconset> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_notify"> <property name="toolTip"> <string>Notify</string> </property> <property name="icon"> <iconset resource="saori.qrc"> <normaloff>:/icons/ionicons/alert.svg</normaloff>:/icons/ionicons/alert.svg</iconset> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_autoreload"> <property name="toolTip"> <string>Auto reload</string> </property> <property name="icon"> <iconset resource="saori.qrc"> <normaloff>:/icons/ionicons/loop.svg</normaloff>:/icons/ionicons/loop.svg</iconset> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_newest"> <property name="toolTip"> <string>Newest</string> </property> <property name="icon"> <iconset resource="saori.qrc"> <normaloff>:/icons/ionicons/arrow-up-c.svg</normaloff>:/icons/ionicons/arrow-up-c.svg</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_reload"> <property name="toolTip"> <string>Reload</string> </property> <property name="icon"> <iconset resource="saori.qrc"> <normaloff>:/icons/ionicons/refresh.svg</normaloff>:/icons/ionicons/refresh.svg</iconset> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButton_toot"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Toot</string> </property> <property name="icon"> <iconset resource="saori.qrc"> <normaloff>:/icons/ionicons/chatbox.svg</normaloff>:/icons/ionicons/chatbox.svg</iconset> </property> </widget> </item> </layout> </item> </layout> </widget> <resources> <include location="saori.qrc"/> </resources> <connections/> </ui>