playlist_window.ui 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PlayList</class>
  4. <widget class="QWidget" name="PlayList">
  5. <property name="windowModality">
  6. <enum>Qt::WindowModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>560</width>
  13. <height>360</height>
  14. </rect>
  15. </property>
  16. <property name="minimumSize">
  17. <size>
  18. <width>560</width>
  19. <height>360</height>
  20. </size>
  21. </property>
  22. <property name="windowTitle">
  23. <string>Playlist</string>
  24. </property>
  25. <property name="locale">
  26. <locale language="English" country="NewZealand"/>
  27. </property>
  28. <widget class="QWidget" name="layoutWidget">
  29. <property name="geometry">
  30. <rect>
  31. <x>7</x>
  32. <y>6</y>
  33. <width>331</width>
  34. <height>261</height>
  35. </rect>
  36. </property>
  37. <layout class="QGridLayout" name="gridLayout">
  38. <item row="0" column="0">
  39. <widget class="QTableWidget" name="tableWidget">
  40. <property name="frameShadow">
  41. <enum>QFrame::Raised</enum>
  42. </property>
  43. </widget>
  44. </item>
  45. </layout>
  46. </widget>
  47. </widget>
  48. <layoutdefault spacing="6" margin="11"/>
  49. <resources/>
  50. <connections/>
  51. </ui>