rssguard/src/gui/dialogs/formmain.ui
2015-12-08 10:13:05 +01:00

769 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="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>1296</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="m_menuFile">
<property name="title">
<string>&amp;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>&amp;Help</string>
</property>
<addaction name="m_actionCheckForUpdates"/>
<addaction name="m_actionReportBugGitHub"/>
<addaction name="m_actionReportBugBitBucket"/>
<addaction name="m_actionDisplayWiki"/>
<addaction name="m_actionDonate"/>
<addaction name="m_actionAboutGuard"/>
</widget>
<widget class="QMenu" name="m_menuView">
<property name="title">
<string>&amp;View</string>
</property>
<widget class="QMenu" name="m_menuShowHide">
<property name="title">
<string>Show/hide</string>
</property>
<addaction name="m_actionFullscreen"/>
<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_actionSwitchMainWindow"/>
<addaction name="m_actionSwitchMessageListOrientation"/>
</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_actionCleanupDatabase"/>
<addaction name="m_actionDownloadManager"/>
</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>
<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>
<addaction name="m_actionAddBrowser"/>
<addaction name="m_actionCloseCurrentTab"/>
<addaction name="m_actionCloseAllTabs"/>
<addaction name="separator"/>
<addaction name="m_menuWebSettings"/>
<addaction name="m_menuCurrentTab"/>
</widget>
<widget class="QMenu" name="m_menuFeeds">
<property name="title">
<string>Feeds &amp;&amp; categories &amp;&amp; accounts</string>
</property>
<widget class="QMenu" name="m_menuAddItem">
<property name="title">
<string>Add &amp;new item</string>
</property>
<addaction name="m_actionServiceAdd"/>
</widget>
<addaction name="m_actionUpdateAllItems"/>
<addaction name="m_actionUpdateSelectedItems"/>
<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_actionViewSelectedItemsNewspaperMode"/>
<addaction name="m_actionMarkSelectedItemsAsRead"/>
<addaction name="m_actionMarkSelectedItemsAsUnread"/>
<addaction name="m_actionClearSelectedItems"/>
</widget>
<widget class="QMenu" name="m_menuMessages">
<property name="title">
<string>&amp;Messages</string>
</property>
<addaction name="m_actionOpenSelectedSourceArticlesExternally"/>
<addaction name="m_actionOpenSelectedSourceArticlesInternally"/>
<addaction name="m_actionOpenSelectedMessagesInternally"/>
<addaction name="m_actionSendMessageViaEmail"/>
<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>&amp;Recycle bin(s)</string>
</property>
<addaction name="m_actionRestoreAllRecycleBins"/>
<addaction name="m_actionEmptyAllRecycleBins"/>
</widget>
<addaction name="m_menuFile"/>
<addaction name="m_menuView"/>
<addaction name="m_menuFeeds"/>
<addaction name="m_menuMessages"/>
<addaction name="m_menuRecycleBin"/>
<addaction name="m_menuWebBrowser"/>
<addaction name="m_menuTools"/>
<addaction name="m_menuHelp"/>
</widget>
<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+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+S</string>
</property>
</action>
<action name="m_actionAboutGuard">
<property name="text">
<string>&amp;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>&amp;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_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+T</string>
</property>
</action>
<action name="m_actionCloseAllTabs">
<property name="text">
<string>&amp;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"/>
</property>
</action>
<action name="m_actionCloseCurrentTab">
<property name="text">
<string>&amp;Close current tab</string>
</property>
<property name="toolTip">
<string>Close current web browser tab.</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionUpdateAllItems">
<property name="text">
<string>Update &amp;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 &amp;selected items</string>
</property>
<property name="shortcut">
<string notr="true">Ctrl+U</string>
</property>
</action>
<action name="m_actionEditSelectedItem">
<property name="text">
<string>&amp;Edit selected item</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionDeleteSelectedItem">
<property name="text">
<string>&amp;Delete selected item</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionMarkSelectedMessagesAsRead">
<property name="text">
<string>Mark &amp;selected messages as &amp;read</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionMarkSelectedMessagesAsUnread">
<property name="text">
<string>Mark &amp;selected messages as &amp;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="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionMarkSelectedItemsAsRead">
<property name="text">
<string>&amp;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>&amp;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>&amp;Delete selected messages</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionClearSelectedItems">
<property name="text">
<string>&amp;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 &amp;external browser</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionOpenSelectedMessagesInternally">
<property name="text">
<string>Open selected messages in &amp;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 &amp;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>&amp;Mark all items as &amp;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 &amp;newspaper mode</string>
</property>
<property name="toolTip">
<string>Displays all messages from selected item 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="checked">
<bool>false</bool>
</property>
<property name="text">
<string>Switch visibility of main &amp;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="text">
<string>&amp;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>&amp;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 &amp;next item</string>
</property>
<property name="shortcut">
<string notr="true">S</string>
</property>
</action>
<action name="m_actionSelectPreviousItem">
<property name="text">
<string>Select &amp;previous item</string>
</property>
<property name="shortcut">
<string notr="true">A</string>
</property>
</action>
<action name="m_actionSelectNextMessage">
<property name="text">
<string>Select &amp;next message</string>
</property>
<property name="shortcut">
<string notr="true">W</string>
</property>
</action>
<action name="m_actionSelectPreviousMessage">
<property name="text">
<string>Select &amp;previous message</string>
</property>
<property name="shortcut">
<string notr="true">Q</string>
</property>
</action>
<action name="m_actionCheckForUpdates">
<property name="text">
<string>Check for &amp;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>&amp;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_actionWebEnableJavascript">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Enable &amp;JavaScript</string>
</property>
<property name="shortcut">
<string notr="true">J</string>
</property>
</action>
<action name="m_actionWebEnableExternalPlugins">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Enable external &amp;plugins</string>
</property>
<property name="shortcut">
<string notr="true">P</string>
</property>
</action>
<action name="m_actionWebAutoloadImages">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Auto-load &amp;images</string>
</property>
<property name="shortcut">
<string notr="true">I</string>
</property>
</action>
<action name="m_actionReportBugGitHub">
<property name="text">
<string>Report a &amp;bug (GitHub)...</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionSwitchToolBars">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;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>&amp;Feed/message list headers</string>
</property>
<property name="shortcut">
<string notr="true">H</string>
</property>
</action>
<action name="m_actionReportBugBitBucket">
<property name="text">
<string>Report a bug (BitBucket)...</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionDonate">
<property name="text">
<string>&amp;Donate via PayPal</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionDisplayWiki">
<property name="text">
<string>Display &amp;wiki</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionRestart">
<property name="text">
<string>&amp;Restart</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionRestoreDatabaseSettings">
<property name="text">
<string>&amp;Restore database/settings</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionBackupDatabaseSettings">
<property name="text">
<string>&amp;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>&amp;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>&amp;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>&amp;Expand/collapse selected item</string>
</property>
<property name="shortcut">
<string notr="true">E</string>
</property>
</action>
<action name="m_actionServiceAdd">
<property name="text">
<string>&amp;Add new service account</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionRestoreSelectedMessages">
<property name="text">
<string>&amp;Restore selected messages</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionRestoreAllRecycleBins">
<property name="text">
<string>&amp;Restore all recycle bins</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionEmptyAllRecycleBins">
<property name="text">
<string>&amp;Empty all recycle bins</string>
</property>
<property name="shortcut">
<string notr="true"/>
</property>
</action>
<action name="m_actionSelectNextUnreadMessage">
<property name="text">
<string>Select next &amp;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>
</action>
</widget>
<customwidgets>
<customwidget>
<class>TabWidget</class>
<extends>QTabWidget</extends>
<header>tabwidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>