WUT_Computer_Science/EGUI/lab1/blogsview.ui

56 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>blogsView</class>
<widget class="QMainWindow" name="blogsView">
<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"/>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>19</height>
</rect>
</property>
<widget class="QMenu" name="menuManageBlogEntires">
<property name="title">
<string>Blogs</string>
</property>
<addaction name="actionCreate_new_Blog_entry"/>
<addaction name="actionDelete_blog_entry"/>
<addaction name="actionEdit_blog_entry"/>
</widget>
<addaction name="menuManageBlogEntires"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionCreate_new_Blog_entry">
<property name="text">
<string>Create blog entry</string>
</property>
</action>
<action name="actionDelete_blog_entry">
<property name="text">
<string>Delete blog entry</string>
</property>
</action>
<action name="actionEdit_blog_entry">
<property name="text">
<string>Edit blog entry</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>