comparison Ui_MainWindow.ui @ 14:42a225be7e56

first version of the GUI
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 28 Apr 2010 02:36:00 +0200
parents
children b1aeb98824c1
comparison
equal deleted inserted replaced
13:591ecc2a99bd 14:42a225be7e56
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>800</width>
10 <height>600</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Feedworm</string>
15 </property>
16 <widget class="QWidget" name="centralwidget"/>
17 <widget class="QMenuBar" name="menubar">
18 <property name="geometry">
19 <rect>
20 <x>0</x>
21 <y>0</y>
22 <width>800</width>
23 <height>27</height>
24 </rect>
25 </property>
26 <widget class="QMenu" name="menuFeed">
27 <property name="title">
28 <string>Feed</string>
29 </property>
30 <addaction name="actionQuit"/>
31 </widget>
32 <addaction name="menuFeed"/>
33 </widget>
34 <widget class="QStatusBar" name="statusbar"/>
35 <action name="actionQuit">
36 <property name="text">
37 <string>Quit</string>
38 </property>
39 <property name="shortcut">
40 <string>Ctrl+Q</string>
41 </property>
42 </action>
43 </widget>
44 <resources/>
45 <connections>
46 <connection>
47 <sender>actionQuit</sender>
48 <signal>activated()</signal>
49 <receiver>MainWindow</receiver>
50 <slot>close()</slot>
51 <hints>
52 <hint type="sourcelabel">
53 <x>-1</x>
54 <y>-1</y>
55 </hint>
56 <hint type="destinationlabel">
57 <x>399</x>
58 <y>299</y>
59 </hint>
60 </hints>
61 </connection>
62 </connections>
63 </ui>