Add cost repartition to SearchPanel
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "grid/GridAccount.hpp"
|
||||
#include "AccountPanel.hpp"
|
||||
#include "SearchBanner.hpp"
|
||||
#include "CostRepartitionBanner.hpp"
|
||||
|
||||
#include <model/model.hpp>
|
||||
|
||||
@@ -53,9 +54,15 @@ private slots:
|
||||
void OnButtonRename();
|
||||
|
||||
private:
|
||||
void UpdateCostRepartition();
|
||||
|
||||
std::vector<Operation> *_operations;
|
||||
SearchBanner* _banner;
|
||||
GridAccount *_grid;
|
||||
CostRepartitionBanner *_costRepartitionBanner;
|
||||
QString* _categories;
|
||||
int *_categoriesValues;
|
||||
std::map<int, int> _categoriesIndexes;
|
||||
QPushButton* _searchButton, *_renameButton, *_changeAccountButton, *_changeCategoryButton;
|
||||
|
||||
static void OnEnter(void* caller);
|
||||
|
||||
Reference in New Issue
Block a user