makesay599

cartwindow.ui

Sep 6th, 2025 (edited)
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.22 KB | Food | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>CartWindow</class>
  4.  <widget class="QDialog" name="CartWindow">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>0</x>
  8.     <y>0</y>
  9.     <width>600</width>
  10.     <height>736</height>
  11.    </rect>
  12.   </property>
  13.   <property name="windowTitle">
  14.    <string> Корзина</string>
  15.   </property>
  16.   <layout class="QVBoxLayout" name="verticalLayout">
  17.    <item>
  18.     <widget class="QListWidget" name="listWidget"/>
  19.    </item>
  20.    <item>
  21.     <widget class="QLabel" name="label">
  22.      <property name="text">
  23.       <string>TextLabel</string>
  24.      </property>
  25.     </widget>
  26.    </item>
  27.    <item>
  28.     <widget class="QPushButton" name="btn_close">
  29.      <property name="text">
  30.       <string>Закрыть</string>
  31.      </property>
  32.     </widget>
  33.    </item>
  34.   </layout>
  35.  </widget>
  36.  <resources/>
  37.  <connections>
  38.   <connection>
  39.    <sender>btn_close</sender>
  40.    <signal>clicked()</signal>
  41.    <receiver>CartWindow</receiver>
  42.    <slot>close()</slot>
  43.    <hints>
  44.     <hint type="sourcelabel">
  45.      <x>154</x>
  46.      <y>348</y>
  47.     </hint>
  48.     <hint type="destinationlabel">
  49.      <x>154</x>
  50.      <y>184</y>
  51.     </hint>
  52.    </hints>
  53.   </connection>
  54.  </connections>
  55. </ui>
  56.  
Advertisement
Add Comment
Please, Sign In to add comment