<?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>19</height> </rect> </property> <widget class="QMenu" name="m_menuFile"> <property name="title"> <string>&File</string> </property> <addaction name="m_actionImport"/> <addaction name="m_actionExport"/> <addaction name="separator"/> <addaction name="m_actionQuit"/> </widget> <widget class="QMenu" name="m_menuHelp"> <property name="title"> <string>&Help</string> </property> <addaction name="m_actionAboutGuard"/> </widget> <widget class="QMenu" name="m_menuView"> <property name="title"> <string>&View</string> </property> <addaction name="m_actionFullscreen"/> </widget> <widget class="QMenu" name="m_menuTools"> <property name="title"> <string>&Tools</string> </property> <addaction name="m_actionSettings"/> </widget> <widget class="QMenu" name="m_menuWebBrowser"> <property name="title"> <string>&Web browser</string> </property> <widget class="QMenu" name="m_menuCurrentTab"> <property name="title"> <string>&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&ds</string> </property> <addaction name="m_actionUpdateAllFeeds"/> <addaction name="m_actionUpdateSelectedFeeds"/> <addaction name="separator"/> <addaction name="m_actionAddNewFeed"/> <addaction name="m_actionAddNewCategory"/> <addaction name="m_actionEditSelectedFeed"/> <addaction name="m_actionDeleteSelectedFeeds"/> <addaction name="separator"/> <addaction name="m_actionMarkFeedsAsRead"/> </widget> <widget class="QMenu" name="m_menuMessages"> <property name="title"> <string>&Messages</string> </property> <addaction name="m_actionMarkSelectedMessagesAsRead"/> <addaction name="m_actionMarkSelectedMessagesAsUnread"/> <addaction name="m_actionMarkAllMessagesAsRead"/> <addaction name="m_actionMarkAllMessagesAsUnread"/> <addaction name="m_actionSwitchImportanceOfSelectedMessages"/> <addaction name="separator"/> <addaction name="m_actionDeleteSelectedMessages"/> <addaction name="m_actionDeleteAllMessages"/> </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> <widget class="QStatusBar" name="m_statusBar"/> <action name="m_actionImport"> <property name="text"> <string>&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&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>&Quit</string> </property> <property name="toolTip"> <string>Quit the application.</string> </property> <property name="shortcut"> <string notr="true">Ctrl+Shift+Q</string> </property> </action> <action name="m_actionSettings"> <property name="text"> <string>&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>&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> </action> <action name="m_actionFullscreen"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>&Fullscreen 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>&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 &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 &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_actionNoActions"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>&No actions possible</string> </property> <property name="toolTip"> <string>No actions are possible at this point of time.</string> </property> <property name="shortcut"> <string notr="true"/> </property> </action> <action name="m_actionUpdateAllFeeds"> <property name="text"> <string>Update &all feeds</string> </property> <property name="toolTip"> <string>Update all feeds.</string> </property> <property name="shortcut"> <string notr="true"/> </property> </action> <action name="m_actionUpdateSelectedFeeds"> <property name="text"> <string>Update &selected feeds</string> </property> <property name="toolTip"> <string>Update selected feeds/categories.</string> </property> <property name="shortcut"> <string notr="true"/> </property> </action> <action name="m_actionEditSelectedFeed"> <property name="text"> <string>&Edit selected feed(s)/category(ies)</string> </property> <property name="toolTip"> <string>Edit selected feed/category.</string> </property> <property name="shortcut"> <string notr="true"/> </property> </action> <action name="m_actionDeleteSelectedFeeds"> <property name="text"> <string>&Delete selected feed(s)/category(ies)</string> </property> <property name="toolTip"> <string>Delete selected feeds/categories.</string> </property> <property name="shortcut"> <string notr="true"/> </property> </action> <action name="m_actionMarkSelectedMessagesAsRead"> <property name="text"> <string>Mark selected messages &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 &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 &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_actionMarkFeedsAsRead"> <property name="text"> <string>Mark selected feed(s)/category(ies) as read</string> </property> <property name="toolTip"> <string>Mark selected feed(s)/category(ies) as read.</string> </property> <property name="shortcut"> <string notr="true"/> </property> </action> <action name="m_actionMarkAllMessagesAsRead"> <property name="text"> <string>Mark &all messages read</string> </property> <property name="toolTip"> <string>Mark all messages from selected feeds read. This does NOT take message filters into account.</string> </property> </action> <action name="m_actionMarkAllMessagesAsUnread"> <property name="text"> <string>Mark a&ll messages unread</string> </property> <property name="toolTip"> <string>Mark all messages from selected feeds unread. This does NOT take message filters into account.</string> </property> </action> <action name="m_actionDeleteSelectedMessages"> <property name="text"> <string>&Delete selected messages</string> </property> <property name="toolTip"> <string>Delete selected messages.</string> </property> <property name="shortcut"> <string notr="true"/> </property> </action> <action name="m_actionDeleteAllMessages"> <property name="text"> <string>Dele&te all messages</string> </property> <property name="toolTip"> <string>Delete all messages from selected feeds. This does NOT take message filters into account.</string> </property> </action> <action name="m_actionAddNewFeed"> <property name="text"> <string>Add new &feed</string> </property> <property name="toolTip"> <string>Add new feed.</string> </property> <property name="shortcut"> <string notr="true"/> </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_actionAddNewCategory"> <property name="text"> <string>Add new &category</string> </property> <property name="shortcut"> <string notr="true"/> </property> </action> </widget> <customwidgets> <customwidget> <class>TabWidget</class> <extends>QTabWidget</extends> <header>tabwidget.h</header> <container>1</container> </customwidget> </customwidgets> <resources/> <connections/> </ui>