Clementine-audio-player-Mac.../src/ui/streamdetailsdialog.ui

149 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>StreamDetailsDialog</class>
<widget class="QDialog" name="StreamDetailsDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<height>210</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>500</width>
<height>210</height>
</size>
</property>
<property name="windowTitle">
<string>Stream Details</string>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="url_label">
<property name="text">
<string>URL</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="url">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="format_label">
<property name="text">
<string>Format</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="format">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="channels_label">
<property name="text">
<string>Channels</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="channels">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="bitrate_label">
<property name="text">
<string>Bit rate</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLabel" name="bitrate">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="sample_rate_label">
<property name="text">
<string>Sample rate</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLabel" name="sample_rate">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="depth_label">
<property name="text">
<string>Depth</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLabel" name="depth">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
<item row="6" column="1">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>StreamDetailsDialog</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>299</x>
<y>186</y>
</hint>
<hint type="destinationlabel">
<x>249</x>
<y>104</y>
</hint>
</hints>
</connection>
</connections>
</ui>