2013-06-09 22:24:10 +02:00
<?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>
2013-12-23 21:15:01 +01:00
<width>979</width>
2013-06-09 22:24:10 +02:00
<height>600</height>
</rect>
</property>
<property name="windowTitle">
2013-07-30 18:54:36 +02:00
<string notr="true">MainWindow</string>
2013-06-09 22:24:10 +02:00
</property>
2013-06-14 10:50:11 +02:00
<widget class="QWidget" name="centralwidget">
2013-07-08 20:58:24 +02:00
<layout class="QHBoxLayout" name="horizontalLayout">
2014-03-26 08:33:50 +01:00
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
2013-10-15 21:10:54 +02:00
<number>0</number>
</property>
2013-07-08 20:58:24 +02:00
<item>
2013-07-30 18:54:36 +02:00
<widget class="TabWidget" name="m_tabWidget">
2013-07-08 20:58:24 +02:00
<property name="currentIndex">
2013-07-30 18:54:36 +02:00
<number>-1</number>
2013-07-08 20:58:24 +02:00
</property>
2013-07-14 08:04:24 +02:00
<property name="documentMode">
<bool>true</bool>
</property>
<property name="movable">
<bool>true</bool>
</property>
2013-07-08 20:58:24 +02:00
</widget>
</item>
</layout>
2013-06-14 10:50:11 +02:00
</widget>
2013-06-13 15:07:33 +02:00
<widget class="QMenuBar" name="m_menuBar">
2013-06-09 22:24:10 +02:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2013-12-23 21:15:01 +01:00
<width>979</width>
2014-03-26 08:33:50 +01:00
<height>21</height>
2013-06-09 22:24:10 +02:00
</rect>
</property>
2013-06-13 15:07:33 +02:00
<widget class="QMenu" name="m_menuFile">
<property name="title">
<string>&File</string>
</property>
<addaction name="m_actionQuit"/>
</widget>
<widget class="QMenu" name="m_menuHelp">
<property name="title">
<string>&Help</string>
</property>
2014-02-19 20:46:54 +01:00
<addaction name="m_actionCheckForUpdates"/>
2014-03-14 11:16:43 +01:00
<addaction name="m_actionReportBug"/>
2013-06-26 19:04:38 +02:00
<addaction name="m_actionAboutGuard"/>
2013-06-13 15:07:33 +02:00
</widget>
2013-06-30 15:22:44 +02:00
<widget class="QMenu" name="m_menuView">
2013-06-13 15:07:33 +02:00
<property name="title">
<string>&View</string>
</property>
2014-03-12 18:18:46 +01:00
<widget class="QMenu" name="m_menuShowHide">
<property name="title">
<string>Show/hide</string>
</property>
2014-03-12 18:57:14 +01:00
<addaction name="m_actionFullscreen"/>
2014-03-12 18:18:46 +01:00
<addaction name="m_actionSwitchFeedsList"/>
<addaction name="m_actionSwitchMainMenu"/>
2014-03-27 13:43:13 +01:00
<addaction name="m_actionSwitchToolBars"/>
2014-03-28 13:02:02 +01:00
<addaction name="m_actionSwitchListHeaders"/>
2014-03-12 18:18:46 +01:00
</widget>
<addaction name="m_menuShowHide"/>
2014-03-13 19:43:41 +01:00
<addaction name="m_actionSwitchMainWindow"/>
2013-06-13 15:07:33 +02:00
</widget>
2013-06-14 22:15:37 +02:00
<widget class="QMenu" name="m_menuTools">
<property name="title">
<string>&Tools</string>
</property>
<addaction name="m_actionSettings"/>
2014-02-05 19:27:06 +01:00
<addaction name="separator"/>
<addaction name="m_actionDefragmentDatabase"/>
2013-06-14 22:15:37 +02:00
</widget>
2013-09-25 20:21:32 +02:00
<widget class="QMenu" name="m_menuWebBrowser">
<property name="title">
2013-11-24 18:35:12 +01:00
<string>&Web browser</string>
2013-09-25 20:21:32 +02:00
</property>
2013-11-05 19:33:21 +01:00
<widget class="QMenu" name="m_menuCurrentTab">
<property name="title">
<string>&Current tab</string>
</property>
</widget>
2014-03-09 11:45:36 +01:00
<widget class="QMenu" name="m_menuWebSettings">
<property name="title">
<string>Settings</string>
</property>
<addaction name="m_actionWebEnableJavascript"/>
<addaction name="m_actionWebEnableExternalPlugins"/>
<addaction name="m_actionWebAutoloadImages"/>
</widget>
2013-11-05 19:33:21 +01:00
<addaction name="m_actionAddBrowser"/>
<addaction name="m_actionCloseCurrentTab"/>
<addaction name="m_actionCloseAllTabs"/>
<addaction name="separator"/>
2014-03-09 11:45:36 +01:00
<addaction name="m_menuWebSettings"/>
2013-11-05 19:33:21 +01:00
<addaction name="m_menuCurrentTab"/>
2013-09-25 20:21:32 +02:00
</widget>
2013-11-24 14:44:17 +01:00
<widget class="QMenu" name="m_menuFeeds">
<property name="title">
2013-12-30 21:23:42 +01:00
<string>Fee&ds && categories</string>
2013-11-24 14:44:17 +01:00
</property>
2014-01-30 14:37:28 +01:00
<widget class="QMenu" name="m_menuAddItem">
<property name="title">
2014-03-09 19:19:51 +01:00
<string>Add &new feed/category</string>
2014-01-30 14:37:28 +01:00
</property>
2014-03-26 08:33:50 +01:00
<addaction name="m_actionAddCategory"/>
<addaction name="m_actionAddFeed"/>
2014-01-30 14:37:28 +01:00
</widget>
2013-11-24 18:35:12 +01:00
<addaction name="m_actionUpdateAllFeeds"/>
2013-12-30 21:23:42 +01:00
<addaction name="m_actionUpdateSelectedFeedsCategories"/>
2013-11-24 14:44:17 +01:00
<addaction name="separator"/>
2014-01-30 14:37:28 +01:00
<addaction name="m_menuAddItem"/>
2013-12-30 21:23:42 +01:00
<addaction name="m_actionEditSelectedFeedCategory"/>
2014-01-17 19:10:10 +01:00
<addaction name="m_actionDeleteSelectedFeedCategory"/>
2013-11-24 18:35:12 +01:00
<addaction name="separator"/>
2014-02-14 16:51:10 +01:00
<addaction name="m_actionSelectNextFeedCategory"/>
<addaction name="m_actionSelectPreviousFeedCategory"/>
<addaction name="separator"/>
2013-12-30 23:03:32 +01:00
<addaction name="m_actionMarkAllFeedsRead"/>
2014-02-10 17:19:43 +01:00
<addaction name="m_actionClearAllFeeds"/>
2014-02-16 08:24:27 +01:00
<addaction name="separator"/>
<addaction name="m_actionViewSelectedItemsNewspaperMode"/>
2014-01-30 14:37:28 +01:00
<addaction name="m_actionMarkSelectedFeedsAsRead"/>
<addaction name="m_actionMarkSelectedFeedsAsUnread"/>
2014-02-04 13:14:36 +01:00
<addaction name="m_actionClearSelectedFeeds"/>
2013-11-24 14:44:17 +01:00
</widget>
<widget class="QMenu" name="m_menuMessages">
<property name="title">
<string>&Messages</string>
</property>
2014-02-13 19:33:34 +01:00
<addaction name="m_actionOpenSelectedSourceArticlesExternally"/>
<addaction name="m_actionOpenSelectedSourceArticlesInternally"/>
<addaction name="m_actionOpenSelectedMessagesInternally"/>
<addaction name="separator"/>
2014-02-14 16:51:10 +01:00
<addaction name="m_actionSelectNextMessage"/>
<addaction name="m_actionSelectPreviousMessage"/>
<addaction name="separator"/>
2013-11-24 18:35:12 +01:00
<addaction name="m_actionMarkSelectedMessagesAsRead"/>
<addaction name="m_actionMarkSelectedMessagesAsUnread"/>
<addaction name="m_actionSwitchImportanceOfSelectedMessages"/>
<addaction name="m_actionDeleteSelectedMessages"/>
2013-11-24 14:44:17 +01:00
</widget>
2013-06-13 15:07:33 +02:00
<addaction name="m_menuFile"/>
2013-06-30 15:22:44 +02:00
<addaction name="m_menuView"/>
2013-11-24 14:44:17 +01:00
<addaction name="m_menuFeeds"/>
<addaction name="m_menuMessages"/>
2013-09-25 20:21:32 +02:00
<addaction name="m_menuWebBrowser"/>
2013-06-14 22:15:37 +02:00
<addaction name="m_menuTools"/>
2013-06-13 15:07:33 +02:00
<addaction name="m_menuHelp"/>
2013-06-09 22:24:10 +02:00
</widget>
2013-06-13 15:07:33 +02:00
<action name="m_actionQuit">
<property name="text">
<string>&Quit</string>
</property>
2013-11-30 19:24:09 +01:00
<property name="toolTip">
<string>Quit the application.</string>
</property>
2013-06-30 15:22:44 +02:00
<property name="shortcut">
2013-12-12 10:10:17 +01:00
<string notr="true">Ctrl+Shift+Q</string>
2013-06-30 15:22:44 +02:00
</property>
2014-02-02 14:44:00 +01:00
<property name="menuRole">
<enum>QAction::QuitRole</enum>
</property>
2013-06-13 15:07:33 +02:00
</action>
2013-06-14 22:15:37 +02:00
<action name="m_actionSettings">
<property name="text">
<string>&Settings</string>
</property>
2013-11-30 19:24:09 +01:00
<property name="toolTip">
<string>Display settings of the application.</string>
</property>
2013-06-30 15:22:44 +02:00
<property name="shortcut">
2013-12-12 10:10:17 +01:00
<string notr="true">Ctrl+Shift+S</string>
2013-06-30 15:22:44 +02:00
</property>
2013-06-14 22:15:37 +02:00
</action>
2013-06-26 19:04:38 +02:00
<action name="m_actionAboutGuard">
<property name="text">
2014-02-27 18:15:16 +01:00
<string>&About application</string>
2013-06-26 19:04:38 +02:00
</property>
2013-11-30 19:24:09 +01:00
<property name="toolTip">
2014-02-27 18:15:16 +01:00
<string>Displays extra info about this application.</string>
2013-11-30 19:24:09 +01:00
</property>
2014-02-02 14:44:00 +01:00
<property name="menuRole">
<enum>QAction::AboutRole</enum>
</property>
2013-06-26 19:04:38 +02:00
</action>
2013-07-21 09:58:22 +02:00
<action name="m_actionFullscreen">
2014-03-12 18:57:14 +01:00
<property name="checkable">
<bool>true</bool>
</property>
2013-07-21 09:58:22 +02:00
<property name="text">
2014-03-12 18:57:14 +01:00
<string>&Fullscreen</string>
2013-07-21 09:58:22 +02:00
</property>
2013-11-30 19:24:09 +01:00
<property name="toolTip">
<string>Switch fullscreen mode.</string>
</property>
2013-07-21 09:58:22 +02:00
<property name="shortcut">
2014-03-13 07:47:18 +01:00
<string notr="true">F</string>
2013-07-21 09:58:22 +02:00
</property>
</action>
2013-11-05 19:33:21 +01:00
<action name="m_actionAddBrowser">
<property name="text">
<string>&Add tab</string>
</property>
<property name="toolTip">
2013-11-30 19:24:09 +01:00
<string>Add new web browser tab.</string>
2013-11-05 19:33:21 +01:00
</property>
2013-11-09 18:04:50 +01:00
<property name="shortcut">
2013-12-12 10:10:17 +01:00
<string notr="true">Ctrl+Shift+T</string>
2013-11-09 18:04:50 +01:00
</property>
2013-11-05 19:33:21 +01:00
</action>
<action name="m_actionCloseAllTabs">
<property name="text">
2014-03-09 19:19:51 +01:00
<string>&Close all tabs except current one</string>
2013-11-05 19:33:21 +01:00
</property>
<property name="toolTip">
<string>Close all tabs except current one</string>
</property>
</action>
<action name="m_actionCloseCurrentTab">
<property name="text">
2014-03-09 19:19:51 +01:00
<string>&Close current tab</string>
2013-11-05 19:33:21 +01:00
</property>
2013-11-30 19:24:09 +01:00
<property name="toolTip">
<string>Close current web browser tab.</string>
</property>
2013-11-05 19:33:21 +01:00
</action>
2013-11-24 18:35:12 +01:00
<action name="m_actionUpdateAllFeeds">
2013-11-24 14:44:17 +01:00
<property name="text">
2014-02-27 18:15:16 +01:00
<string>Update &all feeds</string>
2014-02-02 09:48:53 +01:00
</property>
2014-03-09 19:19:51 +01:00
<property name="shortcut">
<string notr="true">Ctrl+Shift+U</string>
</property>
2013-11-24 14:44:17 +01:00
</action>
2013-12-30 21:23:42 +01:00
<action name="m_actionUpdateSelectedFeedsCategories">
2013-11-24 14:44:17 +01:00
<property name="text">
2014-02-27 18:15:16 +01:00
<string>Update &selected feeds</string>
2014-02-02 09:48:53 +01:00
</property>
2013-11-24 14:44:17 +01:00
</action>
2013-12-30 21:23:42 +01:00
<action name="m_actionEditSelectedFeedCategory">
2013-11-24 14:44:17 +01:00
<property name="text">
2014-02-27 18:15:16 +01:00
<string>&Edit selected feed/category</string>
2014-02-02 09:48:53 +01:00
</property>
2013-11-24 14:44:17 +01:00
</action>
2014-01-17 19:10:10 +01:00
<action name="m_actionDeleteSelectedFeedCategory">
2013-11-24 14:44:17 +01:00
<property name="text">
2014-02-27 18:15:16 +01:00
<string>&Delete selected feed/category</string>
2014-02-02 09:48:53 +01:00
</property>
2013-11-24 14:44:17 +01:00
</action>
2013-11-24 18:35:12 +01:00
<action name="m_actionMarkSelectedMessagesAsRead">
2013-11-24 14:44:17 +01:00
<property name="text">
2014-03-09 19:19:51 +01:00
<string>Mark &selected messages as &read</string>
2013-11-24 14:44:17 +01:00
</property>
</action>
2013-11-24 18:35:12 +01:00
<action name="m_actionMarkSelectedMessagesAsUnread">
2013-11-24 14:44:17 +01:00
<property name="text">
2014-03-09 19:19:51 +01:00
<string>Mark &selected messages as &unread</string>
2013-11-24 14:44:17 +01:00
</property>
</action>
2013-11-24 18:35:12 +01:00
<action name="m_actionSwitchImportanceOfSelectedMessages">
2013-11-24 14:44:17 +01:00
<property name="text">
2013-11-24 18:35:12 +01:00
<string>Switch &importance of selected messages</string>
2013-11-24 14:44:17 +01:00
</property>
</action>
2014-01-30 14:37:28 +01:00
<action name="m_actionMarkSelectedFeedsAsRead">
2013-11-24 18:35:12 +01:00
<property name="text">
2014-03-09 19:19:51 +01:00
<string>&Mark selected feeds as read</string>
2013-11-24 18:35:12 +01:00
</property>
2013-11-30 19:24:09 +01:00
<property name="toolTip">
2014-01-05 21:36:25 +01:00
<string>Mark all messages (without message filters) from selected feeds as read.</string>
2013-12-12 10:10:17 +01:00
</property>
2013-11-24 18:35:12 +01:00
</action>
2014-01-30 14:37:28 +01:00
<action name="m_actionMarkSelectedFeedsAsUnread">
2013-11-24 18:35:12 +01:00
<property name="text">
2014-03-09 19:19:51 +01:00
<string>&Mark selected feeds as unread</string>
2013-11-24 18:35:12 +01:00
</property>
2013-11-30 19:24:09 +01:00
<property name="toolTip">
2014-01-05 21:36:25 +01:00
<string>Mark all messages (without message filters) from selected feeds as unread.</string>
2013-12-12 10:10:17 +01:00
</property>
2013-11-24 18:35:12 +01:00
</action>
<action name="m_actionDeleteSelectedMessages">
<property name="text">
2014-02-27 18:15:16 +01:00
<string>&Delete selected messages</string>
2014-02-02 09:48:53 +01:00
</property>
2013-11-24 18:35:12 +01:00
</action>
2014-02-04 13:14:36 +01:00
<action name="m_actionClearSelectedFeeds">
2013-11-24 18:35:12 +01:00
<property name="text">
2014-03-09 19:19:51 +01:00
<string>&Clean selected feeds</string>
2013-11-24 18:35:12 +01:00
</property>
2013-11-30 19:24:09 +01:00
<property name="toolTip">
2014-02-27 18:15:16 +01:00
<string>Deletes all messages from selected feeds.</string>
2013-12-12 10:10:17 +01:00
</property>
2013-11-30 19:24:09 +01:00
</action>
2014-03-26 08:33:50 +01:00
<action name="m_actionAddFeed">
2013-11-30 19:24:09 +01:00
<property name="text">
2014-03-26 08:33:50 +01:00
<string>New &feed</string>
2013-11-30 19:24:09 +01:00
</property>
<property name="toolTip">
2014-03-26 08:33:50 +01:00
<string>Add new feed.</string>
2013-11-26 22:03:01 +01:00
</property>
2013-11-24 18:35:12 +01:00
</action>
2013-12-08 14:02:28 +01:00
<action name="m_actionOpenSelectedSourceArticlesExternally">
2013-12-07 20:33:41 +01:00
<property name="text">
2014-03-09 19:19:51 +01:00
<string>Open selected source articles in &external browser</string>
2013-12-07 20:33:41 +01:00
</property>
</action>
<action name="m_actionOpenSelectedMessagesInternally">
<property name="text">
2014-03-09 19:19:51 +01:00
<string>Open selected messages in &internal browser</string>
2013-12-07 20:33:41 +01:00
</property>
</action>
2013-12-08 14:02:28 +01:00
<action name="m_actionOpenSelectedSourceArticlesInternally">
2013-12-07 20:33:41 +01:00
<property name="text">
2014-03-09 19:19:51 +01:00
<string>Open selected source articles in &internal browser</string>
2013-12-07 20:33:41 +01:00
</property>
2013-12-12 10:10:17 +01:00
</action>
2014-03-26 08:33:50 +01:00
<action name="m_actionAddCategory">
2013-12-12 10:10:17 +01:00
<property name="text">
2014-03-26 08:33:50 +01:00
<string>New &category</string>
2013-12-12 10:10:17 +01:00
</property>
2014-01-27 14:54:27 +01:00
<property name="toolTip">
2014-03-26 08:33:50 +01:00
<string>Add new category.</string>
2013-12-12 10:10:17 +01:00
</property>
2013-12-07 20:33:41 +01:00
</action>
2013-12-26 15:56:37 +01:00
<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>
2014-02-02 09:48:53 +01:00
<property name="shortcut">
<string notr="true"/>
</property>
2013-12-26 15:56:37 +01:00
</action>
2013-12-30 23:03:32 +01:00
<action name="m_actionMarkAllFeedsRead">
<property name="text">
2014-03-09 19:19:51 +01:00
<string>&Mark all feeds as &read</string>
2013-12-30 23:03:32 +01:00
</property>
<property name="toolTip">
2014-02-27 18:15:16 +01:00
<string>Marks all messages in all feeds read. This does not take message filters into account.</string>
2013-12-30 23:03:32 +01:00
</property>
</action>
2014-01-04 14:09:38 +01:00
<action name="m_actionViewSelectedItemsNewspaperMode">
<property name="text">
2014-03-09 19:19:51 +01:00
<string>View selected feeds in &newspaper mode</string>
2014-01-04 14:09:38 +01:00
</property>
<property name="toolTip">
2014-01-05 21:36:25 +01:00
<string>Displays all messages from selected feeds/categories in a new "newspaper mode" tab. Note that messages are not set as read automatically.</string>
2014-01-04 14:09:38 +01:00
</property>
</action>
2014-02-04 19:05:41 +01:00
<action name="m_actionSwitchMainWindow">
2014-03-12 18:18:46 +01:00
<property name="checked">
2014-03-13 19:43:41 +01:00
<bool>false</bool>
2014-03-12 18:18:46 +01:00
</property>
2014-02-04 19:05:41 +01:00
<property name="text">
2014-03-13 19:43:41 +01:00
<string>Switch visibility of main &window</string>
2014-02-04 19:05:41 +01:00
</property>
<property name="toolTip">
<string>Hides main window if it is visible and shows it if it is hidden.</string>
</property>
</action>
2014-02-05 19:27:06 +01:00
<action name="m_actionDefragmentDatabase">
<property name="text">
2014-03-09 19:19:51 +01:00
<string>&Defragment database</string>
2014-02-05 19:27:06 +01:00
</property>
<property name="toolTip">
<string>Defragment database file so that its size decreases.</string>
</property>
</action>
2014-03-12 18:18:46 +01:00
<action name="m_actionSwitchFeedsList">
<property name="checkable">
<bool>true</bool>
</property>
2014-02-06 09:11:12 +01:00
<property name="text">
2014-03-12 18:18:46 +01:00
<string>&Feed list</string>
2014-02-06 09:11:12 +01:00
</property>
<property name="toolTip">
<string>Hides or shows the list of feeds/categories.</string>
</property>
2014-03-12 18:18:46 +01:00
<property name="shortcut">
2014-03-13 07:47:18 +01:00
<string notr="true">L</string>
2014-03-12 18:18:46 +01:00
</property>
2014-02-06 09:11:12 +01:00
</action>
2014-02-10 17:19:43 +01:00
<action name="m_actionClearAllFeeds">
<property name="text">
2014-03-09 19:19:51 +01:00
<string>&Clean all feeds</string>
2014-02-10 17:19:43 +01:00
</property>
<property name="toolTip">
2014-02-27 18:15:16 +01:00
<string>Deletes all messages from all feeds.</string>
2014-02-10 17:19:43 +01:00
</property>
2014-03-09 19:19:51 +01:00
<property name="shortcut">
<string notr="true">Ctrl+Shift+C</string>
</property>
2014-02-10 17:19:43 +01:00
</action>
2014-02-14 16:51:10 +01:00
<action name="m_actionSelectNextFeedCategory">
<property name="text">
2014-03-09 19:19:51 +01:00
<string>Select &next feed/category</string>
</property>
<property name="shortcut">
<string notr="true">Ctrl+Down</string>
2014-02-14 16:51:10 +01:00
</property>
</action>
<action name="m_actionSelectPreviousFeedCategory">
<property name="text">
2014-03-09 19:19:51 +01:00
<string>Select &previous feed/category</string>
</property>
<property name="shortcut">
<string notr="true">Ctrl+Up</string>
2014-02-14 16:51:10 +01:00
</property>
</action>
<action name="m_actionSelectNextMessage">
<property name="text">
2014-03-09 19:19:51 +01:00
<string>Select &next message</string>
</property>
<property name="shortcut">
<string notr="true">Alt+Down</string>
2014-02-14 16:51:10 +01:00
</property>
</action>
<action name="m_actionSelectPreviousMessage">
<property name="text">
2014-03-09 19:19:51 +01:00
<string>Select &previous message</string>
</property>
<property name="shortcut">
<string notr="true">Alt+Up</string>
2014-02-14 16:51:10 +01:00
</property>
</action>
2014-02-19 20:46:54 +01:00
<action name="m_actionCheckForUpdates">
<property name="text">
2014-03-09 19:19:51 +01:00
<string>Check for &updates</string>
2014-02-19 20:46:54 +01:00
</property>
<property name="toolTip">
2014-03-13 09:28:16 +01:00
<string>Check if new update for the application is available for download.</string>
2014-02-19 20:46:54 +01:00
</property>
</action>
2014-03-07 21:19:27 +01:00
<action name="m_actionSwitchMainMenu">
2014-03-12 18:18:46 +01:00
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
2014-03-07 21:19:27 +01:00
<property name="text">
2014-03-12 18:18:46 +01:00
<string>&Main menu</string>
2014-03-07 21:19:27 +01:00
</property>
<property name="toolTip">
<string>Hides or displays the main menu.</string>
</property>
2014-03-09 19:19:51 +01:00
<property name="shortcut">
2014-03-16 18:37:47 +01:00
<string notr="true">M</string>
2014-03-09 19:19:51 +01:00
</property>
2014-03-07 21:19:27 +01:00
</action>
2014-03-09 11:45:36 +01:00
<action name="m_actionWebEnableJavascript">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
2014-03-09 19:19:51 +01:00
<string>Enable &JavaScript</string>
2014-03-09 11:45:36 +01:00
</property>
</action>
<action name="m_actionWebEnableExternalPlugins">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
2014-03-09 19:19:51 +01:00
<string>Enable external &plugins</string>
2014-03-09 11:45:36 +01:00
</property>
</action>
<action name="m_actionWebAutoloadImages">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
2014-03-09 19:19:51 +01:00
<string>Auto-load &images</string>
2014-03-09 11:45:36 +01:00
</property>
</action>
2014-03-14 11:16:43 +01:00
<action name="m_actionReportBug">
<property name="text">
<string>Report a &bug...</string>
</property>
</action>
2014-03-27 13:43:13 +01:00
<action name="m_actionSwitchToolBars">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&Toolbars</string>
</property>
<property name="toolTip">
<string>Switch visibility of main toolbars.</string>
</property>
<property name="shortcut">
<string notr="true">T</string>
</property>
</action>
2014-03-28 13:02:02 +01:00
<action name="m_actionSwitchListHeaders">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&Feed/message list headers</string>
</property>
<property name="shortcut">
<string notr="true">H</string>
</property>
</action>
2013-06-09 22:24:10 +02:00
</widget>
2013-07-14 08:04:24 +02:00
<customwidgets>
<customwidget>
2013-07-30 18:54:36 +02:00
<class>TabWidget</class>
<extends>QTabWidget</extends>
<header>tabwidget.h</header>
2013-07-14 08:04:24 +02:00
<container>1</container>
</customwidget>
</customwidgets>
2013-06-09 22:24:10 +02:00
<resources/>
<connections/>
</ui>