You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |
14 years ago | |
---|---|---|
.. | ||
Makefile.am | 15 years ago | |
README | 15 years ago | |
buglvi.cpp | 14 years ago | |
buglvi.h | 14 years ago | |
centralwidget.cpp | 14 years ago | |
centralwidget.h | 14 years ago | |
centralwidget_base.ui | 14 years ago | |
cwbugdetails.cpp | 14 years ago | |
cwbugdetails.h | 14 years ago | |
cwbugdetailscontainer.cpp | 14 years ago | |
cwbugdetailscontainer.h | 14 years ago | |
cwbugdetailscontainer_base.ui | 14 years ago | |
cwbuglistcontainer.cpp | 14 years ago | |
cwbuglistcontainer.h | 14 years ago | |
cwloadingwidget.cpp | 14 years ago | |
cwloadingwidget.h | 14 years ago | |
cwsearchwidget.cpp | 14 years ago | |
cwsearchwidget.h | 14 years ago | |
cwsearchwidget_base.ui | 14 years ago | |
kbbbookmarkmanager.h | 14 years ago | |
kbbmainwindow.cpp | 14 years ago | |
kbbmainwindow.h | 14 years ago | |
kbugbusterui.rc | 15 years ago | |
loadallbugsdlg.cpp | 14 years ago | |
loadallbugsdlg.h | 14 years ago | |
messageeditor.cpp | 14 years ago | |
messageeditor.h | 14 years ago | |
msginputdialog.cpp | 14 years ago | |
msginputdialog.h | 14 years ago | |
packagelvi.cpp | 14 years ago | |
packagelvi.h | 14 years ago | |
packageselectdialog.cpp | 14 years ago | |
packageselectdialog.h | 14 years ago | |
preferencesdialog.cpp | 14 years ago | |
preferencesdialog.h | 14 years ago | |
serverconfigdialog.cpp | 14 years ago | |
serverconfigdialog.h | 14 years ago | |
severityselectdialog.cpp | 14 years ago | |
severityselectdialog.h | 14 years ago |
README
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