jamulus/src/llconserverdlgbase.ui

151 lines
3.5 KiB
Plaintext
Raw Normal View History

<ui version="4.0" >
<class>CLlconServerDlgBase</class>
<widget class="QDialog" name="CLlconServerDlgBase" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
2011-04-14 21:40:12 +02:00
<width>580</width>
<height>315</height>
</rect>
</property>
<property name="windowTitle" >
<string>llcon</string>
</property>
<property name="windowIcon" >
2009-05-01 12:06:07 +02:00
<iconset resource="resources.qrc" >:/png/main/res/mainicon.png</iconset>
</property>
<property name="sizeGripEnabled" >
<bool>true</bool>
</property>
<layout class="QVBoxLayout" >
<property name="spacing" >
<number>6</number>
</property>
<property name="leftMargin" >
<number>9</number>
</property>
<property name="topMargin" >
<number>9</number>
</property>
<property name="rightMargin" >
<number>9</number>
</property>
<property name="bottomMargin" >
<number>9</number>
</property>
<item>
<widget class="QTreeWidget" name="ListViewClients" >
<property name="rootIsDecorated" >
<bool>false</bool>
</property>
<column>
<property name="text" >
<string>Client IP : Port</string>
</property>
</column>
<column>
<property name="text" >
<string>Name</string>
</property>
</column>
<column>
<property name="text" >
2011-04-14 21:40:12 +02:00
<string>Buffers</string>
</property>
</column>
<column>
<property name="text" >
2011-04-14 21:40:12 +02:00
<string>Jitter Buffer Size</string>
</property>
</column>
<column>
<property name="text" >
2011-04-14 21:40:12 +02:00
<string>Block Size Out/ms</string>
</property>
</column>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="spacing" >
<number>6</number>
</property>
<property name="leftMargin" >
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<item>
<widget class="QLabel" name="TextLabelNameVersion" >
<property name="text" >
<string>TextLabelNameVersion</string>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="buttonOk" >
<property name="text" >
<string>&amp;Close</string>
</property>
<property name="autoDefault" >
2006-01-28 12:29:22 +01:00
<bool>true</bool>
</property>
<property name="default" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
2008-01-20 19:14:59 +01:00
<resources>
<include location="resources.qrc" />
</resources>
<connections>
<connection>
<sender>buttonOk</sender>
<signal>clicked()</signal>
<receiver>CLlconServerDlgBase</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel" >
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
</connections>
</ui>