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.
tdepim/korganizer/publishdialog_base.ui

134 lines
4.2 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>PublishDialog_base</class>
<widget class="TQWidget">
<property name="name">
<cstring>PublishDialog_base</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>420</width>
<height>379</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQListView" row="0" column="0" rowspan="4" colspan="2">
<column>
<property name="text">
<string>Name</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Email</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>mAddressListView</cstring>
</property>
</widget>
<widget class="TQLabel" row="4" column="0">
<property name="name">
<cstring>TextLabel1</cstring>
</property>
<property name="text">
<string>Name:</string>
</property>
</widget>
<widget class="TQLabel" row="5" column="0">
<property name="name">
<cstring>TextLabel2</cstring>
</property>
<property name="text">
<string>Email:</string>
</property>
</widget>
<widget class="TQLineEdit" row="5" column="1">
<property name="name">
<cstring>mEmailLineEdit</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="TQLineEdit" row="4" column="1">
<property name="name">
<cstring>mNameLineEdit</cstring>
</property>
</widget>
<widget class="TQPushButton" row="0" column="2">
<property name="name">
<cstring>mNew</cstring>
</property>
<property name="text">
<string>&amp;New</string>
</property>
</widget>
<widget class="TQPushButton" row="2" column="2">
<property name="name">
<cstring>mSelectAddressee</cstring>
</property>
<property name="text">
<string>Select &amp;Addressee...</string>
</property>
</widget>
<widget class="TQPushButton" row="1" column="2">
<property name="name">
<cstring>mRemove</cstring>
</property>
<property name="text">
<string>&amp;Remove</string>
</property>
</widget>
<spacer row="3" column="2" rowspan="3" colspan="1">
<property name="name">
<cstring>spacer102</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>241</height>
</size>
</property>
</spacer>
</grid>
</widget>
<tabstops>
<tabstop>mAddressListView</tabstop>
<tabstop>mNameLineEdit</tabstop>
<tabstop>mEmailLineEdit</tabstop>
<tabstop>mNew</tabstop>
<tabstop>mRemove</tabstop>
<tabstop>mSelectAddressee</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
</UI>