#include <actionstab.h>
Signals | |
| void | createProject () |
| void | openProject () |
| void | closeProject () |
| void | newDocument () |
| void | importDocuments () |
Public Member Functions | |
| ActionsTab (QWidget *parent=0) | |
| void | setProjectOpen (bool state) |
The widget shows some buttons used for accessing the most common user actions.
Definition at line 14 of file actionstab.h.
| ActionsTab::ActionsTab | ( | QWidget * | parent = 0 |
) |
| void ActionsTab::closeProject | ( | ) | [signal] |

| void ActionsTab::createProject | ( | ) | [signal] |

| void ActionsTab::importDocuments | ( | ) | [signal] |

| void ActionsTab::newDocument | ( | ) | [signal] |

| void ActionsTab::openProject | ( | ) | [signal] |

| void ActionsTab::setProjectOpen | ( | bool | state | ) |
Definition at line 14 of file actionstab.cpp.
1.5.9