You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
120 lines
3.3 KiB
120 lines
3.3 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>IdentityPage</class> |
|
<widget class="QWidget" name="IdentityPage"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>400</width> |
|
<height>177</height> |
|
</rect> |
|
</property> |
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
<item> |
|
<widget class="KMail::IdentityListView" name="mIdentityList" native="true"/> |
|
</item> |
|
<item> |
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
<item> |
|
<widget class="QPushButton" name="mButtonAdd"> |
|
<property name="toolTip"> |
|
<string>Add a new identity</string> |
|
</property> |
|
<property name="text"> |
|
<string>&Add...</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="mModifyButton"> |
|
<property name="enabled"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="toolTip"> |
|
<string>Modify the selected identity</string> |
|
</property> |
|
<property name="text"> |
|
<string>&Modify...</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="mRenameButton"> |
|
<property name="enabled"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="toolTip"> |
|
<string>Rename the selected identity</string> |
|
</property> |
|
<property name="text"> |
|
<string>&Rename</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="mRemoveButton"> |
|
<property name="enabled"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="toolTip"> |
|
<string>Remove the selected identity</string> |
|
</property> |
|
<property name="text"> |
|
<string>Remo&ve</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="KSeparator" name="kseparator"/> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="mSetAsDefaultButton"> |
|
<property name="enabled"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="toolTip"> |
|
<string>Use the selected identity by default</string> |
|
</property> |
|
<property name="text"> |
|
<string>Set as &Default</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer name="verticalSpacer_2"> |
|
<property name="orientation"> |
|
<enum>Qt::Vertical</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>20</width> |
|
<height>40</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</widget> |
|
<customwidgets> |
|
<customwidget> |
|
<class>KSeparator</class> |
|
<extends>QFrame</extends> |
|
<header>kseparator.h</header> |
|
</customwidget> |
|
<customwidget> |
|
<class>KMail::IdentityListView</class> |
|
<extends>QWidget</extends> |
|
<header>identitylistview.h</header> |
|
<container>1</container> |
|
</customwidget> |
|
</customwidgets> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|