@Alex
- After Cyrus configured my project on CLion, I corrected some errors due to the transition to Qt 6.2.2: includes contact search-bar
- Did the style on the payment dialog and deleted number buttons that were supposed to let the user click on buttons to input digits in order to specify the payment amount, however did not work for some reason so gave up these buttons; replaced by simple text edit where the user manually inputs digits as text
- Linked payment with user balance history (both balance number and the dictionary containing the expenses)
- Added some style on buttons in dialogs (payment and addContact)
- Search bar was not working anymore in the contacts page → fixed it