23 #ifndef QTXINFOPANEL_H
24 #define QTXINFOPANEL_H
31 #pragma warning( disable:4251 )
47 void setTitle(
const QString& );
48 int addLabel(
const QString&,
const int = -1 );
49 int addLabel(
const QString&, Qt::Alignment,
const int = -1 );
50 int addAction(
QAction*,
const int = -1 );
51 int addGroup(
const QString&,
const int = -1 );
53 void remove(
const int );
54 void clear(
const int = -1 );
56 void setVisible(
const int,
bool );
57 void setEnabled(
const int,
bool );
60 int generateId()
const;
61 QWidget* find(
const int )
const;
69 #pragma warning( default:4251 )
#define QTX_EXPORT
Definition: Qtx.h:36
Container to store widgets within info panel.
Definition: QtxInfoPanel.cxx:42
Info panel's title widget.
Definition: QtxInfoPanel.cxx:186
Info panel which allows presenting welcome, useful hints and other information dynamically,...
Definition: QtxInfoPanel.h:37
Container * container
Definition: QtxInfoPanel.h:65
Title * title
Definition: QtxInfoPanel.h:64