Songbook-Client  0.7
This application is a manager of customguitar songbooks
 All Classes Files Functions Variables Enumerations Enumerator Pages
Public Member Functions | Protected Member Functions
Page Class Reference

Page is the base class for config page. More...

#include <preferences.hh>

Inheritance diagram for Page:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Page (QWidget *parent=0)
 Constructor.
ConfigDialogparent () const
void setLayout (QLayout *layout)

Protected Member Functions

void closeEvent (QCloseEvent *event)

Detailed Description

Page is the base class for config page.


Member Function Documentation

void Page::closeEvent ( QCloseEvent *  event)
protected

Saves settings before closing the page.

ConfigDialog * Page::parent ( ) const

Returns the parent widget (which is the ConfigDialog object).

void Page::setLayout ( QLayout *  layout)

Applies the layout layout to the current page.


The documentation for this class was generated from the following files: