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.
tdeedu/kverbos/kverbos/qverbedit.ui

197 lines
7.5 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>QVerbEdit</class>
<comment>Ein Dialog des kverbos Projektes.
Die im Programm verfühbaren Verben
werden in der Listenansicht ausgegeben
und können bearbeitet werden.</comment>
<author>Arnold Kraschinski</author>
<widget class="TQDialog">
<property name="name">
<cstring>QVerbEdit</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>588</width>
<height>482</height>
</rect>
</property>
<property name="caption">
<string>Edit Verb List</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQLayoutWidget" row="0" column="0">
<property name="name">
<cstring>Layout2</cstring>
</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="TQLayoutWidget" row="1" column="0">
<property name="name">
<cstring>Layout1</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQPushButton">
<property name="name">
<cstring>ButtonDelete</cstring>
</property>
<property name="text">
<string>&amp;Delete</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQPushButton">
<property name="name">
<cstring>ButtonOK</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>ButtonEdit</cstring>
</property>
<property name="text">
<string>&amp;Edit</string>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>ButtonCancel</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQListView" row="0" column="0">
<column>
<property name="text">
<string>Spanish Verb</string>
</property>
<property name="pixmap">
<pixmap>image0</pixmap>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Foreign Language</string>
</property>
<property name="pixmap">
<pixmap>image1</pixmap>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>ListView1</cstring>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
<images>
<image name="image0">
<data format="XPM.GZ" length="397">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523234530022230543251d2e253d856405e5b4340320007195215c900058160d502aa68c06069b1855fd5b6bcd0500ae904334</data>
</image>
<image name="image1">
<data format="XPM.GZ" length="412">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523234530022630543251d2e253d85640565033000719541dcb434183711c205098015a3015a8829a3017a8925a201aa8bd55a73010064165746</data>
</image>
</images>
<connections>
<connection>
<sender>ButtonDelete</sender>
<signal>clicked()</signal>
<receiver>QVerbEdit</receiver>
<slot>slotDelete()</slot>
</connection>
<connection>
<sender>ButtonOK</sender>
<signal>clicked()</signal>
<receiver>QVerbEdit</receiver>
<slot>slotDlgEnde()</slot>
</connection>
<connection>
<sender>ButtonCancel</sender>
<signal>clicked()</signal>
<receiver>QVerbEdit</receiver>
<slot>slotCancel()</slot>
</connection>
<connection>
<sender>ButtonEdit</sender>
<signal>clicked()</signal>
<receiver>QVerbEdit</receiver>
<slot>slotEditVerb()</slot>
</connection>
<connection>
<sender>ListView1</sender>
<signal>doubleClicked(QListViewItem*)</signal>
<receiver>QVerbEdit</receiver>
<slot>slotEditVerb()</slot>
</connection>
</connections>
<Q_SLOTS>
<slot>slotEditVerb()</slot>
<slot>slotCancel()</slot>
<slot>slotDelete()</slot>
<slot>slotDlgEnde()</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
</UI>