| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>PlayList</class>
- <widget class="QWidget" name="PlayList">
- <property name="windowModality">
- <enum>Qt::WindowModal</enum>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>560</width>
- <height>360</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>560</width>
- <height>360</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Playlist</string>
- </property>
- <property name="locale">
- <locale language="English" country="NewZealand"/>
- </property>
- <widget class="QWidget" name="layoutWidget">
- <property name="geometry">
- <rect>
- <x>7</x>
- <y>6</y>
- <width>331</width>
- <height>261</height>
- </rect>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
- <widget class="QTableWidget" name="tableWidget">
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|