mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-09 05:57:15 +03:00
Vertical Layout has been added
This commit is contained in:
@@ -92,6 +92,7 @@ private slots:
|
||||
void slotDelete();
|
||||
void slotEditLayoutMode();
|
||||
void slotHLayout();
|
||||
void slotVLayout();
|
||||
void slotItemSelected(LimeReport::BaseDesignIntf *item);
|
||||
void slotItemPropertyChanged(const QString& objectName, const QString& propertyName, const QVariant &oldValue, const QVariant &newValue);
|
||||
void slotMultiItemSelected();
|
||||
@@ -223,6 +224,7 @@ private:
|
||||
QAction* m_aboutAction;
|
||||
QAction* m_editLayoutMode;
|
||||
QAction* m_addHLayout;
|
||||
QAction* m_addVLayout;
|
||||
QAction* m_hideLeftPanel;
|
||||
QAction* m_hideRightPanel;
|
||||
#ifdef HAVE_QTDESIGNER_INTEGRATION
|
||||
|
Reference in New Issue
Block a user