<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>flow_browser</class>
 <widget class="QMainWindow" name="flow_browser">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>753</width>
    <height>557</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MainWindow</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <layout class="QGridLayout" name="gridLayout" columnstretch="0,0">
    <property name="leftMargin">
     <number>12</number>
    </property>
    <property name="topMargin">
     <number>12</number>
    </property>
    <property name="rightMargin">
     <number>12</number>
    </property>
    <property name="bottomMargin">
     <number>12</number>
    </property>
    <item row="0" column="0">
     <widget class="QLineEdit" name="search_txt">
      <property name="placeholderText">
       <string>Enter any search request here ...</string>
      </property>
     </widget>
    </item>
    <item row="0" column="1">
     <widget class="QPushButton" name="search_btn">
      <property name="text">
       <string>Search</string>
      </property>
      <property name="autoDefault">
       <bool>true</bool>
      </property>
      <property name="default">
       <bool>true</bool>
      </property>
      <property name="flat">
       <bool>false</bool>
      </property>
     </widget>
    </item>
    <item row="1" column="0" colspan="2">
     <widget class="QScrollArea" name="scrollArea">
      <property name="widgetResizable">
       <bool>true</bool>
      </property>
      <widget class="QWidget" name="scrollAreaWidgetContents">
       <property name="geometry">
        <rect>
         <x>0</x>
         <y>0</y>
         <width>727</width>
         <height>474</height>
        </rect>
       </property>
       <layout class="QVBoxLayout" name="search_results_layout">
        <item>
         <spacer name="verticalSpacer">
          <property name="orientation">
           <enum>Qt::Vertical</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>20</width>
            <height>451</height>
           </size>
          </property>
         </spacer>
        </item>
       </layout>
      </widget>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="QMenuBar" name="menubar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>753</width>
     <height>22</height>
    </rect>
   </property>
  </widget>
 </widget>
 <resources/>
 <connections>
  <connection>
   <sender>search_btn</sender>
   <signal>clicked()</signal>
   <receiver>flow_browser</receiver>
   <slot>search_btn_click()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>690</x>
     <y>45</y>
    </hint>
    <hint type="destinationlabel">
     <x>376</x>
     <y>278</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>search_txt</sender>
   <signal>returnPressed()</signal>
   <receiver>flow_browser</receiver>
   <slot>search_btn_click()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>335</x>
     <y>44</y>
    </hint>
    <hint type="destinationlabel">
     <x>376</x>
     <y>278</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>
