Files
cantata/streams/streamssettings.ui
2015-06-27 17:06:14 +01:00

41 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>StreamsSettings</class>
<widget class="QWidget" name="Form">
<layout class="QVBoxLayout" name="layout">
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Use the checkboxes below to configure the list of active providers.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="categories"/>
</item>
<item>
<widget class="PlainNoteLabel" name="note">
<property name="text">
<string>Built-in categories are shown in italic, and these cannot be removed.</string>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>PlainNoteLabel</class>
<extends>QLabel</extends>
<header>widgets/notelabel.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>