diff options
Diffstat (limited to 'src/mainwindow/rekonqwindow.ui')
-rw-r--r-- | src/mainwindow/rekonqwindow.ui | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/src/mainwindow/rekonqwindow.ui b/src/mainwindow/rekonqwindow.ui new file mode 100644 index 00000000..9df36cf2 --- /dev/null +++ b/src/mainwindow/rekonqwindow.ui @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>RekonqWindow</class> + <widget class="QMainWindow" name="RekonqWindow"> + <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"> + <layout class="QVBoxLayout" name="verticalLayout"> + <property name="spacing"> + <number>0</number> + </property> + <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="QTabWidget" name="tabWidget"/> + </item> + </layout> + </widget> + <widget class="QMenuBar" name="menubar"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>800</width> + <height>22</height> + </rect> + </property> + <widget class="QMenu" name="menurekonq"> + <property name="title"> + <string>rekonq</string> + </property> + <addaction name="actionTaskManager"/> + <addaction name="separator"/> + <addaction name="actionCloseWindow"/> + </widget> + <addaction name="menurekonq"/> + </widget> + <widget class="QStatusBar" name="statusbar"/> + <action name="actionTaskManager"> + <property name="text"> + <string>Task Manager</string> + </property> + <property name="shortcut"> + <string>F12</string> + </property> + </action> + <action name="actionCloseWindow"> + <property name="text"> + <string>Close Window</string> + </property> + </action> + </widget> + <resources/> + <connections> + <connection> + <sender>actionCloseWindow</sender> + <signal>triggered()</signal> + <receiver>RekonqWindow</receiver> + <slot>close()</slot> + <hints> + <hint type="sourcelabel"> + <x>-1</x> + <y>-1</y> + </hint> + <hint type="destinationlabel"> + <x>399</x> + <y>299</y> + </hint> + </hints> + </connection> + </connections> +</ui> |