kde-extraapps/krdc/nx/nxresumesessions.ui

95 lines
2 KiB
Text
Raw Normal View History

2014-12-27 19:00:04 +00:00
<ui version="4.0" >
<class>NxSessions</class>
<widget class="QWidget" name="NxSessions" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>725</width>
<height>260</height>
</rect>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QTreeWidget" name="sessionsList" >
<column>
<property name="text" >
<string>Display</string>
</property>
</column>
<column>
<property name="text" >
<string>Type</string>
</property>
</column>
<column>
<property name="text" >
<string>Session ID</string>
</property>
</column>
<column>
<property name="text" >
<string>Colour Depth</string>
</property>
</column>
<column>
<property name="text" >
<string>Resolution</string>
</property>
</column>
<column>
<property name="text" >
<string>Session Name</string>
</property>
</column>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="buttonNew" >
<property name="text" >
<string>&amp;New</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonResume" >
<property name="text" >
<string>&amp;Resume</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>