From 114a878c64ce6f8223cfd22d76a20eb16d177e5e 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/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/documentation/find_documentationbase.ui | 167 ++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 parts/documentation/find_documentationbase.ui (limited to 'parts/documentation/find_documentationbase.ui') diff --git a/parts/documentation/find_documentationbase.ui b/parts/documentation/find_documentationbase.ui new file mode 100644 index 00000000..58e6aeb0 --- /dev/null +++ b/parts/documentation/find_documentationbase.ui @@ -0,0 +1,167 @@ + +FindDocumentationBase +Tobias Gläßer + + + FindDocumentationBase + + + + 0 + 0 + 222 + 504 + + + + + 1 + 1 + 0 + 0 + + + + Find Documentation + + + + unnamed + + + + textLabel1 + + + Search term: + + + + + button_search + + + Search + + + false + + + + + search_term + + + + + butten_options + + + Options + + + + + spacer1 + + + Horizontal + + + Expanding + + + + 100 + 20 + + + + + + + + + + true + + + true + + + + result_list + + + true + + + LastColumn + + + + + + + button_search + clicked() + FindDocumentationBase + startSearch() + + + result_list + executed(QListViewItem*) + FindDocumentationBase + clickOnItem(QListViewItem*) + + + butten_options + clicked() + FindDocumentationBase + clickOptions() + + + result_list + mouseButtonPressed(int,QListViewItem*,const QPoint&,int) + FindDocumentationBase + buttonPressedOnItem(int,QListViewItem*,const QPoint&,int) + + + search_term + returnPressed() + FindDocumentationBase + startSearch() + + + result_list + returnPressed(QListViewItem*) + FindDocumentationBase + clickOnItem(QListViewItem*) + + + + search_term + button_search + result_list + butten_options + + + clickOptions() + setSearchTerm( const QString & term ) + startSearch() + searchInIndex() + searchInContents() + searchInGoogle() + searchInMan() + searchInInfo() + procManReadFromStdout() + procInfoReadFromStdout() + clickOnItem( QListViewItem * item ) + buttonPressedOnItem( int button, QListViewItem * item, const QPoint & pos, int c ) + + + + klineedit.h + klistview.h + + -- cgit v1.2.3