mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 08:28:06 +03:00
Progress bars have been added to Design and Preview windows
This commit is contained in:
@@ -128,6 +128,8 @@ private slots:
|
||||
void slotLockSelectedItems();
|
||||
void slotUnlockSelectedItems();
|
||||
void slotSelectOneLevelItems();
|
||||
void slotCancelRendering(bool);
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *event);
|
||||
void resizeEvent(QResizeEvent *);
|
||||
@@ -281,6 +283,12 @@ private:
|
||||
QMap<QDockWidget*, bool> m_leftDocVisibleState;
|
||||
QMap<QDockWidget*, bool> m_rightDocVisibleState;
|
||||
QSortFilterProxyModel* m_filterModel;
|
||||
|
||||
QWidget* m_progressWidget;
|
||||
QProgressBar* m_progressBar;
|
||||
QLabel* m_progressLabel;
|
||||
|
||||
void createProgressBar();
|
||||
};
|
||||
|
||||
class ObjectNameValidator : public ValidatorIntf{
|
||||
|
||||
Reference in New Issue
Block a user