Files
cinema-ticket-management-sy…/ui/widgets/session_management_widget.ui
T
2026-07-12 14:34:52 +04:00

70 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SessionManagementWidget</class>
<widget class="QWidget" name="SessionManagementWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>325</width>
<height>388</height>
</rect>
</property>
<property name="windowTitle">
<string>Session management</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableView" name="tableSessions">
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
</widget>
</item>
<item>
<widget class="EntityFinderWidget" name="hallFinder" native="true"/>
</item>
<item>
<widget class="EntityFinderWidget" name="movieFinder" native="true"/>
</item>
<item>
<widget class="QLabel" name="labelDateTimeBeginAt">
<property name="text">
<string>Specify the date and time of the session start:</string>
</property>
</widget>
</item>
<item>
<widget class="QDateTimeEdit" name="dateTimeEditBeginAt"/>
</item>
<item>
<widget class="QLabel" name="labelTicketPrice">
<property name="text">
<string>Specify the cost of watching the session:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBoxTicketPrice"/>
</item>
<item>
<widget class="QPushButton" name="btnAddSession">
<property name="text">
<string>Add session</string>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>EntityFinderWidget</class>
<extends>QWidget</extends>
<header>entity_finder_widget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>