Second version
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user