configwidgetproxy.h
Go to the documentation of this file.
88 void createGlobalConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "tdevelop" );
96 void createProjectConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "tdevelop" );
void removeConfigPage(int pagenumber)
Removes a config page from the proxy.
Definition: configwidgetproxy.cpp:54
void createGlobalConfigPage(TQString const &title, unsigned int pagenumber, TQString const &icon="tdevelop")
Tells the proxy you want a page in the Global Settings.
Definition: configwidgetproxy.cpp:44
void insertConfigWidget(const KDialogBase *dlg, TQWidget *page, unsigned int pagenumber)
The proxy emits this signal to notify the client that a specific config page has been requested...
This class can be used to implement demand-loading of config pages.
Definition: configwidgetproxy.h:71
void createProjectConfigPage(TQString const &title, unsigned int pagenumber, TQString const &icon="tdevelop")
Tells the proxy you want a page in the Project Settings.
Definition: configwidgetproxy.cpp:49