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">
|
2013-12-26 15:15:28 +01:00
|
|
|
<property name="margin">
|
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>
|
2013-12-26 15:15:28 +01:00
|
|
|
<height>20</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_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>
|
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>
|
2013-07-21 09:58:22 +02:00
|
|
|
<addaction name="m_actionFullscreen"/>
|
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"/>
|
|
|
|
</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>
|
|
|
|
<addaction name="m_actionAddBrowser"/>
|
|
|
|
<addaction name="m_actionCloseCurrentTab"/>
|
|
|
|
<addaction name="m_actionCloseAllTabs"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<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">
|
|
|
|
<string>Fee&ds</string>
|
|
|
|
</property>
|
2013-11-24 18:35:12 +01:00
|
|
|
<addaction name="m_actionUpdateAllFeeds"/>
|
|
|
|
<addaction name="m_actionUpdateSelectedFeeds"/>
|
2013-11-24 14:44:17 +01:00
|
|
|
<addaction name="separator"/>
|
2013-11-30 19:24:09 +01:00
|
|
|
<addaction name="m_actionAddNewFeed"/>
|
2013-12-12 10:10:17 +01:00
|
|
|
<addaction name="m_actionAddNewCategory"/>
|
2013-11-24 18:35:12 +01:00
|
|
|
<addaction name="m_actionEditSelectedFeed"/>
|
|
|
|
<addaction name="m_actionDeleteSelectedFeeds"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="m_actionMarkFeedsAsRead"/>
|
2013-12-26 15:15:28 +01:00
|
|
|
<addaction name="m_actionMarkFeedsAsUnread"/>
|
2013-11-24 14:44:17 +01:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="m_menuMessages">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Messages</string>
|
|
|
|
</property>
|
2013-11-24 18:35:12 +01:00
|
|
|
<addaction name="m_actionMarkSelectedMessagesAsRead"/>
|
|
|
|
<addaction name="m_actionMarkSelectedMessagesAsUnread"/>
|
|
|
|
<addaction name="m_actionSwitchImportanceOfSelectedMessages"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="m_actionDeleteSelectedMessages"/>
|
|
|
|
<addaction name="m_actionDeleteAllMessages"/>
|
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-14 22:15:37 +02:00
|
|
|
<widget class="QStatusBar" name="m_statusBar"/>
|
2013-06-13 15:07:33 +02:00
|
|
|
<action name="m_actionImport">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Import</string>
|
|
|
|
</property>
|
2013-11-30 19:24:09 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Import stuff.</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+I</string>
|
2013-06-30 15:22:44 +02:00
|
|
|
</property>
|
2013-06-13 15:07:33 +02:00
|
|
|
</action>
|
|
|
|
<action name="m_actionExport">
|
|
|
|
<property name="text">
|
|
|
|
<string>E&xport</string>
|
|
|
|
</property>
|
2013-11-30 19:24:09 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Export stuff.</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+E</string>
|
2013-06-30 15:22:44 +02:00
|
|
|
</property>
|
2013-06-13 15:07:33 +02:00
|
|
|
</action>
|
|
|
|
<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>
|
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">
|
|
|
|
<string>&About RSS Guard</string>
|
|
|
|
</property>
|
2013-11-30 19:24:09 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>About RSS Guard.</string>
|
|
|
|
</property>
|
2013-07-30 18:54:36 +02:00
|
|
|
<property name="shortcut">
|
2013-12-12 10:10:17 +01:00
|
|
|
<string notr="true">Ctrl+Shift+A</string>
|
2013-07-30 18:54:36 +02:00
|
|
|
</property>
|
2013-06-26 19:04:38 +02:00
|
|
|
</action>
|
2013-07-21 09:58:22 +02:00
|
|
|
<action name="m_actionFullscreen">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Fullscreen mode</string>
|
|
|
|
</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">
|
2013-12-12 10:10:17 +01:00
|
|
|
<string notr="true">Ctrl+Shift+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">
|
|
|
|
<string>Close &all tabs except current one</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Close all tabs except current one</string>
|
|
|
|
</property>
|
2013-11-09 18:04:50 +01:00
|
|
|
<property name="shortcut">
|
2013-11-26 22:03:01 +01:00
|
|
|
<string notr="true">Ctrl+Shift+O</string>
|
2013-11-09 18:04:50 +01:00
|
|
|
</property>
|
2013-11-05 19:33:21 +01:00
|
|
|
</action>
|
|
|
|
<action name="m_actionCloseCurrentTab">
|
|
|
|
<property name="text">
|
|
|
|
<string>Close current &tab</string>
|
|
|
|
</property>
|
2013-11-30 19:24:09 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Close current web browser tab.</string>
|
|
|
|
</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+C</string>
|
2013-11-09 18:04:50 +01:00
|
|
|
</property>
|
2013-11-05 19:33:21 +01:00
|
|
|
</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>
|
2013-11-09 18:04:50 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true"/>
|
|
|
|
</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">
|
2013-11-30 19:24:09 +01:00
|
|
|
<string>Update &all feeds</string>
|
2013-11-24 14:44:17 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Update all feeds.</string>
|
|
|
|
</property>
|
2013-12-12 10:10:17 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2013-11-24 14:44:17 +01:00
|
|
|
</action>
|
2013-11-24 18:35:12 +01:00
|
|
|
<action name="m_actionUpdateSelectedFeeds">
|
2013-11-24 14:44:17 +01:00
|
|
|
<property name="text">
|
2013-11-30 19:24:09 +01:00
|
|
|
<string>Update &selected feeds</string>
|
2013-11-24 14:44:17 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Update selected feeds/categories.</string>
|
|
|
|
</property>
|
2013-12-12 10:10:17 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2013-11-24 14:44:17 +01:00
|
|
|
</action>
|
2013-11-24 18:35:12 +01:00
|
|
|
<action name="m_actionEditSelectedFeed">
|
2013-11-24 14:44:17 +01:00
|
|
|
<property name="text">
|
2013-11-30 19:24:09 +01:00
|
|
|
<string>&Edit selected feed(s)/category(ies)</string>
|
2013-11-24 14:44:17 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Edit selected feed/category.</string>
|
|
|
|
</property>
|
2013-12-12 10:10:17 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2013-11-24 14:44:17 +01:00
|
|
|
</action>
|
2013-11-24 18:35:12 +01:00
|
|
|
<action name="m_actionDeleteSelectedFeeds">
|
2013-11-24 14:44:17 +01:00
|
|
|
<property name="text">
|
2013-11-30 19:24:09 +01:00
|
|
|
<string>&Delete selected feed(s)/category(ies)</string>
|
2013-11-24 14:44:17 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Delete selected feeds/categories.</string>
|
|
|
|
</property>
|
2013-12-12 10:10:17 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true"/>
|
|
|
|
</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">
|
2013-11-24 18:35:12 +01:00
|
|
|
<string>Mark selected messages &read</string>
|
2013-11-24 14:44:17 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Mark selected messages as read.</string>
|
|
|
|
</property>
|
2013-11-26 22:03:01 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2013-11-24 14:44:17 +01:00
|
|
|
</action>
|
2013-11-24 18:35:12 +01:00
|
|
|
<action name="m_actionMarkSelectedMessagesAsUnread">
|
2013-11-24 14:44:17 +01:00
|
|
|
<property name="text">
|
2013-11-24 18:35:12 +01:00
|
|
|
<string>Mark selected messages &unread</string>
|
2013-11-24 14:44:17 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Mark selected messages as unread.</string>
|
|
|
|
</property>
|
2013-11-26 22:03:01 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2013-11-24 14:44:17 +01:00
|
|
|
</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>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Switch importance of selected messages.</string>
|
|
|
|
</property>
|
2013-11-26 22:03:01 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2013-11-24 14:44:17 +01:00
|
|
|
</action>
|
2013-11-24 18:35:12 +01:00
|
|
|
<action name="m_actionMarkFeedsAsRead">
|
|
|
|
<property name="text">
|
2013-12-26 15:15:28 +01:00
|
|
|
<string>Mark &selected feed(s) read</string>
|
2013-11-24 18:35:12 +01:00
|
|
|
</property>
|
2013-11-30 19:24:09 +01:00
|
|
|
<property name="toolTip">
|
2013-12-26 15:15:28 +01:00
|
|
|
<string>Marks 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>
|
2013-12-26 15:15:28 +01:00
|
|
|
<action name="m_actionMarkFeedsAsUnread">
|
2013-11-24 18:35:12 +01:00
|
|
|
<property name="text">
|
2013-12-26 15:15:28 +01:00
|
|
|
<string>Mark selected feeds unread</string>
|
2013-11-24 18:35:12 +01:00
|
|
|
</property>
|
2013-11-30 19:24:09 +01:00
|
|
|
<property name="toolTip">
|
2013-12-26 15:15:28 +01:00
|
|
|
<string>Marks 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">
|
|
|
|
<string>&Delete selected messages</string>
|
|
|
|
</property>
|
2013-11-30 19:24:09 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Delete selected messages.</string>
|
2013-11-26 22:03:01 +01:00
|
|
|
</property>
|
2013-12-12 10:10:17 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2013-11-24 18:35:12 +01:00
|
|
|
</action>
|
|
|
|
<action name="m_actionDeleteAllMessages">
|
|
|
|
<property name="text">
|
|
|
|
<string>Dele&te all messages</string>
|
|
|
|
</property>
|
2013-11-30 19:24:09 +01:00
|
|
|
<property name="toolTip">
|
2013-12-17 09:09:21 +01:00
|
|
|
<string>Delete all messages from selected feeds. This does NOT take message filters into account.</string>
|
2013-12-12 10:10:17 +01:00
|
|
|
</property>
|
2013-11-30 19:24:09 +01:00
|
|
|
</action>
|
|
|
|
<action name="m_actionAddNewFeed">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add new &feed</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Add new feed.</string>
|
2013-11-26 22:03:01 +01:00
|
|
|
</property>
|
2013-12-12 10:10:17 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true"/>
|
|
|
|
</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">
|
2013-12-08 14:02:28 +01:00
|
|
|
<string>Open selected source articles in external browser</string>
|
2013-12-07 20:33:41 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-12-08 14:02:28 +01:00
|
|
|
<string>Open selected source articles in external browser.</string>
|
2013-12-07 20:33:41 +01:00
|
|
|
</property>
|
2013-12-12 10:10:17 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2013-12-07 20:33:41 +01:00
|
|
|
</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>
|
2013-12-08 14:02:28 +01:00
|
|
|
<action name="m_actionOpenSelectedSourceArticlesInternally">
|
2013-12-07 20:33:41 +01:00
|
|
|
<property name="text">
|
2013-12-08 14:02:28 +01:00
|
|
|
<string>Open selected source articles in internal browser</string>
|
2013-12-07 20:33:41 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-12-08 14:02:28 +01:00
|
|
|
<string>Open selected source messages in internal browser.</string>
|
2013-12-07 20:33:41 +01:00
|
|
|
</property>
|
2013-12-12 10:10:17 +01:00
|
|
|
<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>
|
2013-12-07 20:33:41 +01:00
|
|
|
</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>
|