WUT_Computer_Science/Programming/EGUI/lab1/blogsview.ui

81 lines
2.0 KiB
Plaintext
Raw Normal View History

2022-04-04 21:22:50 +02:00
<?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>
2022-04-04 21:56:57 +02:00
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
2022-04-06 19:51:35 +02:00
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>780</width>
<height>539</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QVBoxLayout" name="blogsLayout"/>
</item>
</layout>
</widget>
</widget>
2022-04-04 21:56:57 +02:00
</item>
</layout>
</widget>
2022-04-06 14:30:57 +02:00
<widget class="QStatusBar" name="statusbar"/>
2022-04-04 21:22:50 +02:00
<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"/>
2022-04-06 14:30:57 +02:00
</widget>
<widget class="QMenu" name="menuExit">
<property name="title">
<string>App</string>
</property>
<addaction name="actionExit"/>
2022-04-04 21:22:50 +02:00
</widget>
<addaction name="menuManageBlogEntires"/>
2022-04-06 14:30:57 +02:00
<addaction name="menuExit"/>
2022-04-04 21:22:50 +02:00
</widget>
<action name="actionCreate_new_Blog_entry">
<property name="text">
<string>Create blog entry</string>
</property>
</action>
2022-04-06 14:30:57 +02:00
<action name="actionExit">
2022-04-04 21:22:50 +02:00
<property name="text">
2022-04-06 14:30:57 +02:00
<string>Exit</string>
2022-04-04 21:22:50 +02:00
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>