mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #97: Context menu + layout items on window size changed
This commit is contained in:
@ -100,10 +100,14 @@ public:
|
||||
PrepareIconTheme
|
||||
};
|
||||
|
||||
protected:
|
||||
virtual void resizeEvent(QResizeEvent* resizeEvent) override;
|
||||
|
||||
private slots:
|
||||
void on_actionClose_triggered();
|
||||
void on_actionAddDocuments_triggered();
|
||||
void onMappedActionTriggered(int actionId);
|
||||
void onWorkspaceCustomContextMenuRequested(const QPoint& point);
|
||||
void updateActions();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user