#include <widget.h>
Public Slots | |
void | showInfo (QListViewItem *qlvi_Item) |
The showInfo slot. | |
Public Methods | |
TextView (QWidget *parent=0, const char *name=0) | |
The constructor. |
This is displayed in the upper half of the RightBox. It is readonly.
Definition at line 39 of file widget.h.
|
The constructor. Upon construction the text box is set to read only
Definition at line 33 of file widget.cpp. |
|
The showInfo slot. When this slot is activated the contents of the text view will be changed to display the information relating to the piece of software or class that was passed in.
Definition at line 37 of file widget.cpp. References database::get_class(), and database::get_software(). |