18 #ifndef MILXQTMANAGER_H 19 #define MILXQTMANAGER_H 21 #include <QtGui/QtGui> 50 int newTab(QString tabTitle, QStringList headings);
53 void closeTab(
int index);
61 void clearTab(
int tabIndex);
66 void exportTab(QString filename =
"");
72 void addItem(QStringList entries, Qt::ItemFlags flags = Qt::ItemIsEnabled | Qt::ItemIsSelectable);
79 void addItem(
int tabIndex, QStringList entries, Qt::ItemFlags flags = Qt::ItemIsEnabled | Qt::ItemIsSelectable);
87 void addItem(
int tabIndex, QStringList entries, QWidget *itemWidgetToAdd,
int widgetColumn);
94 void addTreeItem(
int tabIndex, QStringList topLevelName, QList<QStringList> entryList, Qt::ItemFlags flags = Qt::ItemIsEnabled | Qt::ItemIsSelectable);
105 void createActions();
110 void createConnections();
115 void contextMenuEvent(QContextMenuEvent *event);
121 #endif // MILXQTMANAGER_H QAction * actionClearTab
clear tab action
QAction * actionExportTab
export tab action
This file defines all the defines, aliases and frequently used functions and variables.
A manager (tabbed) widget class for displaying information about data such as case ID etc...
QAction * actionClear
clear manager action
#define MILXQT_EXPORT
Define Windows DLL importing.