WUT_Computer_Science/Programming/EGUI/lab1/blogentry.ui

86 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>blogEntry</class>
<widget class="QWidget" name="blogEntry">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2022-04-06 19:51:35 +02:00
<width>250</width>
<height>250</height>
2022-04-04 21:22:50 +02:00
</rect>
</property>
2022-04-06 19:51:35 +02:00
<property name="minimumSize">
<size>
<width>0</width>
<height>250</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>250</height>
</size>
</property>
2022-04-04 21:22:50 +02:00
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit">
<property name="text">
<string>Title</string>
</property>
</widget>
</item>
2022-04-06 02:20:29 +02:00
<item row="1" column="1">
2022-04-04 21:22:50 +02:00
<widget class="QLabel" name="ownerID">
<property name="text">
<string>ownerID</string>
</property>
</widget>
</item>
2022-04-06 02:20:29 +02:00
<item row="2" column="1">
2022-04-04 21:22:50 +02:00
<widget class="QLabel" name="dateTime">
<property name="text">
<string>Date Time</string>
</property>
</widget>
</item>
2022-04-06 02:20:29 +02:00
<item row="3" column="1">
2022-04-05 00:26:36 +02:00
<widget class="QTextEdit" name="textEdit">
<property name="readOnly">
<bool>false</bool>
</property>
</widget>
</item>
2022-04-06 02:20:29 +02:00
<item row="4" column="1">
2022-04-05 00:26:36 +02:00
<widget class="QPushButton" name="saveEntry">
<property name="text">
<string>Save Entry</string>
</property>
2022-04-06 03:20:04 +02:00
<property name="flat">
<bool>false</bool>
</property>
2022-04-05 00:26:36 +02:00
</widget>
2022-04-04 21:22:50 +02:00
</item>
2022-04-06 02:20:29 +02:00
<item row="5" column="1">
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Remove Entry</string>
</property>
</widget>
</item>
2022-04-06 03:20:04 +02:00
<item row="6" column="1">
<widget class="QPushButton" name="editEntryButton">
<property name="text">
<string>Edit Entry</string>
</property>
</widget>
</item>
2022-04-04 21:22:50 +02:00
</layout>
</widget>
<resources/>
<connections/>
</ui>