<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>FormMain</class>
 <widget class="QMainWindow" name="FormMain">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>979</width>
    <height>600</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string notr="true">MainWindow</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <layout class="QHBoxLayout" name="horizontalLayout">
    <property name="leftMargin">
     <number>0</number>
    </property>
    <property name="topMargin">
     <number>0</number>
    </property>
    <property name="rightMargin">
     <number>0</number>
    </property>
    <property name="bottomMargin">
     <number>0</number>
    </property>
    <item>
     <widget class="TabWidget" name="m_tabWidget">
      <property name="currentIndex">
       <number>-1</number>
      </property>
      <property name="documentMode">
       <bool>true</bool>
      </property>
      <property name="movable">
       <bool>true</bool>
      </property>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="QMenuBar" name="m_menuBar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>979</width>
     <height>21</height>
    </rect>
   </property>
   <widget class="QMenu" name="m_menuFile">
    <property name="title">
     <string>&amp;File</string>
    </property>
    <addaction name="m_actionQuit"/>
   </widget>
   <widget class="QMenu" name="m_menuHelp">
    <property name="title">
     <string>&amp;Help</string>
    </property>
    <addaction name="m_actionAboutGuard"/>
   </widget>
   <widget class="QMenu" name="m_menuView">
    <property name="title">
     <string>&amp;View</string>
    </property>
    <addaction name="m_actionFullscreen"/>
   </widget>
   <widget class="QMenu" name="m_menuTools">
    <property name="title">
     <string>&amp;Tools</string>
    </property>
    <addaction name="m_actionSettings"/>
    <addaction name="separator"/>
    <addaction name="m_actionDefragmentDatabase"/>
   </widget>
   <widget class="QMenu" name="m_menuWebBrowser">
    <property name="title">
     <string>&amp;Web browser</string>
    </property>
    <widget class="QMenu" name="m_menuCurrentTab">
     <property name="title">
      <string>&amp;Current tab</string>
     </property>
    </widget>
    <addaction name="m_actionAddBrowser"/>
    <addaction name="m_actionCloseCurrentTab"/>
    <addaction name="m_actionCloseAllTabs"/>
    <addaction name="separator"/>
    <addaction name="m_menuCurrentTab"/>
   </widget>
   <widget class="QMenu" name="m_menuFeeds">
    <property name="title">
     <string>Fee&amp;ds &amp;&amp; categories</string>
    </property>
    <widget class="QMenu" name="m_menuAddItem">
     <property name="title">
      <string>Add new item</string>
     </property>
     <addaction name="m_actionAddStandardCategory"/>
     <addaction name="m_actionAddStandardFeed"/>
    </widget>
    <addaction name="m_actionUpdateAllFeeds"/>
    <addaction name="m_actionUpdateSelectedFeedsCategories"/>
    <addaction name="separator"/>
    <addaction name="m_menuAddItem"/>
    <addaction name="m_actionEditSelectedFeedCategory"/>
    <addaction name="m_actionDeleteSelectedFeedCategory"/>
    <addaction name="separator"/>
    <addaction name="m_actionViewSelectedItemsNewspaperMode"/>
    <addaction name="m_actionMarkAllFeedsRead"/>
    <addaction name="m_actionMarkSelectedFeedsAsRead"/>
    <addaction name="m_actionMarkSelectedFeedsAsUnread"/>
    <addaction name="m_actionClearSelectedFeeds"/>
   </widget>
   <widget class="QMenu" name="m_menuMessages">
    <property name="title">
     <string>&amp;Messages</string>
    </property>
    <addaction name="m_actionMarkSelectedMessagesAsRead"/>
    <addaction name="m_actionMarkSelectedMessagesAsUnread"/>
    <addaction name="m_actionSwitchImportanceOfSelectedMessages"/>
    <addaction name="m_actionDeleteSelectedMessages"/>
   </widget>
   <addaction name="m_menuFile"/>
   <addaction name="m_menuView"/>
   <addaction name="m_menuFeeds"/>
   <addaction name="m_menuMessages"/>
   <addaction name="m_menuWebBrowser"/>
   <addaction name="m_menuTools"/>
   <addaction name="m_menuHelp"/>
  </widget>
  <action name="m_actionImport">
   <property name="text">
    <string>&amp;Import</string>
   </property>
   <property name="toolTip">
    <string>Import stuff.</string>
   </property>
   <property name="shortcut">
    <string notr="true">Ctrl+Shift+I</string>
   </property>
  </action>
  <action name="m_actionExport">
   <property name="text">
    <string>E&amp;xport</string>
   </property>
   <property name="toolTip">
    <string>Export stuff.</string>
   </property>
   <property name="shortcut">
    <string notr="true">Ctrl+Shift+E</string>
   </property>
  </action>
  <action name="m_actionQuit">
   <property name="text">
    <string>&amp;Quit</string>
   </property>
   <property name="toolTip">
    <string>Quit the application.</string>
   </property>
   <property name="shortcut">
    <string notr="true">Ctrl+Shift+Q</string>
   </property>
   <property name="menuRole">
    <enum>QAction::QuitRole</enum>
   </property>
  </action>
  <action name="m_actionSettings">
   <property name="text">
    <string>&amp;Settings</string>
   </property>
   <property name="toolTip">
    <string>Display settings of the application.</string>
   </property>
   <property name="shortcut">
    <string notr="true">Ctrl+Shift+S</string>
   </property>
  </action>
  <action name="m_actionAboutGuard">
   <property name="text">
    <string>&amp;About RSS Guard</string>
   </property>
   <property name="toolTip">
    <string>About RSS Guard.</string>
   </property>
   <property name="shortcut">
    <string notr="true">Ctrl+Shift+A</string>
   </property>
   <property name="menuRole">
    <enum>QAction::AboutRole</enum>
   </property>
  </action>
  <action name="m_actionFullscreen">
   <property name="text">
    <string>Switch &amp;fullscreen/normal mode</string>
   </property>
   <property name="toolTip">
    <string>Switch fullscreen mode.</string>
   </property>
   <property name="shortcut">
    <string notr="true">Ctrl+Shift+F</string>
   </property>
  </action>
  <action name="m_actionAddBrowser">
   <property name="text">
    <string>&amp;Add tab</string>
   </property>
   <property name="toolTip">
    <string>Add new web browser tab.</string>
   </property>
   <property name="shortcut">
    <string notr="true">Ctrl+Shift+T</string>
   </property>
  </action>
  <action name="m_actionCloseAllTabs">
   <property name="text">
    <string>Close &amp;all tabs except current one</string>
   </property>
   <property name="toolTip">
    <string>Close all tabs except current one</string>
   </property>
   <property name="shortcut">
    <string notr="true">Ctrl+Shift+O</string>
   </property>
  </action>
  <action name="m_actionCloseCurrentTab">
   <property name="text">
    <string>Close current &amp;tab</string>
   </property>
   <property name="toolTip">
    <string>Close current web browser tab.</string>
   </property>
   <property name="shortcut">
    <string notr="true">Ctrl+Shift+C</string>
   </property>
  </action>
  <action name="m_actionUpdateAllFeeds">
   <property name="text">
    <string>Update &amp;all items</string>
   </property>
   <property name="toolTip">
    <string>Update all feeds.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionUpdateSelectedFeedsCategories">
   <property name="text">
    <string>Update &amp;selected items</string>
   </property>
   <property name="toolTip">
    <string>Update selected feeds/categories.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionEditSelectedFeedCategory">
   <property name="text">
    <string>&amp;Edit selected item</string>
   </property>
   <property name="toolTip">
    <string>Edit selected feed/category.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionDeleteSelectedFeedCategory">
   <property name="text">
    <string>&amp;Delete selected item</string>
   </property>
   <property name="toolTip">
    <string>Delete selected feed/category.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionMarkSelectedMessagesAsRead">
   <property name="text">
    <string>Mark selected messages &amp;read</string>
   </property>
   <property name="toolTip">
    <string>Mark selected messages as read.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionMarkSelectedMessagesAsUnread">
   <property name="text">
    <string>Mark selected messages &amp;unread</string>
   </property>
   <property name="toolTip">
    <string>Mark selected messages as unread.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionSwitchImportanceOfSelectedMessages">
   <property name="text">
    <string>Switch &amp;importance of selected messages</string>
   </property>
   <property name="toolTip">
    <string>Switch importance of selected messages.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionMarkSelectedFeedsAsRead">
   <property name="text">
    <string>Mark &amp;selected items read</string>
   </property>
   <property name="toolTip">
    <string>Mark all messages (without message filters) from selected feeds as read.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionMarkSelectedFeedsAsUnread">
   <property name="text">
    <string>Mark selected items unread</string>
   </property>
   <property name="toolTip">
    <string>Mark all messages (without message filters) from selected feeds as unread.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionDeleteSelectedMessages">
   <property name="text">
    <string>&amp;Clear selected messages</string>
   </property>
   <property name="toolTip">
    <string>Delete selected messages.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionClearSelectedFeeds">
   <property name="text">
    <string>Clear selected items</string>
   </property>
   <property name="toolTip">
    <string>Remove all messages from selected feeds.</string>
   </property>
  </action>
  <action name="m_actionAddStandardFeed">
   <property name="text">
    <string>New standard &amp;feed</string>
   </property>
   <property name="toolTip">
    <string>Add new standard feed.</string>
   </property>
  </action>
  <action name="m_actionOpenSelectedSourceArticlesExternally">
   <property name="text">
    <string>Open selected source articles in external browser</string>
   </property>
   <property name="toolTip">
    <string>Open selected source articles in external browser.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionOpenSelectedMessagesInternally">
   <property name="text">
    <string>Open selected messages in internal browser</string>
   </property>
   <property name="toolTip">
    <string>Open selected messages in internal browser.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionOpenSelectedSourceArticlesInternally">
   <property name="text">
    <string>Open selected source articles in internal browser</string>
   </property>
   <property name="toolTip">
    <string>Open selected source messages  in internal browser.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionAddStandardCategory">
   <property name="text">
    <string>New standard &amp;category</string>
   </property>
   <property name="toolTip">
    <string>Add new standard category.</string>
   </property>
  </action>
  <action name="m_actionNoActions">
   <property name="text">
    <string>No actions available</string>
   </property>
   <property name="toolTip">
    <string>No actions are available right now.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionMarkAllFeedsRead">
   <property name="text">
    <string>Mark all &amp;items read</string>
   </property>
   <property name="toolTip">
    <string>Mark all messages in all feeds read. This does not take message filters into account.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionViewSelectedItemsNewspaperMode">
   <property name="text">
    <string>View selected items in newspaper mode</string>
   </property>
   <property name="toolTip">
    <string>Displays all messages from selected feeds/categories in a new &quot;newspaper mode&quot; tab. Note that messages are not set as read automatically.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionSwitchMainWindow">
   <property name="text">
    <string>Switch visibility of main window</string>
   </property>
   <property name="toolTip">
    <string>Hides main window if it is visible and shows it if it is hidden.</string>
   </property>
   <property name="shortcut">
    <string notr="true"/>
   </property>
  </action>
  <action name="m_actionDefragmentDatabase">
   <property name="text">
    <string>Defragment database</string>
   </property>
   <property name="toolTip">
    <string>Defragment database file so that its size decreases.</string>
   </property>
  </action>
 </widget>
 <customwidgets>
  <customwidget>
   <class>TabWidget</class>
   <extends>QTabWidget</extends>
   <header>tabwidget.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>