#include <qVMainWindow.hpp>
qVMainWindow::qVMainWindow | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
void qVMainWindow::addToolAction | ( | const string & | category, | |
const QPixmap & | PM, | |||
const RefPtr< ToolAction > & | Action, | |||
const string & | tooltip | |||
) |
Add an action object to the toolbar "category".
category | The name of the toolbar, as it appears in the main window. | |
PM | A Qt Pixmap, used as action icon. | |
Action | An ToolAction object that is executed when the tool button is clicked. | |
tooltip | An information text which appears when the mouse is moved over the icon. |
void qVMainWindow::show | ( | ) |
Displays the main window, setting the layout of all widgets according to the stored DOM State.
run the refresher with 30fps