mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
5c3fec046f
svn path=/trunk/KDE/kdebase/apps/; revision=1130872
51 lines
1.1 KiB
XML
51 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0" >
|
|
<class>faceDlg</class>
|
|
<widget class="QWidget" name="faceDlg" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>306</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize" >
|
|
<size>
|
|
<width>400</width>
|
|
<height>199</height>
|
|
</size>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<item row="0" column="0" >
|
|
<layout class="QVBoxLayout" >
|
|
<item>
|
|
<widget class="QLabel" name="header" >
|
|
<property name="text" >
|
|
<string>Select a new face:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QListWidget" name="m_FacesWidget" >
|
|
<property name="iconSize" >
|
|
<size>
|
|
<width>64</width>
|
|
<height>64</height>
|
|
</size>
|
|
</property>
|
|
<property name="resizeMode" >
|
|
<enum>QListView::Adjust</enum>
|
|
</property>
|
|
<property name="viewMode" >
|
|
<enum>QListView::IconMode</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|