rssguard/src/gui/formmain.ui

160 lines
4.2 KiB
Plaintext
Raw Normal View History

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">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
2013-07-08 20:58:24 +02:00
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Tab 1</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<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="QWidget" name="widget" native="true"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Tab 2</string>
</attribute>
<widget class="QToolButton" name="toolButton">
<property name="geometry">
<rect>
<x>140</x>
<y>110</y>
<width>61</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset theme="application-exit">
<normaloff/>
</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
</widget>
</widget>
</widget>
</item>
</layout>
</widget>
<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>
<height>19</height>
2013-06-09 22:24:10 +02:00
</rect>
</property>
<widget class="QMenu" name="m_menuFile">
<property name="title">
<string>&amp;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>&amp;Help</string>
</property>
2013-06-26 19:04:38 +02:00
<addaction name="m_actionAboutGuard"/>
</widget>
<widget class="QMenu" name="m_menuView">
<property name="title">
<string>&amp;View</string>
</property>
</widget>
<widget class="QMenu" name="m_menuTools">
<property name="title">
<string>&amp;Tools</string>
</property>
<addaction name="m_actionSettings"/>
</widget>
<addaction name="m_menuFile"/>
<addaction name="m_menuView"/>
<addaction name="m_menuTools"/>
<addaction name="m_menuHelp"/>
2013-06-09 22:24:10 +02:00
</widget>
<widget class="QStatusBar" name="m_statusBar"/>
<action name="m_actionImport">
<property name="text">
<string>&amp;Import</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+I</string>
</property>
</action>
<action name="m_actionExport">
<property name="text">
<string>E&amp;xport</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+E</string>
</property>
</action>
<action name="m_actionQuit">
<property name="text">
<string>&amp;Quit</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+Q</string>
</property>
</action>
<action name="m_actionSettings">
<property name="text">
<string>&amp;Settings</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+S</string>
</property>
</action>
2013-06-26 19:04:38 +02:00
<action name="m_actionAboutGuard">
<property name="text">
<string>&amp;About RSS Guard</string>
</property>
</action>
2013-06-09 22:24:10 +02:00
</widget>
<resources/>
<connections/>
</ui>