diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bd9e6617827818fd043452c08c606f07b78014a0 (patch) | |
tree | 425bb4c3168f9c02f10150f235d2cb998dcc6108 /kbugbuster/gui/README | |
download | tdesdk-bd9e6617827818fd043452c08c606f07b78014a0.tar.gz tdesdk-bd9e6617827818fd043452c08c606f07b78014a0.zip |
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
Diffstat (limited to 'kbugbuster/gui/README')
-rw-r--r-- | kbugbuster/gui/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kbugbuster/gui/README b/kbugbuster/gui/README new file mode 100644 index 00000000..54e5fa67 --- /dev/null +++ b/kbugbuster/gui/README @@ -0,0 +1,21 @@ +Normal classes: +=============== +kbbmainwindow.* KBugBuster's main window +buglvi.* QListViewItem representing a bug +packagelvi.* QListViewItem representing a package +cwloadingwidget.* The temporary widget shown initially, while loading + +msginputdialog.* The dialog for entering a message for closing the bug +messageeditor.* The dialog for editing the custom messages, associated with buttons +packageselectdialog.* Dialog for selecting a package +severityselectdialog.* Dialog for selecting a severity + +Widgets, including a Qt designer .ui file: +========================================== +centralwidget* The main widget of kbbmainwindow +cwbuglistcontainer* The widget containing the bug list (top of central widget) +cwbugdetailscontainer* The widget containing the bug details + the buttons in its right (bottom of central widget). +cwbugdetails* The widget showing details of a bug report, using KHTMLPart +cwsearchwidget* A future search widget on the left of the bug details. + Same functionality is in the menus, this would take too much screen space IMHO (DF) +preferencesdialog* Preferences dialog |