Second version

This commit is contained in:
2014-11-10 13:50:00 +01:00
parent 57d4b90182
commit 459e07ee11
6 changed files with 72 additions and 11 deletions
+2 -2
View File
@@ -45,12 +45,12 @@ public:
void OnShow();
private slots:
/* void OnEnter(wxCommandEvent& event); */
void OnButtonSearch();
void OnOperationModified();
void OnButtonChangeAccount();
void OnButtonChangeCategory();
void OnButtonChangeTag();
void OnButtonRename();
private:
@@ -63,7 +63,7 @@ private:
QString* _categories;
int *_categoriesValues;
std::map<int, int> _categoriesIndexes;
QPushButton* _searchButton, *_renameButton, *_changeAccountButton, *_changeCategoryButton;
QPushButton* _searchButton, *_renameButton, *_changeAccountButton, *_changeCategoryButton, *_changeTagButton;
static void OnEnter(void* caller);
};