GridAccount rendering is now like wxWidgets GridAccount

This commit is contained in:
2011-10-22 13:13:57 +02:00
parent 34112f7762
commit f035692ea3
8 changed files with 109 additions and 56 deletions

View File

@@ -70,6 +70,7 @@ public:
int _fixCosts;
int _week1, _week2, _week3, _week4;
bool _canAddOperation;
std::vector<Operation> _displayedOperations;
private slots:
@@ -80,7 +81,7 @@ private:
QWidget* _parent;
KissCount* _kiss;
bool _displayLines;
bool _canAddOperation, _setWeek;
bool _setWeek;
bool _databaseSynchronization;
QString* _categories, *_accounts;
std::vector<Operation>* _operations;