774 lines
23 KiB
XML
Executable File
774 lines
23 KiB
XML
Executable File
<?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>1296</width>
|
|
<height>677</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="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>1296</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="m_menuFile">
|
|
<property name="title">
|
|
<string>&File</string>
|
|
</property>
|
|
<addaction name="m_actionRestoreDatabaseSettings"/>
|
|
<addaction name="m_actionBackupDatabaseSettings"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="m_actionRestart"/>
|
|
<addaction name="m_actionQuit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="m_menuHelp">
|
|
<property name="title">
|
|
<string>&Help</string>
|
|
</property>
|
|
<addaction name="m_actionCheckForUpdates"/>
|
|
<addaction name="m_actionReportBug"/>
|
|
<addaction name="m_actionDisplayWiki"/>
|
|
<addaction name="m_actionDonate"/>
|
|
<addaction name="m_actionAboutGuard"/>
|
|
</widget>
|
|
<widget class="QMenu" name="m_menuView">
|
|
<property name="title">
|
|
<string>&View</string>
|
|
</property>
|
|
<widget class="QMenu" name="m_menuShowHide">
|
|
<property name="title">
|
|
<string>Show/hide</string>
|
|
</property>
|
|
<addaction name="m_actionSwitchFeedsList"/>
|
|
<addaction name="m_actionSwitchMainMenu"/>
|
|
<addaction name="m_actionSwitchToolBars"/>
|
|
<addaction name="m_actionSwitchListHeaders"/>
|
|
<addaction name="m_actionSwitchStatusBar"/>
|
|
</widget>
|
|
<addaction name="m_menuShowHide"/>
|
|
<addaction name="m_actionFullscreen"/>
|
|
<addaction name="m_actionSwitchMainWindow"/>
|
|
<addaction name="m_actionSwitchMessageListOrientation"/>
|
|
</widget>
|
|
<widget class="QMenu" name="m_menuTools">
|
|
<property name="title">
|
|
<string>&Tools</string>
|
|
</property>
|
|
<addaction name="m_actionSettings"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="m_actionCleanupDatabase"/>
|
|
<addaction name="m_actionDownloadManager"/>
|
|
</widget>
|
|
<widget class="QMenu" name="m_menuFeeds">
|
|
<property name="title">
|
|
<string>Feeds && categories</string>
|
|
</property>
|
|
<widget class="QMenu" name="m_menuAddItem">
|
|
<property name="title">
|
|
<string>Add &new item</string>
|
|
</property>
|
|
</widget>
|
|
<addaction name="m_actionUpdateAllItems"/>
|
|
<addaction name="m_actionUpdateSelectedItems"/>
|
|
<addaction name="m_actionStopRunningItemsUpdate"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="m_menuAddItem"/>
|
|
<addaction name="m_actionEditSelectedItem"/>
|
|
<addaction name="m_actionDeleteSelectedItem"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="m_actionShowOnlyUnreadItems"/>
|
|
<addaction name="m_actionExpandCollapseItem"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="m_actionSelectNextItem"/>
|
|
<addaction name="m_actionSelectPreviousItem"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="m_actionMarkAllItemsRead"/>
|
|
<addaction name="m_actionClearAllItems"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="m_actionCopyUrlSelectedFeed"/>
|
|
<addaction name="m_actionViewSelectedItemsNewspaperMode"/>
|
|
<addaction name="m_actionMarkSelectedItemsAsRead"/>
|
|
<addaction name="m_actionMarkSelectedItemsAsUnread"/>
|
|
<addaction name="m_actionClearSelectedItems"/>
|
|
</widget>
|
|
<widget class="QMenu" name="m_menuMessages">
|
|
<property name="title">
|
|
<string>&Messages</string>
|
|
</property>
|
|
<addaction name="m_actionOpenSelectedSourceArticlesExternally"/>
|
|
<addaction name="m_actionOpenSelectedMessagesInternally"/>
|
|
<addaction name="m_actionSendMessageViaEmail"/>
|
|
<addaction name="m_actionMessagePreviewEnabled"/>
|
|
<addaction name="m_actionShowOnlyUnreadMessages"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="m_actionSelectNextMessage"/>
|
|
<addaction name="m_actionSelectPreviousMessage"/>
|
|
<addaction name="m_actionSelectNextUnreadMessage"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="m_actionMarkSelectedMessagesAsRead"/>
|
|
<addaction name="m_actionMarkSelectedMessagesAsUnread"/>
|
|
<addaction name="m_actionSwitchImportanceOfSelectedMessages"/>
|
|
<addaction name="m_actionDeleteSelectedMessages"/>
|
|
<addaction name="m_actionRestoreSelectedMessages"/>
|
|
</widget>
|
|
<widget class="QMenu" name="m_menuRecycleBin">
|
|
<property name="title">
|
|
<string>&Recycle bin(s)</string>
|
|
</property>
|
|
<addaction name="m_actionRestoreAllRecycleBins"/>
|
|
<addaction name="m_actionEmptyAllRecycleBins"/>
|
|
</widget>
|
|
<widget class="QMenu" name="m_menuAccounts">
|
|
<property name="title">
|
|
<string>&Accounts</string>
|
|
</property>
|
|
<addaction name="m_actionServiceAdd"/>
|
|
<addaction name="m_actionServiceEdit"/>
|
|
<addaction name="m_actionServiceDelete"/>
|
|
</widget>
|
|
<widget class="QMenu" name="m_menuWebBrowserTabs">
|
|
<property name="title">
|
|
<string>Web browser && tabs</string>
|
|
</property>
|
|
<addaction name="m_actionTabNewWebBrowser"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="m_actionTabsCloseAll"/>
|
|
<addaction name="m_actionTabsCloseAllExceptCurrent"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="m_actionTabsNext"/>
|
|
<addaction name="m_actionTabsPrevious"/>
|
|
</widget>
|
|
<addaction name="m_menuFile"/>
|
|
<addaction name="m_menuView"/>
|
|
<addaction name="m_menuAccounts"/>
|
|
<addaction name="m_menuFeeds"/>
|
|
<addaction name="m_menuMessages"/>
|
|
<addaction name="m_menuRecycleBin"/>
|
|
<addaction name="m_menuWebBrowserTabs"/>
|
|
<addaction name="m_menuTools"/>
|
|
<addaction name="m_menuHelp"/>
|
|
</widget>
|
|
<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+Q</string>
|
|
</property>
|
|
<property name="menuRole">
|
|
<enum>QAction::QuitRole</enum>
|
|
</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+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionAboutGuard">
|
|
<property name="text">
|
|
<string>&About application</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Displays extra info about this application.</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="menuRole">
|
|
<enum>QAction::AboutRole</enum>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionFullscreen">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>View &fullscreen</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Switch fullscreen mode.</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">F</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionUpdateAllItems">
|
|
<property name="text">
|
|
<string>Update &all items</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">Ctrl+Shift+U</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionUpdateSelectedItems">
|
|
<property name="text">
|
|
<string>Update &selected items</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">Ctrl+U</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionEditSelectedItem">
|
|
<property name="text">
|
|
<string>&Edit selected item</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionDeleteSelectedItem">
|
|
<property name="text">
|
|
<string>&Delete selected item</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionMarkSelectedMessagesAsRead">
|
|
<property name="text">
|
|
<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 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="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionMarkSelectedItemsAsRead">
|
|
<property name="text">
|
|
<string>&Mark selected items as read</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Mark all messages (without message filters) from selected items as read.</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionMarkSelectedItemsAsUnread">
|
|
<property name="text">
|
|
<string>&Mark selected items as unread</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Mark all messages (without message filters) from selected items as unread.</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionDeleteSelectedMessages">
|
|
<property name="text">
|
|
<string>&Delete selected messages</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionClearSelectedItems">
|
|
<property name="text">
|
|
<string>&Clean selected items</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Deletes all messages from selected items.</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="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionOpenSelectedMessagesInternally">
|
|
<property name="text">
|
|
<string>Open selected messages in &internal browser</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionNoActions">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<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_actionMarkAllItemsRead">
|
|
<property name="text">
|
|
<string>&Mark all items as read</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Marks all messages in all items 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 item in a new "newspaper mode" 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="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
<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_actionSwitchFeedsList">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Feed list</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Hides or shows the list of feeds/categories.</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">L</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionClearAllItems">
|
|
<property name="text">
|
|
<string>&Clean all items</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Deletes all messages from all items.</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">Ctrl+Shift+C</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionSelectNextItem">
|
|
<property name="text">
|
|
<string>Select &next item</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">S</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionSelectPreviousItem">
|
|
<property name="text">
|
|
<string>Select &previous item</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">A</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionSelectNextMessage">
|
|
<property name="text">
|
|
<string>Select &next message</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">W</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionSelectPreviousMessage">
|
|
<property name="text">
|
|
<string>Select &previous message</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">Q</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionCheckForUpdates">
|
|
<property name="text">
|
|
<string>Check for &updates</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Check if new update for the application is available for download.</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionSwitchMainMenu">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Main menu</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Hides or displays the main menu.</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">M</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionReportBug">
|
|
<property name="text">
|
|
<string>Report a &bug...</string>
|
|
</property>
|
|
</action>
|
|
<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>
|
|
<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>
|
|
<action name="m_actionDonate">
|
|
<property name="text">
|
|
<string>&Donate...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionDisplayWiki">
|
|
<property name="text">
|
|
<string>Display &wiki</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionRestart">
|
|
<property name="text">
|
|
<string>&Restart</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionRestoreDatabaseSettings">
|
|
<property name="text">
|
|
<string>&Restore database/settings</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionBackupDatabaseSettings">
|
|
<property name="text">
|
|
<string>&Backup database/settings</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionSwitchMessageListOrientation">
|
|
<property name="text">
|
|
<string>Switch message list layout orientation</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionDownloadManager">
|
|
<property name="text">
|
|
<string>&Downloads</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionSendMessageViaEmail">
|
|
<property name="text">
|
|
<string>Send selected message via e-mail</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionCleanupDatabase">
|
|
<property name="text">
|
|
<string>&Cleanup database</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">Ctrl+Shift+Del</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionShowOnlyUnreadItems">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show only unread items</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">U</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionExpandCollapseItem">
|
|
<property name="text">
|
|
<string>&Expand/collapse selected item</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">E</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionServiceAdd">
|
|
<property name="text">
|
|
<string>&Add new account</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionRestoreSelectedMessages">
|
|
<property name="text">
|
|
<string>&Restore selected messages</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionRestoreAllRecycleBins">
|
|
<property name="text">
|
|
<string>&Restore all recycle bins</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionEmptyAllRecycleBins">
|
|
<property name="text">
|
|
<string>&Empty all recycle bins</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionSelectNextUnreadMessage">
|
|
<property name="text">
|
|
<string>Select next &unread message</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionSwitchStatusBar">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Status bar</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionServiceEdit">
|
|
<property name="text">
|
|
<string>&Edit selected account</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionServiceDelete">
|
|
<property name="text">
|
|
<string>&Delete selected account</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionAddFeedIntoSelectedAccount">
|
|
<property name="text">
|
|
<string>Add new feed into selected account</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionAddCategoryIntoSelectedAccount">
|
|
<property name="text">
|
|
<string>Add new category into selected account</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionStopRunningItemsUpdate">
|
|
<property name="text">
|
|
<string>Stop running update</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionTabNewWebBrowser">
|
|
<property name="text">
|
|
<string>New web browser tab</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">Ctrl+T</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionTabsCloseAll">
|
|
<property name="text">
|
|
<string>Close all tabs</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionTabsCloseAllExceptCurrent">
|
|
<property name="text">
|
|
<string>Close all tabs except current</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionTabsNext">
|
|
<property name="text">
|
|
<string>Go to &next tab</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionTabsPrevious">
|
|
<property name="text">
|
|
<string>Go to &previous tab</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionMessagePreviewEnabled">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Enable message preview</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionCopyUrlSelectedFeed">
|
|
<property name="text">
|
|
<string>&Copy URLs of selected items</string>
|
|
</property>
|
|
</action>
|
|
<action name="m_actionShowOnlyUnreadMessages">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show only &unread messages</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>TabWidget</class>
|
|
<extends>QTabWidget</extends>
|
|
<header>tabwidget.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|