mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 20:03:04 +02:00
62 lines
1.5 KiB
XML
62 lines
1.5 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">
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<layout class="QVBoxLayout" name="blogsLayout"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<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"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuExit">
|
|
<property name="title">
|
|
<string>App</string>
|
|
</property>
|
|
<addaction name="actionExit"/>
|
|
</widget>
|
|
<addaction name="menuManageBlogEntires"/>
|
|
<addaction name="menuExit"/>
|
|
</widget>
|
|
<action name="actionCreate_new_Blog_entry">
|
|
<property name="text">
|
|
<string>Create blog entry</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExit">
|
|
<property name="text">
|
|
<string>Exit</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|