#include <collection_properties_dialog.h>
Inheritance diagram for CollectionPropertiesDialog::
Public Methods | |
CollectionPropertiesDialog (Collection const &collection, QWidget *parent=0, const char *name=0) | |
QString | author () const |
QString | homepage () const |
QString | copyright () const |
QString | name () const |
QString | info () const |
int | difficulty () const |
Private Attributes | |
KLineEdit * | m_author |
KLineEdit * | m_hompage |
KLineEdit * | m_copyright |
KLineEdit * | m_name |
QMultiLineEdit * | m_info |
QComboBox * | m_difficulty |
|
Contructs the object.
|
|
Returns the new author of the collection.
|
|
Returns the new copyright of the collection.
|
|
Returns the new difficulty of the collection.
|
|
Returns the new homepage of the collection.
|
|
Returns the new info of the collection.
|
|
Returns the new name of the collection.
|
|
The new author of the collection.
|
|
The new copyright of the collection.
|
|
The difficulty.
|
|
The new homepage of the collection.
|
|
The new infor of the collection.
|
|
The new name of the collection.
|