Newer
Older
saori / saoriview.ui
<?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>331</width>
    <height>465</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
    <widget class="SaoriViewEntry" name="header" native="true">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
    </widget>
   </item>
   <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>297</width>
        <height>363</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>
    <widget class="SaoriTootWidget" name="tootWidget" native="true">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QFrame" name="frame_buttons">
     <property name="frameShape">
      <enum>QFrame::StyledPanel</enum>
     </property>
     <property name="frameShadow">
      <enum>QFrame::Raised</enum>
     </property>
     <property name="lineWidth">
      <number>1</number>
     </property>
     <layout class="QHBoxLayout" name="horizontalLayout_2">
      <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>
        <property name="checkable">
         <bool>true</bool>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>SaoriTootWidget</class>
   <extends>QWidget</extends>
   <header>saoritootwidget.h</header>
   <container>1</container>
  </customwidget>
  <customwidget>
   <class>SaoriViewEntry</class>
   <extends>QWidget</extends>
   <header>saoriviewentry.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <resources>
  <include location="saori.qrc"/>
 </resources>
 <connections>
  <connection>
   <sender>pushButton_toot</sender>
   <signal>toggled(bool)</signal>
   <receiver>tootWidget</receiver>
   <slot>setVisible(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>306</x>
     <y>442</y>
    </hint>
    <hint type="destinationlabel">
     <x>165</x>
     <y>418</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>