strawberry-audio-player-win.../src/dialogs/errordialog.ui

108 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ErrorDialog</class>
<widget class="QDialog" name="ErrorDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>260</height>
</rect>
</property>
<property name="windowTitle">
<string>Strawberry Error</string>
</property>
<property name="windowIcon">
<iconset resource="../../data/icons.qrc">
<normaloff>:/icons/64x64/strawberry.png</normaloff>:/icons/64x64/strawberry.png</iconset>
</property>
<layout class="QVBoxLayout" name="layout_errordialog">
<item>
<layout class="QHBoxLayout" name="container">
<item>
<layout class="QVBoxLayout" name="layout_left">
<item>
<widget class="QLabel" name="icon"/>
</item>
<item>
<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>
</item>
<item>
<widget class="QTextEdit" name="messages">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonbox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="../../data/icons.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonbox</sender>
<signal>accepted()</signal>
<receiver>ErrorDialog</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>299</x>
<y>237</y>
</hint>
<hint type="destinationlabel">
<x>299</x>
<y>129</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonbox</sender>
<signal>rejected()</signal>
<receiver>ErrorDialog</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>299</x>
<y>237</y>
</hint>
<hint type="destinationlabel">
<x>299</x>
<y>129</y>
</hint>
</hints>
</connection>
</connections>
</ui>