Yes, I got the interface working. Thanks for your help. Here is what I have done (just collecting what you instructed in one place)
1) In src/interface/hoursform.cpp, replace 60 by 96 in all 4 places, then add more lines after line 119, in a similar manner.
2) Edit src/interface/hoursform_template.ui. You can modify it with a text/XML editor (maybe difficult), or open it with Qt Designer. There are 60 slots, add 36 more, similar to ones existing. Additional advice: the form is locked in a layout. Right click and select "Break layout". Then, after you finish work, select everything and put into a grid layout. It may also work without breaking the layout, but I am not sure.
3. In src/engine/timetable_defs.h, line 129, instead of 60 put how much you need (in my case 96)
eg: const int MAX_HOURS_PER_DAY=96;
4. recompile, of course, then run the new modified FET.
Here I am attaching a screenshot of the hours per day Window and the modified ui file (in case it helps any other).
Thanks a bunch :-)
Rk
1) In src/interface/hoursform.cpp, replace 60 by 96 in all 4 places, then add more lines after line 119, in a similar manner.
2) Edit src/interface/hoursform_template.ui. You can modify it with a text/XML editor (maybe difficult), or open it with Qt Designer. There are 60 slots, add 36 more, similar to ones existing. Additional advice: the form is locked in a layout. Right click and select "Break layout". Then, after you finish work, select everything and put into a grid layout. It may also work without breaking the layout, but I am not sure.
3. In src/engine/timetable_defs.h, line 129, instead of 60 put how much you need (in my case 96)
eg: const int MAX_HOURS_PER_DAY=96;
4. recompile, of course, then run the new modified FET.
Here I am attaching a screenshot of the hours per day Window and the modified ui file (in case it helps any other).
Thanks a bunch :-)
Rk