|
|
the editor for a KListView. please don't use this.
enum |
|
Constructor.
Parameters:
parent | The parent of the dialog boxes. The boxes are modeless and will be centered with respect to the parent. |
aboutAppText | User definable string that is used in the application specific dialog box. Note: The help menu will not open this dialog box if you don't define a string. See showAboutApplication() for more information. |
showWhatsThis | Decides whether a "Whats this" entry will be added to the dialog. |
|
Constructor.
Parameters:
parent | The parent of the dialog boxes. The boxes are modeless and will be centered with respect to the parent. |
aboutData | User and app data used in the About app dialog |
showWhatsThis | Decides whether a "Whats this" entry will be added to the dialog. |
~ |
Destructor
Destroys dialogs and the menu pointer retuned by menu
KPopupMenu * |
Returns a popup menu you can use in the menu bar or where you need it.
Note: This method will only create one instance of the menu. If you call this method twice or more the same pointer is returned
void |
[slot]
Opens the help page for the application. The application name is used as a key to determine what to display and the system will attempt to open <appName>/index.html.
void |
[slot]
Activates What's This help for the application.
void |
[slot]
Opens an application specific dialog box. The dialog box will display the string that was defined in the constructor. If that string was empty the showAboutApplication() is emitted instead.
void |
[slot]
Opens the standard "About KDE" dialog box.
void |
[slot]
Opens the standard "Report Bugs" dialog box.
private slots: /** * Connected to the menu |
[slot]
void |
[slot]
Connected to the dialogs (about kde and bug report) to detect when they are finished.
void |
[slot]
This slot will delete a dialog (about kde or bug report) if the dialog pointer is not zero and the the dialog is not visible. This slot is activated by a one shot timer started in dialogHidden
void |
[signal]
This signal is emitted from aboutApplication() if no "about application" string has been defined. The standard application specific dialog box that is normally activated in aboutApplication() will not be displayed when this signal is emitted.