kde-workspace/soliduiserver/deviceactionsdialogview.ui

105 lines
2.6 KiB
Text
Raw Normal View History

2014-11-15 04:16:00 +02:00
<ui version="4.0" >
<class>DeviceActionsDialogView</class>
<widget class="QWidget" name="DeviceActionsDialogView" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>508</width>
<height>480</height>
</rect>
</property>
<layout class="QVBoxLayout" >
<property name="spacing" >
<number>15</number>
</property>
<item>
<layout class="QHBoxLayout" >
<property name="spacing" >
<number>20</number>
</property>
<item>
<widget class="QLabel" name="iconLabel" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="scaledContents" >
<bool>true</bool>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="textLabel1" >
<property name="text" >
<string>A new device has been detected.&lt;br>&lt;b>What do you want to do?&lt;/b></string>
</property>
<property name="textFormat" >
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="descriptionLabel" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>...</string>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="KListWidget" name="actionsList" >
<property name="iconSize" >
<size>
<width>48</width>
<height>48</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KListWidget</class>
<extends>QListWidget</extends>
<header>klistwidget.h</header>
</customwidget>
</customwidgets>
<includes>
<include location="local" >klistwidget.h</include>
</includes>
<resources/>
<connections/>
</ui>