Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
eae834a8
Commit
eae834a8
authored
May 04, 2021
by
Laurent Montel
😁
Browse files
Add signal for saving/configuring filters
parent
ed1be338
Pipeline
#60660
passed with stage
in 40 minutes and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagelist/src/core/widgets/filtersavedmenu.cpp
View file @
eae834a8
...
...
@@ -22,4 +22,6 @@ void FilterSavedMenu::slotShowMenu()
clear
();
// TODO load filter
// TODO configure
// TODO save
}
messagelist/src/core/widgets/filtersavedmenu.h
View file @
eae834a8
...
...
@@ -6,19 +6,24 @@
#pragma once
#include "messagelist_private_export.h"
#include <QMenu>
#include <QObject>
namespace
MessageList
{
namespace
Core
{
class
FilterSavedMenu
:
public
QMenu
class
MESSAGELIST_TESTS_EXPORT
FilterSavedMenu
:
public
QMenu
{
Q_OBJECT
public:
explicit
FilterSavedMenu
(
QWidget
*
parent
=
nullptr
);
~
FilterSavedMenu
()
override
;
Q_SIGNALS:
void
saveFilter
();
void
configureFilters
();
private:
void
slotShowMenu
();
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment