From bd9e6617827818fd043452c08c606f07b78014a0 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kbabel/commonui/klisteditor.ui | 261 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 261 insertions(+) create mode 100644 kbabel/commonui/klisteditor.ui (limited to 'kbabel/commonui/klisteditor.ui') diff --git a/kbabel/commonui/klisteditor.ui b/kbabel/commonui/klisteditor.ui new file mode 100644 index 00000000..63fbfceb --- /dev/null +++ b/kbabel/commonui/klisteditor.ui @@ -0,0 +1,261 @@ + +KListEditor + + + KListEditor + + + + 0 + 0 + 334 + 274 + + + + + 7 + 7 + 0 + 0 + + + + + unnamed + + + 0 + + + 0 + + + + _frame + + + + 7 + 7 + 0 + 0 + + + + + + + + unnamed + + + 11 + + + 6 + + + + Layout3 + + + + unnamed + + + 0 + + + 6 + + + + _edit + + + + + Layout2 + + + + unnamed + + + 0 + + + 6 + + + + + New Item + + + + _list + + + + 200 + 200 + + + + + + Layout5_2 + + + + unnamed + + + 0 + + + 6 + + + + _addButton + + + false + + + Add + + + + + _removeButton + + + false + + + Remove + + + + + _upButton + + + false + + + Up + + + + + _downButton + + + false + + + Down + + + + + Spacer2_2 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + + + + + + + + + + + + + _addButton + pressed() + KListEditor + addToList() + + + _removeButton + pressed() + KListEditor + removeFromList() + + + _upButton + pressed() + KListEditor + upInList() + + + _downButton + pressed() + KListEditor + downInList() + + + _edit + returnPressed() + KListEditor + updateList() + + + _edit + textChanged(const QString&) + KListEditor + editChanged(const QString&) + + + _list + highlighted(int) + KListEditor + updateButtons(int) + + + _list + highlighted(const QString&) + _edit + setText(const QString&) + + + + klisteditor.ui.h + + + itemsChanged() + + + addToList() + downInList() + removeFromList() + upInList() + updateButtons( int newIndex ) + updateList() + setList( QStringList contents ) + editChanged( const QString & s ) + setTitle( const QString & s ) + list() + + + -- cgit v1.2.1