mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
168 lines
5 KiB
XML
168 lines
5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>PublishDialog_base</class>
|
|
<widget class="QWidget" name="PublishDialog_base">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>410</width>
|
|
<height>326</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QListWidget" name="mListWidget">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>300</width>
|
|
<height>250</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>The list of addressees to receive the invitation</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is a list of all the addresses you have currently selected to receive the iCalendar invitation.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1" rowspan="3">
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QPushButton" name="mAdd">
|
|
<property name="toolTip">
|
|
<string>Add a new recipient</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>Click this button and you will be able to enter a name and email for a new addressee to add to the recipients list</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Add</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="mRemove">
|
|
<property name="toolTip">
|
|
<string>Remove the recipient currently selected</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>Click this button to remove the recipient currently selected from the list</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Remove</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="mSelectAddressee">
|
|
<property name="toolTip">
|
|
<string>Select a recipient from your address book</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>Click this button to show another dialog where you will be able to select a recipient from your address book</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Select...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer>
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>14</width>
|
|
<height>258</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="TextLabel1">
|
|
<property name="text">
|
|
<string comment="recipient name">Name:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>mNameLineEdit</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="KLineEdit" name="mNameLineEdit">
|
|
<property name="toolTip">
|
|
<string>The recipient's name</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This field contains the name of the recipient</string>
|
|
</property>
|
|
<property name="ClearButtonShown" stdset="0">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item>
|
|
<widget class="QLabel" name="TextLabel2">
|
|
<property name="text">
|
|
<string comment="recipient email">Email:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>mEmailLineEdit</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="KLineEdit" name="mEmailLineEdit">
|
|
<property name="toolTip">
|
|
<string>The recipient's email address</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This field contains the email address of the recipient</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="ClearButtonShown" stdset="0">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>KLineEdit</class>
|
|
<extends>QLineEdit</extends>
|
|
<header>klineedit.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<tabstops>
|
|
<tabstop>mListWidget</tabstop>
|
|
<tabstop>mRemove</tabstop>
|
|
<tabstop>mSelectAddressee</tabstop>
|
|
<tabstop>mNameLineEdit</tabstop>
|
|
<tabstop>mEmailLineEdit</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|