This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
NG_2024_Stanislav_Mykhailenko/Lesson_5/Task_2/cardindex.ui

167 lines
4.1 KiB
Text
Raw Normal View History

2024-07-22 20:58:22 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CardIndex</class>
<widget class="QMainWindow" name="CardIndex">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>CardIndex</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Type</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="e_type"/>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Title</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="e_title"/>
</item>
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>Author</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="e_author"/>
</item>
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>Library</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="e_library"/>
</item>
<item>
<widget class="QLabel" name="label_8">
<property name="text">
<string>Date</string>
</property>
</widget>
</item>
<item>
<widget class="QDateEdit" name="e_date">
<property name="displayFormat">
<string>yyyy-MM-dd</string>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_sortByDate">
<property name="text">
<string>Sort by date</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="b_filter">
<property name="text">
<string>Filter</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="b_add">
<property name="text">
<string>Add</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="b_edit">
<property name="text">
<string>Edit</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="b_remove">
<property name="text">
<string>Remove</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Records:</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="l_records"/>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Selected card:</string>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="e_selected">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>