Lite organizer
Hello, it is widget calendar with notes and worktime controller.
!!! My PROBLEM it have QTranslator and spacial file QtLanguage_ru.qm than contains all translation. When you click on a button at the lower left-hand window corner, the languages must change, by call method repaint(), but it does not work. Do not foget to transferal file *.qm to folder with *.exe. !!!
Maybe it is not very usefull, but i can't delete it.
it is containe custom:
- QLable - to set your own pixmap easyly;
- QListView - to do something like basic windows folder;
- QTranslator - to change language.
it is containe #include <QtConcurrent/QtConcurrent>, to do thread much more easy than use ordinary QThread (you can have a lot of notes, that's why you need thread).
Behavior:
- All days with note (or worktime) painted in special QPixmap;
- Selected day also painted in special QPixmap;
- Today have red QFont;
- WeekDays have green QFont;
- Spacial QPixmap for days from another mounth;
- Use keyboard to guide;
- Use mouse to guide;
- Create note;
- Monitor your worktime.
Keyboard operations:
-
Key_Up - take away 7 days;
-
Key_Down - add 7 days;
-
Key_Left - take away 1 days;
-
Key_Right - add 1 days;
-
Key_Delete - delete all notes for current days;
-
CTRL + Key_Up - take away 1 mounth;
-
CTRL + Key_Down - add 1 mounth;
-
CTRL + Key_Left - take away 1 mounth;
-
CTRL + Key_Right - add 1 mounth;
-
CTRL + Key_T - jump on current day;
-
CTRL + Key_N - create new note for this day;
-
CTRL + Key_S - save note (or workday);
-
Shift + Key_Up - take away 1 year;
-
Shift + Key_Down - add 1 year;
-
Shift + Key_Left - take away 1 year;
-
Shift + Key_Right - add 1 year;
-
Alt + Key_Up - take away 5 year;
-
Alt + Key_Down - add 5 year;
-
Alt + Key_Left - take away 5 year;
-
Alt + Key_Right - add 5 year;
-
CTRL + Alt + Key_Up - take away 10 year;
-
CTRL + Alt + Key_Down - add 10 year;
-
CTRL + Alt + Key_Left - take away 10 year;
-
CTRL + Alt + Key_Right - add 10 year;
-
Shift + Alt + Key_Up - take away 100 year;
-
Shift + Alt + Key_Down - add 100 year;
-
Shift + Alt + Key_Left - take away 100 year;
-
Shift + Alt + Key_Right - add 100 year;
-
CTRL + Key_C - copy selected note (notes);
-
CTRL + Key_V - insert note (notes);
-
CTRL + Key_W - analize week;
-
CTRL + Key_M - analize mounth;
-
CTRL + Key_Y - analize year;
-
CTRL + Key_1 - choose note;
-
CTRL + Key_1 - choose worktime;
-
CTRL + Alt + Key_F4 - close programm;