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>
|
|
|
|
<width>800</width>
|
|
|
|
<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-10-15 21:10:54 +02: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">
|
|
|
|
<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>
|
|
|
|
<width>800</width>
|
2013-09-25 20:21:32 +02: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_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">
|
|
|
|
<string>Web browser</string>
|
|
|
|
</property>
|
|
|
|
</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-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-06-30 15:22:44 +02:00
|
|
|
<property name="shortcut">
|
2013-07-30 18:54:36 +02: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-06-30 15:22:44 +02:00
|
|
|
<property name="shortcut">
|
2013-07-30 18:54:36 +02: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-06-30 15:22:44 +02:00
|
|
|
<property name="shortcut">
|
2013-07-30 18:54:36 +02: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-06-30 15:22:44 +02:00
|
|
|
<property name="shortcut">
|
2013-07-30 18:54:36 +02: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-07-30 18:54:36 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true">Ctrl+Shift+A</string>
|
|
|
|
</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>
|
|
|
|
<property name="shortcut">
|
2013-07-30 18:54:36 +02:00
|
|
|
<string notr="true">Ctrl+Shift+F</string>
|
2013-07-21 09:58:22 +02:00
|
|
|
</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>
|