kde-playground/kdepim/mailimporter/selectthunderbirdprofilewidget.ui
2015-09-23 11:27:31 +00:00

28 lines
648 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SelectThunderbirdProfileWidget</class>
<widget class="QWidget" name="SelectThunderbirdProfileWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>33</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Select Profile:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="profile"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>