blob: 54e5fa67e630c0a4a3a8aa8f190122b06d42647e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
|